Class PluginVersionsMojo

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

    @Mojo(name="plugin-versions",
          threadSafe=true)
    public class PluginVersionsMojo
    extends AbstractPluginScannerMojo
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.io.File getDestination()  
      protected void processPlugins​(java.util.Properties properties, java.util.Map<java.io.File,​org.eclipse.tycho.core.osgitools.OsgiManifest> plugins)  
      • Methods inherited from class org.apache.maven.plugin.AbstractMojo

        getLog, getPluginContext, setLog, setPluginContext
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • destination

        @Parameter(defaultValue="${project.build.directory}/plugin-versions.properties")
        protected java.io.File destination
    • Constructor Detail

      • PluginVersionsMojo

        public PluginVersionsMojo()