Fix MPWAR-24: Remove extra call to java:compile.
I verified this removal with Vincent M. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114981 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -40,7 +40,6 @@
|
||||
file="${maven.war.src}"/>
|
||||
|
||||
<j:if test="${sourcesPresent == 'true'}">
|
||||
<caller:call goalInterface="compile-java"/>
|
||||
<attainGoal name="test:test"/>
|
||||
</j:if>
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.6" date="in CVS">
|
||||
<action dev="dion" type="fix" issue="MPWAR-24">Remove extra call to java:compile</action>
|
||||
<action dev="dion" type="update" issue="MPWAR-21">Allow automated generation of manifest Class-Path</action>
|
||||
<action dev="dion" type="update" issue="MPWAR-22">Allow customizing of MANIFEST.MF</action>
|
||||
</release>
|
||||
|
||||
Reference in New Issue
Block a user