Class GenerateSingularityMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.smallmind.spark.singularity.maven.GenerateSingularityMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generate-singularity", defaultPhase=PACKAGE, requiresDependencyResolution=RUNTIME, threadSafe=true) public class GenerateSingularityMojo extends org.apache.maven.plugin.AbstractMojo
-
-
Field Summary
Fields Modifier and Type Field Description protected List<org.apache.maven.artifact.Artifact>pluginArtifacts
-
Constructor Summary
Constructors Constructor Description GenerateSingularityMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
-
-
-
Field Detail
-
pluginArtifacts
@Parameter(readonly=true, property="plugin.artifacts") protected List<org.apache.maven.artifact.Artifact> pluginArtifacts
-
-