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
  • Constructor Details

    • BndTestCompileMojo

      public BndTestCompileMojo()
  • Method Details