abstract class AbstractPluginScannerMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and 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 and Description |
---|
AbstractPluginScannerMojo() |
Modifier and Type | Method and 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) |
@Parameter(defaultValue="${project.build.directory}/repository") protected java.io.File repository
@Component protected org.eclipse.tycho.core.osgitools.BundleReader bundleReader
public void execute() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
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
java.lang.Exception
protected abstract java.io.File getDestination()