Package aQute.bnd.maven.plugin
Class BndMavenPackagingTestsPlugin
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- aQute.bnd.maven.plugin.AbstractBndMavenPlugin
-
- aQute.bnd.maven.plugin.BndMavenTestsPlugin
-
- aQute.bnd.maven.plugin.BndMavenPackagingTestsPlugin
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="test-jar", defaultPhase=PACKAGE, requiresProject=true, requiresDependencyResolution=TEST, threadSafe=true) public class BndMavenPackagingTestsPlugin extends BndMavenTestsPlugin
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
classifier
-
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
-
-
Constructor Summary
Constructors Constructor Description BndMavenPackagingTestsPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
getClassifier()
java.util.Optional<java.lang.String>
getType()
-
Methods inherited from class aQute.bnd.maven.plugin.BndMavenTestsPlugin
getClassesDir, getManifestPath, getOutputDir, getResources, getSourceDir, isSkip, processBuilder, processBuildPath, reportErrorsAndWarnings
-
Methods inherited from class aQute.bnd.maven.plugin.AbstractBndMavenPlugin
execute, isEmpty
-
-
-
-
Method Detail
-
getClassifier
public java.util.Optional<java.lang.String> getClassifier()
- Overrides:
getClassifier
in classAbstractBndMavenPlugin
-
getType
public java.util.Optional<java.lang.String> getType()
- Overrides:
getType
in classAbstractBndMavenPlugin
-
-