Package org.eclipse.tycho.bnd.mojos
Class BndTestCompileMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.eclipse.tycho.bnd.mojos.AbstractBndProjectMojo
org.eclipse.tycho.bnd.mojos.BndTestCompileMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="test-compile",
defaultPhase=TEST_COMPILE,
requiresDependencyResolution=TEST,
threadSafe=true)
public class BndTestCompileMojo
extends AbstractBndProjectMojo
-
Field Summary
Fields inherited from class org.eclipse.tycho.bnd.mojos.AbstractBndProjectMojo
mavenProject, sessionFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.tycho.bnd.mojos.AbstractBndProjectMojo
executeMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
BndTestCompileMojo
public BndTestCompileMojo()
-
-
Method Details
-
execute
- Specified by:
executein classAbstractBndProjectMojo- Throws:
Exception
-