PR: MPTEST-68
Submitted by: Dennis Lundberg SourceModifications sometimes does not work for test classes. The same ant property classPresent was used in java and test plugins. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@425229 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bcaa4e812e
commit
b2b55fa832
@ -78,8 +78,8 @@
|
||||
-->
|
||||
|
||||
<j:forEach var="sm" items="${pom.build.sourceModifications}">
|
||||
<ant:available property="classPresent" classname="${sm.className}"/>
|
||||
<j:if test="${classPresent != 'true'}">
|
||||
<ant:available property="testClassPresent" classname="${sm.className}"/>
|
||||
<j:if test="${testClassPresent != 'true'}">
|
||||
<j:forEach var="exclude" items="${sm.excludes}">
|
||||
<ant:exclude name="${exclude}"/>
|
||||
</j:forEach>
|
||||
|
||||
@ -24,6 +24,7 @@
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.8.1-SNAPSHOT" date="In SVN">
|
||||
<action dev="ltheussl" type="fix" due-to="Dennis Lundberg" issue="MPTEST-68">SourceModifications sometimes does not work for test classes.</action>
|
||||
<action dev="ltheussl" type="fix" due-to="Shinobu Kawai" issue="MPTEST-67">maven.compile.target is not used in test:compile.</action>
|
||||
</release>
|
||||
<release version="1.8" date="2006-05-07">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user