rpm-builder:package
Full name:
org.jboss.pnc:rpm-builder-maven-plugin:1.3-SNAPSHOT:package
Description:
Run rpmbuild and package the results.
Attributes:
- Requires a Maven project to be executed.
- The goal is not marked as thread-safe and thus does not support parallel builds.
- Binds by default to the lifecycle phase:
package
.
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<attachZip> |
boolean |
- |
Whether to attach the RPMs in a zip Default: false User Property: attachZip |
<changeLog> |
RPMBuilder$Changelog |
- |
No description. User Property: changeLog |
<groovyPatch> |
String |
- |
Custom groovy script to run against the spec file. User Property: groovyPatch |
<macros> |
Map<String,String> |
- |
Custom extra macros to pass through. For example: User Property: macros |
Parameter Details
<attachZip>
Whether to attach the RPMs in a zip
- Type:
boolean
- Required:
No
- User Property:
attachZip
- Default:
false
<changeLog>
No description.
- Type:
org.jboss.pnc.RPMBuilder$Changelog
- Required:
No
- User Property:
changeLog
<groovyPatch>
Custom groovy script to run against the spec file.
- Type:
java.lang.String
- Required:
No
- User Property:
groovyPatch
<macros>
Custom extra macros to pass through. For example:
.el8eap
eap8
- Type:
java.util.Map<java.lang.String, java.lang.String>
- Required:
No
- User Property:
macros