org.apache.maven
Class MavenConstants

java.lang.Object
  extended byorg.apache.maven.MavenConstants

public class MavenConstants
extends java.lang.Object

MavenSession constants.

Version:
$Id: MavenConstants.java 517014 2007-03-11 21:15:50Z ltheussl $
Author:
Jason van Zyl

Field Summary
static java.lang.String BUILD_FAILURE
          Reactor/Maven subproject Build failure tag.
static java.lang.String BUILD_FILE
          Project build file tag.
static java.lang.String BUILD_FILE_NAME
          Project build file name.
static java.lang.String COMPILE_SOURCEROOTS
          Maven compile sourceroots.
static java.lang.String DEBUG_ON
          MavenSession debug flag tag.
static java.lang.String DEFAULT_GOAL
          Defaults goal name property.
static java.lang.String DEFAULTS_PROPERTIES
          Defaults properties
static java.lang.String DEPENDENCY_CLASSPATH
          Dependency classpath tag.
static java.lang.String DESCRIPTOR_DIRECTORY
          Descriptor directory tag.
static java.lang.String DESCRIPTOR_FILE
          Project descriptor file tag.
static java.lang.String DOWNLOAD_METER
          Download meter type variable.
static java.lang.String DRIVER_PROPERTIES
          Driver properties
static java.lang.String EMACS_MODE_ON
          MavenSession debug flag tag.
static java.lang.String FAILED_PROJECTS
          Reactor/Maven subproject Build failure project list tag.
static java.lang.String JAR_OVERRIDE
          Jar Override tag.
static java.lang.String JAR_OVERRIDE_PROPERTY
          Jar Override property tag.
static java.lang.String MAVEN_ANT_PROJECT
          MavenSession ant project context tag
static java.lang.String MAVEN_BUILD_FILE_URL
          MavenSession build file url context tag
static java.lang.String MAVEN_GOALS
          MavenSession goals context tag
static java.lang.String MAVEN_HOME
          MavenSession home context tag
static java.lang.String MAVEN_HOME_LOCAL
          MavenSession home local context tag
static java.lang.String MAVEN_PLUGINS_DIR
          MavenSession plugins context tag
static java.lang.String MAVEN_POM
          MavenSession POM context tag
static java.lang.String MAVEN_PROJECT_VERIFIER
          MavenSession project verifier context tag
static java.lang.String MAVEN_UNPACKED_PLUGINS_DIR
          MavenSession unpacked plugins context tag
static java.lang.String MAVEN_USER_PLUGINS_DIR
          MavenSession local plugins context tag
static int MAVEN_VERSION
          This is an internal version for MavenSession self updating procedures.
static java.lang.String ONLINE
          Online tag.
static java.lang.String PLUGIN_MANAGER
          Plugin Manager tag.
static int POM_VERSION
          This is the version of the POM that this version of MavenSession operates with.
static java.lang.String PROXY_HOST
          Proxy host tag.
static java.lang.String PROXY_NONPROXYHOSTS
          Non-proxied hosts.
static java.lang.String PROXY_NTLM_DOMAIN
          Proxy loginDomain tag.
static java.lang.String PROXY_NTLM_HOST
          Proxy loginHost tag.
static java.lang.String PROXY_PASSWORD
          Proxy password tag.
static java.lang.String PROXY_PORT
          Proxy port tag.
static java.lang.String PROXY_USERNAME
          Proxy user name tag.
static java.lang.String REACTOR_PROJECT
          Reactor projects context tag
static java.lang.String REPO_LOCAL
          Local Repository tag.
static java.lang.String REPO_REMOTE
          Local Repository tag.
static java.lang.String REPO_REMOTE_ENABLED
          Local Repository enabled tag.
static java.lang.String SESSION
          Dependency classpath tag.
static java.lang.String SNAPSHOT_SIGNIFIER
          Snapshot JAR signifier tag.
static java.lang.String TEST_COMPILE_SOURCEROOTS
          Maven test compile sourceroots.
static java.lang.String WERKZ_PROJECT
          Werkz project context tag
static java.lang.String XML_OUTPUT
          Jelly XMLOutput tag.
 
Constructor Summary
MavenConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAVEN_VERSION

public static final int MAVEN_VERSION
This is an internal version for MavenSession self updating procedures. A MavenSession installation can query a MavenSession installation distributor to see if it is up-to-date and self-update if required.

See Also:
Constant Field Values

POM_VERSION

public static final int POM_VERSION
This is the version of the POM that this version of MavenSession operates with. If a descrepancy is found between the version of the POM being used and the version of the POM that this version of MavenSession can deal with then the POM will be transformed into compliance.

See Also:
Constant Field Values

ONLINE

public static final java.lang.String ONLINE
Online tag.

See Also:
Constant Field Values

JAR_OVERRIDE

public static final java.lang.String JAR_OVERRIDE
Jar Override tag.

See Also:
Constant Field Values

JAR_OVERRIDE_PROPERTY

public static final java.lang.String JAR_OVERRIDE_PROPERTY
Jar Override property tag.

See Also:
Constant Field Values

REPO_LOCAL

public static final java.lang.String REPO_LOCAL
Local Repository tag.

See Also:
Constant Field Values

REPO_REMOTE

public static final java.lang.String REPO_REMOTE
Local Repository tag.

See Also:
Constant Field Values

REPO_REMOTE_ENABLED

public static final java.lang.String REPO_REMOTE_ENABLED
Local Repository enabled tag.

See Also:
Constant Field Values

PROXY_HOST

public static final java.lang.String PROXY_HOST
Proxy host tag.

See Also:
Constant Field Values

PROXY_PORT

public static final java.lang.String PROXY_PORT
Proxy port tag.

