Package org.glassfish.build
Class AttachAllArtifactsMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.glassfish.build.AttachAllArtifactsMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="attach-all-artifacts", requiresOnline=true) public final class AttachAllArtifactsMojo extends org.apache.maven.plugin.AbstractMojo
Guess artifacts from target directory and attach them to the project.
-
-
Constructor Summary
Constructors Constructor Description AttachAllArtifactsMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
-
-
Field Detail
-
project
@Parameter(defaultValue="${project}", required=true, readonly=true) private org.apache.maven.project.MavenProject project
The maven project.
-
pomFile
@Parameter(property="attach.all.artifacts.pomFile", defaultValue="${project.file}", required=true) private java.io.File pomFile
The project pom file.
-
skip
@Parameter(property="attach.all.artifacts.skip", defaultValue="false") private boolean skip
Skip this mojo.
-
-