Class DescriptorGeneratorMojo

    • Field Detail

      • outputDirectory

        @Parameter(defaultValue="${project.build.outputDirectory}/META-INF/maven",
                   readonly=true)
        protected java.io.File outputDirectory
        The directory where the generated plugin.xml file will be put.
      • skipDescriptor

        @Parameter(defaultValue="false")
        private boolean skipDescriptor
        A flag to disable generation of the plugin.xml in favor of a hand authored plugin descriptor.
        Since:
        2.6
    • Constructor Detail

      • DescriptorGeneratorMojo

        public DescriptorGeneratorMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException
        Specified by:
        execute in interface org.apache.maven.plugin.Mojo
        Overrides:
        execute in class AbstractGeneratorMojo
        Throws:
        org.apache.maven.plugin.MojoExecutionException