PR: MPJAVA-38
sourceModifications handled incorrectly when more than one clause present. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@379349 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
25f3089b0b
commit
031f626f3d
@ -83,6 +83,7 @@
|
||||
-->
|
||||
|
||||
<j:forEach var="sm" items="${pom.build.sourceModifications}">
|
||||
<j:set var="classPresent" value=""/>
|
||||
<ant:available property="classPresent" classname="${sm.className}"/>
|
||||
<j:if test="${classPresent != 'true'}">
|
||||
<j:forEach var="exclude" items="${sm.excludes}">
|
||||
|
||||
@ -26,6 +26,7 @@
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.6-SNAPSHOT" date="in SVN">
|
||||
<action dev="ltheussl" type="fix" issue="MPJAVA-38" due-to="Ignacio G. Mac Dowell"><code>sourceModifications</code> handled incorrectly when more than one clause present.</action>
|
||||
<action dev="ltheussl" type="fix" issue="MPJAVA-43">Broken support for maven.compile.extdirs.</action>
|
||||
<action dev="carlos" type="add" issue="MPJAVA-40" due-to="Ron Gallagher">Make a report with compiler output</action>
|
||||
</release>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user