unix:package-rpm
Full name:
org.codehaus.mojo:unix-maven-plugin:1.0-alpha-5:package-rpm
Description:
(no description)
Attributes:
- Requires a Maven 2.0 project to be executed.
- Requires dependency resolution of artifacts in scope: runtime.
- Binds by default to the lifecycle phase: package.
Required Parameters
| Name |
Type |
Since |
Description |
| contact |
String |
- |
(no description)
|
Optional Parameters
| Name |
Type |
Since |
Description |
| architecture |
String |
- |
(no description)
|
| assembly |
AssemblyOp[] |
- |
(no description)
|
| contactEmail |
String |
- |
(no description)
|
| debug |
boolean |
- |
(no description)
|
| defaults |
Defaults |
- |
(no description)
|
| description |
String |
- |
(no description)
|
| name |
String |
- |
Optional parameter to specify the name of the package. If not set
it will use the artifact id of the Maven project.
|
| packages |
Package[] |
- |
(no description)
|
| revision |
String |
- |
Optional parameter to specify the revision of the package. If not
set it will be parsed from the version information in the Maven
project.
|
| rpm |
RpmSpecificSettings |
- |
(no description)
|
Parameter Details
architecture:
(no description)
- Type: java.lang.String
- Required: No
assembly:
(no description)
- Type: org.codehaus.mojo.unix.maven.plugin.AssemblyOp[]
- Required: No
contact:
(no description)
- Type: java.lang.String
- Required: Yes
contactEmail:
(no description)
- Type: java.lang.String
- Required: No
debug:
(no description)
- Type: boolean
- Required: No
- Expression: ${maven.unix.debug}
defaults:
(no description)
- Type: org.codehaus.mojo.unix.maven.plugin.Defaults
- Required: No
description:
(no description)
- Type: java.lang.String
- Required: No
- Expression: ${project.description}
name:
Optional parameter to specify the name of the package. If not set
it will use the artifact id of the Maven project.
- Type: java.lang.String
- Required: No
packages:
(no description)
- Type: org.codehaus.mojo.unix.maven.plugin.Package[]
- Required: No
revision:
Optional parameter to specify the revision of the package. If not
set it will be parsed from the version information in the Maven
project.
- Type: java.lang.String
- Required: No
rpm:
(no description)
- Type: org.codehaus.mojo.unix.maven.plugin.RpmSpecificSettings
- Required: No