Full name:
org.apache.maven.plugins:maven-jar-plugin:2.4:test-jar
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
finalName | String | - | Name of the generated JAR. Default value is: ${project.build.finalName}. |
outputDirectory | File | - | Directory containing the generated JAR. Default value is: ${project.build.directory}. |
testClassesDirectory | File | - | Directory containing the test classes and resource files that
should be packaged into the JAR. Default value is: ${project.build.testOutputDirectory}. |
Name | Type | Since | Description |
---|---|---|---|
archive | MavenArchiveConfiguration | - | The archive configuration to use. See Maven
Archiver Reference. |
excludes | String[] | - | List of files to exclude. Specified as fileset patterns which are
relative to the input directory whose contents is being packaged
into the JAR. |
forceCreation | boolean | - | Whether creating the archive should be forced. Default value is: false. |
includes | String[] | - | List of files to include. Specified as fileset patterns which are
relative to the input directory whose contents is being packaged
into the JAR. |
skip | boolean | - | Set this to true to bypass unit tests entirely. Its
use is NOT RECOMMENDED, but quite convenient on occasion. |
skipIfEmpty | boolean | - | Skip creating empty archives Default value is: false. |
useDefaultManifestFile | boolean | 2.2 | Set this to true to enable the use of the
defaultManifestFile. Default value is: false. |
skip: