Class FeatureLauncherMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.sling.feature.maven.mojos.AbstractFeatureMojo
org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo
org.apache.sling.feature.maven.mojos.FeatureLauncherMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="launch-features",
requiresProject=true,
threadSafe=true)
public class FeatureLauncherMojo
extends AbstractIncludingFeatureMojo
Launches the given Feature File
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo
AbstractIncludingFeatureMojo.FeatureScanner
Nested classes/interfaces inherited from class org.apache.sling.feature.maven.mojos.AbstractFeatureMojo
AbstractFeatureMojo.BaseArtifactProvider, AbstractFeatureMojo.BaseFeatureProvider
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class org.apache.sling.feature.maven.mojos.AbstractFeatureMojo
features, jarStartOrder, mavenSession, project, projectHelper
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo
getSelectedFeatures, selectAllFeatureFiles, selectAllFeatureFilesAndAggregates
Methods inherited from class org.apache.sling.feature.maven.mojos.AbstractFeatureMojo
checkPreconditions, getTmpDir
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
CFG_FEATURE_ARCHIVE_FILES
- See Also:
-
CFG_FEATURE_ARCHIVE_IDS
- See Also:
-
CFG_FEATURE_ARCHIVE_CLASSIFIERS
- See Also:
-
CFG_ARTIFACT_CLASH_OVERRIDES
- See Also:
-
CFG_REPOSITORY_URL
- See Also:
-
CFG_FRAMEWORK_PROPERTIES
- See Also:
-
CFG_VARIABLE_VALUES
- See Also:
-
CFG_VERBOSE
- See Also:
-
CFG_CACHE_DIRECTORY
- See Also:
-
CFG_HOME_DIRECTORY
- See Also:
-
CFG_EXTENSION_CONFIGURATIONS
- See Also:
-
CFG_FRAMEWORK_VERSION
- See Also:
-
CFG_FRAMEWORK_ARTIFACTS
- See Also:
-
-
Constructor Details
-
FeatureLauncherMojo
public FeatureLauncherMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
-