Package aQute.bnd.maven.plugin
Class BndMavenPackagingPlugin
java.lang.Object
org.apache.maven.plugin.AbstractMojo
aQute.bnd.maven.plugin.AbstractBndMavenPlugin
aQute.bnd.maven.plugin.BndMavenPlugin
aQute.bnd.maven.plugin.BndMavenPackagingPlugin
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="jar",
defaultPhase=PACKAGE,
requiresProject=true,
requiresDependencyResolution=COMPILE,
threadSafe=true)
public class BndMavenPackagingPlugin
extends BndMavenPlugin
-
Field Summary
FieldsFields inherited from class aQute.bnd.maven.plugin.BndMavenPlugin
manifestPath, skip
Fields inherited from class aQute.bnd.maven.plugin.AbstractBndMavenPlugin
bnd, bndfile, buildContext, includeClassesDir, logger, MANIFEST_LAST_MODIFIED, MARKED_FILES, mojoExecution, PACKAGING_JAR, PACKAGING_WAR, packagingTypes, project, projectHelper, propertiesFile, settings, skipIfEmpty, SNAPSHOT, targetDir, TSTAMP, warOutputDir
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class aQute.bnd.maven.plugin.BndMavenPlugin
getClassesDir, getManifestPath, getOutputDir, getResources, getSourceDir, isSkip
Methods inherited from class aQute.bnd.maven.plugin.AbstractBndMavenPlugin
execute, isEmpty, processBuilder, processBuildPath, reportErrorsAndWarnings
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
classifier
-
-
Constructor Details
-
BndMavenPackagingPlugin
public BndMavenPackagingPlugin()
-
-
Method Details
-
getClassifier
- Overrides:
getClassifier
in classAbstractBndMavenPlugin
-
getType
- Overrides:
getType
in classAbstractBndMavenPlugin
-