Package org.eclipse.cbi.mojo
Class PluginVersionsMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.eclipse.cbi.mojo.AbstractPluginScannerMojo
-
- org.eclipse.cbi.mojo.PluginVersionsMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="plugin-versions") public class PluginVersionsMojo extends AbstractPluginScannerMojo
-
-
Field Summary
Fields Modifier and Type Field Description protected java.io.File
destination
-
Fields inherited from class org.eclipse.cbi.mojo.AbstractPluginScannerMojo
bundleReader, repository
-
-
Constructor Summary
Constructors Constructor Description PluginVersionsMojo()
-
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.eclipse.cbi.mojo.AbstractPluginScannerMojo
execute
-
-
-
-
Method Detail
-
processPlugins
protected void processPlugins(java.util.Properties properties, java.util.Map<java.io.File,org.eclipse.tycho.core.osgitools.OsgiManifest> plugins)
- Specified by:
processPlugins
in classAbstractPluginScannerMojo
-
getDestination
protected java.io.File getDestination()
- Specified by:
getDestination
in classAbstractPluginScannerMojo
-
-