Class GenerateVersionInfoMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="generate-version-info",
          defaultPhase=GENERATE_RESOURCES,
          requiresProject=true,
          threadSafe=true)
    public class GenerateVersionInfoMojo
    extends org.apache.maven.plugin.AbstractMojo
    Generates a file with information CONGA maven plugin version and CONGA plugins versions used to generate this artifact.
    • Constructor Detail

      • GenerateVersionInfoMojo

        public GenerateVersionInfoMojo()
    • 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