|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface MavenPom
Is used for generating a Maven pom file and customizing the generation. To learn about the Maven pom see: http://maven.apache.org/pom.html
Method Summary | |
---|---|
MavenPom
|
copy()
Creates a deep copy of a MavenPom |
java.lang.String
|
getArtifactId()
|
java.lang.String
|
getClassifier()
|
java.lang.String
|
getGroupId()
|
java.lang.String
|
getLicenseHeader()
|
java.lang.String
|
getPackaging()
|
Conf2ScopeMappingContainer
|
getScopeMappings()
Returns the scope mappings used for generating this pom. |
java.lang.String
|
getVersion()
|
void
|
setArtifactId(java.lang.String artifactId)
Sets the artifactId property of the to be generated Maven pom. |
void
|
setClassifier(java.lang.String classifier)
Sets the classifier property of the to be generated Maven pom. |
void
|
setGroupId(java.lang.String groupId)
Sets the groupId property of the to be generated Maven pom. |
void
|
setLicenseHeader(java.lang.String licenseHeader)
Sets the licenseHeader property of the to be generated Maven pom. |
void
|
setPackaging(java.lang.String packaging)
Sets the packaging property of the to be generated Maven pom. |
void
|
setVersion(java.lang.String version)
Sets the version property of the to be generated Maven pom. |
Method Detail |
---|
public MavenPom copy()
public java.lang.String getArtifactId()
public java.lang.String getClassifier()
public java.lang.String getGroupId()
public java.lang.String getLicenseHeader()
public java.lang.String getPackaging()
public Conf2ScopeMappingContainer getScopeMappings()
public java.lang.String getVersion()
public void setArtifactId(java.lang.String artifactId)
public void setClassifier(java.lang.String classifier)
public void setGroupId(java.lang.String groupId)
public void setLicenseHeader(java.lang.String licenseHeader)
public void setPackaging(java.lang.String packaging)
public void setVersion(java.lang.String version)
Groovy Documentation