See Also:
Constant Field Values

PROXY_USERNAME

public static final java.lang.String PROXY_USERNAME
Proxy user name tag.

See Also:
Constant Field Values

PROXY_PASSWORD

public static final java.lang.String PROXY_PASSWORD
Proxy password tag.

See Also:
Constant Field Values

PROXY_NTLM_HOST

public static final java.lang.String PROXY_NTLM_HOST
Proxy loginHost tag.

See Also:
Constant Field Values

PROXY_NTLM_DOMAIN

public static final java.lang.String PROXY_NTLM_DOMAIN
Proxy loginDomain tag.

See Also:
Constant Field Values

PROXY_NONPROXYHOSTS

public static final java.lang.String PROXY_NONPROXYHOSTS
Non-proxied hosts.

See Also:
Constant Field Values

DOWNLOAD_METER

public static final java.lang.String DOWNLOAD_METER
Download meter type variable.

See Also:
Constant Field Values

SNAPSHOT_SIGNIFIER

public static final java.lang.String SNAPSHOT_SIGNIFIER
Snapshot JAR signifier tag.

See Also:
Constant Field Values

DRIVER_PROPERTIES

public static final java.lang.String DRIVER_PROPERTIES
Driver properties

See Also:
Constant Field Values

BUILD_FILE_NAME

public static final java.lang.String BUILD_FILE_NAME
Project build file name. (maven.xml)

See Also:
Constant Field Values

DEFAULT_GOAL

public static final java.lang.String DEFAULT_GOAL
Defaults goal name property.

See Also:
Constant Field Values

DEFAULTS_PROPERTIES

public static final java.lang.String DEFAULTS_PROPERTIES
Defaults properties

See Also:
Constant Field Values

MAVEN_HOME

public static final java.lang.String MAVEN_HOME
MavenSession home context tag

See Also:
Constant Field Values

MAVEN_HOME_LOCAL

public static final java.lang.String MAVEN_HOME_LOCAL
MavenSession home local context tag

See Also:
Constant Field Values

MAVEN_PLUGINS_DIR

public static final java.lang.String MAVEN_PLUGINS_DIR
MavenSession plugins context tag

See Also:
Constant Field Values

MAVEN_UNPACKED_PLUGINS_DIR

public static final java.lang.String MAVEN_UNPACKED_PLUGINS_DIR
MavenSession unpacked plugins context tag

See Also:
Constant Field Values

MAVEN_USER_PLUGINS_DIR

public static final java.lang.String MAVEN_USER_PLUGINS_DIR
MavenSession local plugins context tag

See Also:
Constant Field Values

MAVEN_BUILD_FILE_URL

public static final java.lang.String MAVEN_BUILD_FILE_URL
MavenSession build file url context tag

See Also:
Constant Field Values

MAVEN_ANT_PROJECT

public static final java.lang.String MAVEN_ANT_PROJECT
MavenSession ant project context tag

See Also:
Constant Field Values

MAVEN_POM

public static final java.lang.String MAVEN_POM
MavenSession POM context tag

See Also:
Constant Field Values

MAVEN_GOALS

public static final java.lang.String MAVEN_GOALS
MavenSession goals context tag

See Also:
Constant Field Values

MAVEN_PROJECT_VERIFIER

public static final java.lang.String MAVEN_PROJECT_VERIFIER
MavenSession project verifier context tag

See Also:
Constant Field Values

WERKZ_PROJECT

public static final java.lang.String WERKZ_PROJECT
Werkz project context tag

See Also:
Constant Field Values

REACTOR_PROJECT

public static final java.lang.String REACTOR_PROJECT
Reactor projects context tag

See Also:
Constant Field Values

PLUGIN_MANAGER

public static final java.lang.String PLUGIN_MANAGER
Plugin Manager tag.

See Also:
Constant Field Values

XML_OUTPUT

public static final java.lang.String XML_OUTPUT
Jelly XMLOutput tag.

See Also:
Constant Field Values

DEBUG_ON

public static final java.lang.String DEBUG_ON
MavenSession debug flag tag.

See Also:
Constant Field Values

EMACS_MODE_ON

public static final java.lang.String EMACS_MODE_ON
MavenSession debug flag tag.

See Also:
Constant Field Values

DESCRIPTOR_DIRECTORY

public static final java.lang.String DESCRIPTOR_DIRECTORY
Descriptor directory tag. (project.xml)

See Also:
Constant Field Values

BUILD_FILE

public static final java.lang.String BUILD_FILE
Project build file tag. (maven.xml)

See Also:
Constant Field Values

DESCRIPTOR_FILE

public static final java.lang.String DESCRIPTOR_FILE
Project descriptor file tag. (project.xml)

See Also:
Constant Field Values

DEPENDENCY_CLASSPATH

public static final java.lang.String DEPENDENCY_CLASSPATH
Dependency classpath tag.

See Also:
Constant Field Values

SESSION

public static final java.lang.String SESSION
Dependency classpath tag.

See Also:
Constant Field Values

BUILD_FAILURE

public static final java.lang.String BUILD_FAILURE
Reactor/Maven subproject Build failure tag.

See Also:
Constant Field Values

FAILED_PROJECTS

public static final java.lang.String FAILED_PROJECTS
Reactor/Maven subproject Build failure project list tag.

See Also:
Constant Field Values

COMPILE_SOURCEROOTS

public static final java.lang.String COMPILE_SOURCEROOTS
Maven compile sourceroots.

See Also:
Constant Field Values

TEST_COMPILE_SOURCEROOTS

public static final java.lang.String TEST_COMPILE_SOURCEROOTS
Maven test compile sourceroots.

See Also:
Constant Field Values
Constructor Detail

MavenConstants

public MavenConstants()


Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.