Package org.glassfish.spec.maven
Class CommandLineMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.glassfish.spec.maven.CommandLineMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
public class CommandLineMojo extends org.apache.maven.plugin.AbstractMojo
- Author:
- Romain Grecourt
-
-
Field Summary
Fields Modifier and Type Field Description protected String
apiJar
protected String
apiPackage
protected Boolean
help
protected String
implBuild
protected String
implJar
protected String
implNamespace
protected String
implVersion
protected boolean
isFinal
Is it a final specification?protected String
jarType
Is it an API jar?protected String
newImplVersion
protected String
newSpecVersion
protected org.apache.maven.project.MavenProject
project
protected File
properties
protected String
specBuild
protected String
specImplVersion
protected String
specVersion
-
Constructor Summary
Constructors Constructor Description CommandLineMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
-
-
Field Detail
-
project
protected org.apache.maven.project.MavenProject project
-
isFinal
protected boolean isFinal
Is it a final specification?
-
jarType
protected String jarType
Is it an API jar?
-
apiJar
protected String apiJar
-
implJar
protected String implJar
-
implNamespace
protected String implNamespace
-
apiPackage
protected String apiPackage
-
specVersion
protected String specVersion
-
specImplVersion
protected String specImplVersion
-
implVersion
protected String implVersion
-
newImplVersion
protected String newImplVersion
-
newSpecVersion
protected String newSpecVersion
-
specBuild
protected String specBuild
-
implBuild
protected String implBuild
-
properties
protected File properties
-
help
protected Boolean help
-
-