manifest:svnrevision
Full name:
org.kuali.maven.plugins:maven-manifest-plugin:1.0.1:svnrevision
Description:
Examine a MANIFEST.MF file for the presence of an SVN revision
number. If found, set the system property "manifest.SVN-Revision"
to the value that was located
Attributes:
- Requires a Maven project to be executed.
Required Parameters
Name |
Type |
Since |
Description |
attribute |
String |
- |
The attribute the svn revision number is stored under in that file Default value is: SVN-Revision. |
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 the svn revision number is stored under in that file
- Type: java.lang.String
- Required: Yes
- Expression: ${manifest.attribute}
- Default: SVN-Revision
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