Class AttachModelArchive
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.sling.maven.slingstart.AbstractSlingStartMojo
-
- org.apache.sling.maven.slingstart.AttachModelArchive
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="attach-modelarchive", defaultPhase=PACKAGE, requiresDependencyResolution=TEST, threadSafe=true) public class AttachModelArchive extends AbstractSlingStartMojoAttach the model archive as a project artifact.
-
-
Field Summary
-
Fields inherited from class org.apache.sling.maven.slingstart.AbstractSlingStartMojo
allowUnresolvedPomDependencies, DEFAULT_MODEL_PATTERN, mavenSession, project, projectHelper, usePomDependencies, usePomVariables
-
-
Constructor Summary
Constructors Constructor Description AttachModelArchive()
-
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
-
-