public interface RpmMojo
| Modifier and Type | Method and Description |
|---|---|
void |
addSecondaryArtifact(File artifactFile,
String artifactId,
String version,
String classifier)
Add a secondary artifact
|
String |
getBuildDirectory()
Get build output directory
|
String |
getBuildPath()
Get the build root path
|
String |
getCollapsedProjectLicense()
Get collapsed project licensing
|
String |
getDefaultDestination()
Get default destination
|
int |
getDefaultFileMode()
Get default mode
|
String |
getDefaultGroup()
Get default group
|
String |
getDefaultOwner()
Get default owner
|
org.apache.maven.plugin.logging.Log |
getLog()
Get logger
|
String |
getProjectArtifactId()
Get the project artifact id
|
String |
getProjectPackagingType()
Get project packaging type
|
String |
getProjectUrl()
Get the project url
|
String |
getProjectVersion()
Get the project version
|
RpmScriptTemplateRenderer |
getTemplateRenderer()
Get event hook template renderer
|
void |
setPrimaryArtifact(File artifactFile,
String classifier)
Set the primary artifact
|
RpmScriptTemplateRenderer getTemplateRenderer()
void setPrimaryArtifact(File artifactFile, String classifier)
artifactFile - Primary artifactclassifier - Artifact classifiervoid addSecondaryArtifact(File artifactFile, String artifactId, String version, String classifier)
artifactFile - Secondary artifact fileartifactId - Artifact Idversion - Artifact versionclassifier - Artifact classifierString getBuildDirectory()
String getProjectArtifactId()
String getProjectVersion()
String getProjectUrl()
String getProjectPackagingType()
String getCollapsedProjectLicense()
String getBuildPath() throws InvalidPathException
InvalidPathException - Build path is invalid and could not be retrievedint getDefaultFileMode()
String getDefaultOwner()
String getDefaultGroup()
String getDefaultDestination()
org.apache.maven.plugin.logging.Log getLog()
Copyright © 2017. All rights reserved.