PR: MPGUMP-3

add nag element at module level


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@123601 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-12-29 07:47:16 +00:00
parent fbe3fee1e8
commit 6d5d3ab266
2 changed files with 4 additions and 1 deletions

View File

@ -34,7 +34,9 @@
</x:comment>
<module name="${maven.gump.module.name}">
<description>${pom.shortDescription}</description>
<![CDATA[<url href="${pom.url}"/>]]>
<![CDATA[<url href="${pom.url}"/>
<nag from="${maven.gump.module.name} development &lt;${pom.build.nagEmailAddress}&gt;" to="${pom.build.nagEmailAddress}"/>]]>
<j:choose><j:when test="${scmTokens[1] == 'cvs'}"><![CDATA[<cvs repository="${pom.gumpRepositoryId}" module="${moduleName}" />]]></j:when><j:when test="${scmTokens[1] == 'svn'}"><![CDATA[<svn repository="${pom.gumpRepositoryId}" dir="${moduleName}" />]]></j:when></j:choose><j:forEach var="project" items="${reactorProjects}">
<j:import file="${plugin.resources}/project.jelly" inherit="true" /></j:forEach>

View File

@ -30,6 +30,7 @@
<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 &lt;home to ${basedir} instead of ${maven.build.dir}, and set jar path relative to that</action>
<action dev="brett" type="add" issue="MPGUMP-3">Add nag element at module level</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>
</release>