@Mojo(name="test-properties")
public class TestPropertiesMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field | Description |
---|---|---|
protected org.eclipse.tycho.core.osgitools.BundleReader |
bundleReader |
|
protected File |
destination |
|
protected File |
repository |
igorf: as of 2012-01-05, generated repository location is hardcoded to target/repository in tycho
|
Constructor | Description |
---|---|
TestPropertiesMojo() |
Modifier and Type | Method | Description |
---|---|---|
void |
execute() |
|
protected File |
getDestination() |
|
protected void |
processPlugins(Properties properties,
Map<File,org.eclipse.tycho.core.osgitools.OsgiManifest> plugins) |
@Parameter(defaultValue="${project.build.directory}/test.properties") protected File destination
@Parameter(defaultValue="${project.build.directory}/repository") protected File repository
@Component protected org.eclipse.tycho.core.osgitools.BundleReader bundleReader
protected File getDestination()
protected void processPlugins(Properties properties, Map<File,org.eclipse.tycho.core.osgitools.OsgiManifest> plugins) throws Exception
Exception
public void execute() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
Copyright © 2019 Eclipse Foundation. All rights reserved.