Class ExportFeatureMetaDataMojo

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

    @Mojo(name="features-export-meta-data",
          defaultPhase=COMPILE,
          requiresDependencyResolution=RUNTIME,
          threadSafe=true)
    public class ExportFeatureMetaDataMojo
    extends AbstractFeatureMojo
    Export meta data about features
    • Field Detail

      • oneVersion

        @Parameter
        protected boolean oneVersion
        If set to true then for each bundle symbolic name only the highest version will be used
    • Constructor Detail

      • ExportFeatureMetaDataMojo

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