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:
parent
fbe3fee1e8
commit
6d5d3ab266
@ -34,7 +34,9 @@
|
|||||||
</x:comment>
|
</x:comment>
|
||||||
<module name="${maven.gump.module.name}">
|
<module name="${maven.gump.module.name}">
|
||||||
<description>${pom.shortDescription}</description>
|
<description>${pom.shortDescription}</description>
|
||||||
<![CDATA[<url href="${pom.url}"/>]]>
|
<![CDATA[<url href="${pom.url}"/>
|
||||||
|
|
||||||
|
<nag from="${maven.gump.module.name} development <${pom.build.nagEmailAddress}>" 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: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>
|
<j:import file="${plugin.resources}/project.jelly" inherit="true" /></j:forEach>
|
||||||
|
|||||||
@ -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="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="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="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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user