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:
brett 2004-12-29 07:33:11 +00:00
parent 06f365a4b3
commit fbe3fee1e8
3 changed files with 4 additions and 2 deletions

View File

@ -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}

View File

@ -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}"/>]]>

View File

@ -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 &lt;maven element, instead of final.name</action> <action dev="brett" type="fix">Set maven.final.name as a property for the &lt;maven element, instead of final.name</action>
<action dev="brett" type="fix">Set &lt;home to ${basedir} instead of ${maven.build.dir}, and set jar path relative to that</action> <action dev="brett" type="fix">Set &lt;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">