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 File
getClassesDir()
File
getManifestPath()
File
getOutputDir()
List<org.apache.maven.model.Resource>
getResources()
File
getSourceDir()
boolean
isSkip()
-
Methods inherited from class aQute.bnd.maven.plugin.AbstractBndMavenPlugin
execute, processBuilder, processBuildPath, reportErrorsAndWarnings
-
-
-
-
Method Detail
-
getSourceDir
public File getSourceDir()
- Specified by:
getSourceDir
in classAbstractBndMavenPlugin
-
getResources
public List<org.apache.maven.model.Resource> getResources()
- Specified by:
getResources
in classAbstractBndMavenPlugin
-
getClassesDir
public File getClassesDir()
- Specified by:
getClassesDir
in classAbstractBndMavenPlugin
-
getOutputDir
public File getOutputDir()
- Specified by:
getOutputDir
in classAbstractBndMavenPlugin
-
getManifestPath
public File getManifestPath()
- Specified by:
getManifestPath
in classAbstractBndMavenPlugin
-
isSkip
public boolean isSkip()
- Specified by:
isSkip
in classAbstractBndMavenPlugin
-
-