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
FieldsModifier and TypeFieldDescriptionprotected org.eclipse.tycho.core.osgitools.BundleReader
protected File
igorf: as of 2012-01-05, generated repository location is hardcoded to target/repository in tychoFields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
protected abstract File
protected abstract void
processPlugins
(Properties properties, Map<File, org.eclipse.tycho.core.osgitools.OsgiManifest> plugins) Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
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
-
-
Constructor Details
-
AbstractPluginScannerMojo
AbstractPluginScannerMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-
processPlugins
protected abstract void processPlugins(Properties properties, Map<File, org.eclipse.tycho.core.osgitools.OsgiManifest> plugins) throws Exception- Throws:
Exception
-
getDestination
-