$headContent
Full name:
org.codehaus.mojo:rpm-maven-plugin:2.1-alpha-1:version
Description:
Attributes:
2.0.initialize.| Name | Type | Since | Description |
|---|---|---|---|
| projversion | String |
2.0 |
The version portion of the RPM file name. |
| releaseProperty | String |
2.0 |
The system property to set the calculated release to. Default value is: rpm.release. |
| versionProperty | String |
2.0 |
The system property to set the calculated version to. Default value is: rpm.version. |
| Name | Type | Since | Description |
|---|---|---|---|
| release | String |
2.0 |
The release portion of the RPM file name.
This is an optional parameter. By default, the release will be generated from the modifier portion of the project version using the following rules:
|
java.lang.String2.0Yes${project.version}This is an optional parameter. By default, the release will be generated from the modifier portion of the project version using the following rules:
1.'-' in the modifier will be
replaced with '_'."_1" will be appended to end.java.lang.String2.0Nojava.lang.String2.0Yesrpm.releasejava.lang.String2.0Yesrpm.version