manifest:getattribute
Full name:
org.kuali.maven.plugins:maven-manifest-plugin:1.1.0-SNAPSHOT:getattribute
Description:
Examine a MANIFEST.MF file for the presence of an attribute
Attributes:
- Requires a Maven project to be executed.
Required Parameters
Name |
Type |
Since |
Description |
attribute |
String |
- |
The attribute to retrieve from that file
|
filename |
String |
- |
The location of a MANIFEST.MF file to inspect
|
Optional Parameters
Name |
Type |
Since |
Description |
prefix |
String |
- |
The prefix to use when storing the attribute as a system property Default value is: manifest. |
Parameter Details
attribute:
The attribute to retrieve from that file
- Type: java.lang.String
- Required: Yes
- Expression: ${manifest.attribute}
filename:
The location of a MANIFEST.MF file to inspect
- Type: java.lang.String
- Required: Yes
- Expression: ${manifest.filename}
prefix:
The prefix to use when storing the attribute as a system property
- Type: java.lang.String
- Required: No
- Expression: ${manifest.prefix}
- Default: manifest