KIE EAP - Maven plugin 6.1.0.Final

org.kie.integration.eap.maven.util
Class EAPConstants

java.lang.Object
  extended by org.kie.integration.eap.maven.util.EAPConstants

public class EAPConstants
extends Object


Field Summary
static String ALL
           
static String ARTIFACT_ID
           
static String ARTIFACT_SEPARATOR
           
static String COMMA
           
static String DISTRIBUTION_PROPERTIES_PACKAGE
           
static String DISTRO_PACKAGE_FILE_NAME
           
static String EXCLUSIONS
           
static String GROUP_ID
           
static String LAYER_BASE
           
static String META_INF
           
static String MODULE_ADD_JBOSS_ALL
          The property for the dynamic module dependency in a pom's module artifact.
static String MODULE_DEPENDENCIES
          The property for the static module dependencies in a pom's module artifact.
static String MODULE_LOCATION
          The property for the module location in a pom's module artifact.
static String MODULE_NAME
          The property for the module name in a pom's module artifact.
static String MODULE_PATCH_PREFFIX
          The preffix for the module patch properties.
static String MODULE_PROPERTY_PREFFIX
          The preffix for the module properties.
static String MODULE_SERVICES_IMPORT
           
static String MODULE_SLOT
          The property for the module slot in a pom's module artifact.
static String MODULE_TYPE
          The property for the module type in a pom's module artifact.
static String MODULE_TYPE_BASE
           
static String MODULE_TYPE_DYNAMIC
           
static String MODULE_TYPE_STATIC
           
static String NEW_LINE
           
static String PACKAGING
           
static String PATCHES_PATH
           
static String POM
           
static String PROPERTY_PROJECT_VERSION
          The project version maven propoerty.
static String SCOPE_COMPILE
           
static String SCOPE_PROVIDED
           
static String SCOPE_TEST
           
static String SLOT_MAIN
           
static String VERSION
           
static String WAR
           
static String WEB_INF
           
static String WEB_INF_LIB
           
 
Constructor Summary
EAPConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GROUP_ID

public static final String GROUP_ID
See Also:
Constant Field Values

ARTIFACT_ID

public static final String ARTIFACT_ID
See Also:
Constant Field Values

VERSION

public static final String VERSION
See Also:
Constant Field Values

PACKAGING

public static final String PACKAGING
See Also:
Constant Field Values

SCOPE_COMPILE

public static final String SCOPE_COMPILE
See Also:
Constant Field Values

SCOPE_PROVIDED

public static final String SCOPE_PROVIDED
See Also:
Constant Field Values

SCOPE_TEST

public static final String SCOPE_TEST
See Also:
Constant Field Values

POM

public static final String POM
See Also:
Constant Field Values

ARTIFACT_SEPARATOR

public static final String ARTIFACT_SEPARATOR
See Also:
Constant Field Values

PROPERTY_PROJECT_VERSION

public static final String PROPERTY_PROJECT_VERSION
The project version maven propoerty.

See Also:
Constant Field Values

LAYER_BASE

public static final String LAYER_BASE
See Also:
Constant Field Values

MODULE_PROPERTY_PREFFIX

public static final String MODULE_PROPERTY_PREFFIX
The preffix for the module properties.

See Also:
Constant Field Values

MODULE_PATCH_PREFFIX

public static final String MODULE_PATCH_PREFFIX
The preffix for the module patch properties.

See Also:
Constant Field Values

MODULE_NAME

public static final String MODULE_NAME
The property for the module name in a pom's module artifact.

See Also:
Constant Field Values

MODULE_LOCATION

public static final String MODULE_LOCATION
The property for the module location in a pom's module artifact.

See Also:
Constant Field Values

MODULE_TYPE

public static final String MODULE_TYPE
The property for the module type in a pom's module artifact.

See Also:
Constant Field Values

MODULE_SLOT

public static final String MODULE_SLOT
The property for the module slot in a pom's module artifact.

See Also:
Constant Field Values

MODULE_DEPENDENCIES

public static final String MODULE_DEPENDENCIES
The property for the static module dependencies in a pom's module artifact.

See Also:
Constant Field Values

MODULE_ADD_JBOSS_ALL

public static final String MODULE_ADD_JBOSS_ALL
The property for the dynamic module dependency in a pom's module artifact.

See Also:
Constant Field Values

MODULE_TYPE_STATIC

public static final String MODULE_TYPE_STATIC
See Also:
Constant Field Values

MODULE_TYPE_DYNAMIC

public static final String MODULE_TYPE_DYNAMIC
See Also:
Constant Field Values

MODULE_TYPE_BASE

public static final String MODULE_TYPE_BASE
See Also:
Constant Field Values

MODULE_SERVICES_IMPORT

public static final String MODULE_SERVICES_IMPORT
See Also:
Constant Field Values

WAR

public static final String WAR
See Also:
Constant Field Values

EXCLUSIONS

public static final String EXCLUSIONS
See Also:
Constant Field Values

COMMA

public static final String COMMA
See Also:
Constant Field Values

DISTRO_PACKAGE_FILE_NAME

public static final String DISTRO_PACKAGE_FILE_NAME
See Also:
Constant Field Values

DISTRIBUTION_PROPERTIES_PACKAGE

public static final String DISTRIBUTION_PROPERTIES_PACKAGE
See Also:
Constant Field Values

WEB_INF

public static final String WEB_INF
See Also:
Constant Field Values

WEB_INF_LIB

public static final String WEB_INF_LIB
See Also:
Constant Field Values

META_INF

public static final String META_INF
See Also:
Constant Field Values

NEW_LINE

public static final String NEW_LINE
See Also:
Constant Field Values

ALL

public static final String ALL
See Also:
Constant Field Values

SLOT_MAIN

public static final String SLOT_MAIN
See Also:
Constant Field Values

PATCHES_PATH

public static final String PATCHES_PATH
See Also:
Constant Field Values
Constructor Detail

EAPConstants

public EAPConstants()

KIE EAP - Maven plugin 6.1.0.Final

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.