Package | Description |
---|---|
org.fedoraproject.maven.config | |
org.fedoraproject.maven.installer |
Modifier and Type | Method and Description |
---|---|
PackagingRule |
PackagingRule.clone()
Method clone.
|
PackagingRule |
Configuration.createEffectivePackagingRule(String groupId,
String artifactId,
String version)
Create an effective packaging rule for specified artifact.
|
Modifier and Type | Method and Description |
---|---|
List<PackagingRule> |
Configuration.getArtifactManagement()
Method getArtifactManagement.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.addArtifactManagement(PackagingRule packagingRule)
Method addArtifactManagement.
|
void |
Configuration.removeArtifactManagement(PackagingRule packagingRule)
Method removeArtifactManagement.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setArtifactManagement(List<PackagingRule> artifactManagement)
Set this element configures how artifacts should be assigned
to individual packages.
|
Modifier and Type | Method and Description |
---|---|
void |
Package.createDepmaps(String groupId,
String artifactId,
String version,
Path jppGroup,
Path jppName,
PackagingRule rule) |
void |
DefaultPackage.createDepmaps(String groupId,
String artifactId,
String version,
Path jppGroup,
Path jppName,
PackagingRule rule) |
void |
JarInstaller.installProject(org.apache.maven.project.MavenProject project,
Package targetPackage,
PackagingRule rule) |
void |
PomInstaller.installProject(org.apache.maven.project.MavenProject project,
Package targetPackage,
PackagingRule rule) |
void |
ProjectInstaller.installProject(org.apache.maven.project.MavenProject project,
Package targetPackage,
PackagingRule rule)
Install Maven project into binary package.
|
Copyright © 2012-2013 Red Hat, Inc.. All Rights Reserved.