Package org.eclipse.cbi.mojo
Class AbstractPluginScannerMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.eclipse.cbi.mojo.AbstractPluginScannerMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
PluginVersionsMojo
,TestPropertiesMojo
abstract class AbstractPluginScannerMojo extends org.apache.maven.plugin.AbstractMojo
-
-
Field Summary
Fields Modifier and Type Field Description protected org.eclipse.tycho.core.osgitools.BundleReader
bundleReader
protected java.io.File
repository
igorf: as of 2012-01-05, generated repository location is hardcoded to target/repository in tycho
-
Constructor Summary
Constructors Constructor Description AbstractPluginScannerMojo()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
execute()
protected abstract java.io.File
getDestination()
protected abstract void
processPlugins(java.util.Properties properties, java.util.Map<java.io.File,org.eclipse.tycho.core.osgitools.OsgiManifest> plugins)
-
-
-
Field Detail
-
repository
@Parameter(defaultValue="${project.build.directory}/repository") protected java.io.File repository
igorf: as of 2012-01-05, generated repository location is hardcoded to target/repository in tycho
-
bundleReader
@Component protected org.eclipse.tycho.core.osgitools.BundleReader bundleReader
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
processPlugins
protected abstract void processPlugins(java.util.Properties properties, java.util.Map<java.io.File,org.eclipse.tycho.core.osgitools.OsgiManifest> plugins) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getDestination
protected abstract java.io.File getDestination()
-
-