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 StringapiJarprotected StringapiPackageprotected Booleanhelpprotected StringimplBuildprotected StringimplJarprotected StringimplNamespaceprotected StringimplVersionprotected booleanisFinalIs it a final specification?protected StringjarTypeIs it an API jar?protected StringnewImplVersionprotected StringnewSpecVersionprotected org.apache.maven.project.MavenProjectprojectprotected Filepropertiesprotected StringspecBuildprotected StringspecImplVersionprotected StringspecVersion
-
Constructor Summary
Constructors Constructor Description CommandLineMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
-
-
-
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
-
-