Package com.adobe.aem.analyser.mojos
Class AggregateWithSDKMojo
- 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.AggregateFeaturesMojo
-
- com.adobe.aem.analyser.mojos.AggregateWithSDKMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
ProjectAggregateWithSDKMojo
@Mojo(name="aggregate", defaultPhase=GENERATE_TEST_RESOURCES) public class AggregateWithSDKMojo extends org.apache.sling.feature.maven.mojos.AggregateFeaturesMojo
-
-
Constructor Summary
Constructors Constructor Description AggregateWithSDKMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
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
-
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Specified by:
executein interfaceorg.apache.maven.plugin.Mojo- Overrides:
executein classorg.apache.sling.feature.maven.mojos.AggregateFeaturesMojo- Throws:
org.apache.maven.plugin.MojoExecutionException
-
-