Class GenerateResourcesMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.sling.maven.slingstart.AbstractSlingStartMojo
-
- org.apache.sling.maven.slingstart.GenerateResourcesMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generate-resources", defaultPhase=GENERATE_RESOURCES, requiresDependencyResolution=TEST, threadSafe=true) public class GenerateResourcesMojo extends AbstractSlingStartMojo
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.maven.plugin.MojoExecutionmojoExecution-
Fields inherited from class org.apache.sling.maven.slingstart.AbstractSlingStartMojo
allowUnresolvedPomDependencies, DEFAULT_MODEL_PATTERN, mavenSession, project, projectHelper, usePomDependencies, usePomVariables
-
-
Constructor Summary
Constructors Constructor Description GenerateResourcesMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
Methods inherited from class org.apache.sling.maven.slingstart.AbstractSlingStartMojo
getResolverOptions, getStandaloneOutputDirectory, getTmpDir
-
-