add maven.gump.module.name property
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@123599 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
06f365a4b3
commit
fbe3fee1e8
@ -21,3 +21,4 @@ maven.gump.ant.target = dist
|
|||||||
maven.gump.maven.goals=jar
|
maven.gump.maven.goals=jar
|
||||||
|
|
||||||
maven.gump.descriptor=${basedir}/gump.xml
|
maven.gump.descriptor=${basedir}/gump.xml
|
||||||
|
maven.gump.module.name=${pom.artifactId}
|
||||||
|
|||||||
@ -32,7 +32,7 @@
|
|||||||
- If you have a requirement that leads to hand editing, please consider filing
|
- If you have a requirement that leads to hand editing, please consider filing
|
||||||
- a feature request at ${plugin.issueTrackingUrl}
|
- a feature request at ${plugin.issueTrackingUrl}
|
||||||
</x:comment>
|
</x:comment>
|
||||||
<module name="${pom.artifactId}">
|
<module name="${maven.gump.module.name}">
|
||||||
<description>${pom.shortDescription}</description>
|
<description>${pom.shortDescription}</description>
|
||||||
<![CDATA[<url href="${pom.url}"/>]]>
|
<![CDATA[<url href="${pom.url}"/>]]>
|
||||||
|
|
||||||
|
|||||||
@ -25,11 +25,12 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="2.0-SNAPSHOT" date="in CVS">
|
<release version="2.0-SNAPSHOT" date="in CVS">
|
||||||
|
<action dev="brett" type="add">Add maven.gump.module.name property for overriding the module name</action>
|
||||||
<action dev="brett" type="add">Add junitreport element to the descriptor</action>
|
<action dev="brett" type="add">Add junitreport element to the descriptor</action>
|
||||||
<action dev="brett" type="add">Add multiproject module for generating a single module with several projects within the one descriptor.</action>
|
<action dev="brett" type="add">Add multiproject module for generating a single module with several projects within the one descriptor.</action>
|
||||||
<action dev="brett" type="fix">Set maven.final.name as a property for the <maven element, instead of final.name</action>
|
<action dev="brett" type="fix">Set maven.final.name as a property for the <maven element, instead of final.name</action>
|
||||||
<action dev="brett" type="fix">Set <home to ${basedir} instead of ${maven.build.dir}, and set jar path relative to that</action>
|
<action dev="brett" type="fix">Set <home to ${basedir} instead of ${maven.build.dir}, and set jar path relative to that</action>
|
||||||
<action dev="brett" type="update">Stop mapping Maven names to gump names inside the plugin, but allow the project to do this for itself</action>
|
<action dev="brett" type="update" issue="MPGUMP-2">Stop mapping Maven names to gump names inside the plugin, but allow the project to do this for itself</action>
|
||||||
<action dev="brett" type="add">Handle subversion as an SCM type</action>
|
<action dev="brett" type="add">Handle subversion as an SCM type</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.4" date="2004-07-10">
|
<release version="1.4" date="2004-07-10">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user