org.ops4j.pax.url.maven.commons
Interface MavenConstants


public interface MavenConstants

An enumeration of constants related to maven handler.

Since:
August 26, 2007
Author:
Alin Dreghiciu

Field Summary
static java.lang.String OPTION_ALLOW_SNAPSHOTS
          Option to mark repository as allowing snapshots.
static java.lang.String OPTION_DISALLOW_RELEASES
          Option to mark repository as not allowing releases.
static java.lang.String PROPERTY_CERTIFICATE_CHECK
          Certificate check configuration property name.
static java.lang.String PROPERTY_DEFAULT_REPOSITORIES
          DefaultRepositories configuration property name
static java.lang.String PROPERTY_LOCAL_REPOSITORY
          LocalRepository configuration property name.
static java.lang.String PROPERTY_PROXY_SUPPORT
          Proxy support configuration property name.
static java.lang.String PROPERTY_REPOSITORIES
          Repositories configuration property name.
static java.lang.String PROPERTY_SETTINGS_FILE
          Maven settings file configuration property name.
static java.lang.String PROPERTY_USE_FALLBACK_REPOSITORIES
          Use fallback repositories switch configuration property name.
static java.lang.String SEPARATOR_OPTIONS
          Options separator in repository url.
 

Field Detail

PROPERTY_CERTIFICATE_CHECK

static final java.lang.String PROPERTY_CERTIFICATE_CHECK
Certificate check configuration property name.

See Also:
Constant Field Values

PROPERTY_SETTINGS_FILE

static final java.lang.String PROPERTY_SETTINGS_FILE
Maven settings file configuration property name.

See Also:
Constant Field Values

PROPERTY_LOCAL_REPOSITORY

static final java.lang.String PROPERTY_LOCAL_REPOSITORY
LocalRepository configuration property name.

See Also:
Constant Field Values

PROPERTY_DEFAULT_REPOSITORIES

static final java.lang.String PROPERTY_DEFAULT_REPOSITORIES
DefaultRepositories configuration property name

See Also:
Constant Field Values

PROPERTY_REPOSITORIES

static final java.lang.String PROPERTY_REPOSITORIES
Repositories configuration property name.

See Also:
Constant Field Values

PROPERTY_USE_FALLBACK_REPOSITORIES

static final java.lang.String PROPERTY_USE_FALLBACK_REPOSITORIES
Use fallback repositories switch configuration property name.

See Also:
Constant Field Values

PROPERTY_PROXY_SUPPORT

static final java.lang.String PROPERTY_PROXY_SUPPORT
Proxy support configuration property name.

See Also:
Constant Field Values

OPTION_ALLOW_SNAPSHOTS

static final java.lang.String OPTION_ALLOW_SNAPSHOTS
Option to mark repository as allowing snapshots.

See Also:
Constant Field Values

OPTION_DISALLOW_RELEASES

static final java.lang.String OPTION_DISALLOW_RELEASES
Option to mark repository as not allowing releases.

See Also:
Constant Field Values

SEPARATOR_OPTIONS

static final java.lang.String SEPARATOR_OPTIONS
Options separator in repository url.

See Also:
Constant Field Values


Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.