Package aQute.bnd.maven.plugin
Class BndMavenPlugin
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- aQute.bnd.maven.plugin.AbstractBndMavenPlugin
-
- aQute.bnd.maven.plugin.BndMavenPlugin
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="bnd-process", defaultPhase=PROCESS_CLASSES, requiresDependencyResolution=COMPILE, threadSafe=true) public class BndMavenPlugin extends AbstractBndMavenPlugin
-
-
Field Summary
-
Fields inherited from class aQute.bnd.maven.plugin.AbstractBndMavenPlugin
logger
-
-
Constructor Summary
Constructors Constructor Description BndMavenPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilegetClassesDir()FilegetManifestPath()FilegetOutputDir()List<org.apache.maven.model.Resource>getResources()FilegetSourceDir()booleanisSkip()-
Methods inherited from class aQute.bnd.maven.plugin.AbstractBndMavenPlugin
execute, processBuilder, processBuildPath, reportErrorsAndWarnings
-
-
-
-
Method Detail
-
getSourceDir
public File getSourceDir()
- Specified by:
getSourceDirin classAbstractBndMavenPlugin
-
getResources
public List<org.apache.maven.model.Resource> getResources()
- Specified by:
getResourcesin classAbstractBndMavenPlugin
-
getClassesDir
public File getClassesDir()
- Specified by:
getClassesDirin classAbstractBndMavenPlugin
-
getOutputDir
public File getOutputDir()
- Specified by:
getOutputDirin classAbstractBndMavenPlugin
-
getManifestPath
public File getManifestPath()
- Specified by:
getManifestPathin classAbstractBndMavenPlugin
-
isSkip
public boolean isSkip()
- Specified by:
isSkipin classAbstractBndMavenPlugin
-
-