Class InfoMojo

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

    @Mojo(requiresProject=false,
          name="info",
          threadSafe=true)
    public class InfoMojo
    extends AbstractIncludingFeatureMojo
    Extract information from a feature This mojo does not require a project, it can be run by just pointing it at a feature file. When run from within a project, the normal feature selection mechanism can be used. This mojo supports
    • Extracting the exported packages per feature and writing them to a file
    • Detecting duplicates across features and writing a report
    Since:
    1.1.20
    • Constructor Detail

      • InfoMojo

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