Class 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 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
    • Constructor Detail

      • CommandLineMojo

        public CommandLineMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException