@Mojo(name="bnd-process-tests",
defaultPhase=PROCESS_TEST_CLASSES,
requiresDependencyResolution=TEST,
threadSafe=true)
public class BndMavenTestsPlugin
extends AbstractBndMavenPlugin
| Constructor and Description |
|---|
BndMavenTestsPlugin() |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getClassesDir() |
java.io.File |
getManifestPath() |
java.io.File |
getOutputDir() |
java.util.List<org.apache.maven.model.Resource> |
getResources() |
java.io.File |
getSourceDir() |
boolean |
isSkip() |
protected void |
processBuilder(aQute.bnd.osgi.Builder builder)
If a mojo needs to tweak the builder for any particular reason, do it
here.
|
protected void |
processBuildPath(java.util.List<java.lang.Object> buildpath)
If a mojo needs to update the buildpath for any particular reason, do it
here.
|
executepublic java.io.File getSourceDir()
getSourceDir in class AbstractBndMavenPluginpublic java.util.List<org.apache.maven.model.Resource> getResources()
getResources in class AbstractBndMavenPluginpublic java.io.File getClassesDir()
getClassesDir in class AbstractBndMavenPluginpublic java.io.File getOutputDir()
getOutputDir in class AbstractBndMavenPluginpublic java.io.File getManifestPath()
getManifestPath in class AbstractBndMavenPluginpublic boolean isSkip()
isSkip in class AbstractBndMavenPluginprotected void processBuildPath(java.util.List<java.lang.Object> buildpath)
AbstractBndMavenPluginprocessBuildPath in class AbstractBndMavenPluginbuildpath - the set of jars and class directories used while
analyzing the jar contentsprotected void processBuilder(aQute.bnd.osgi.Builder builder)
throws org.apache.maven.plugin.MojoFailureException
AbstractBndMavenPluginprocessBuilder in class AbstractBndMavenPluginbuilder - the Builder created to analyze the jar contentsorg.apache.maven.plugin.MojoFailureException - if an issue is encounteredCopyright © 2020 Bndtools. All rights reserved.