Fix for MAVEN-986

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114286 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-11-09 23:24:34 +00:00
parent 206130be32
commit 6df1899ae5
2 changed files with 5 additions and 2 deletions

View File

@@ -130,14 +130,14 @@
<!-- END OF TO BE REMOVED -->
</j:forEach>
<j:if test="${sourcesPresent == 'true'}">
<util:available file="${maven.build.dest}">
<ant:copy todir="${webapp.build.classes}">
<ant:fileset dir="${maven.build.dest}"
includes="${maven.war.classes.includes}"
excludes="${maven.war.classes.excludes}">
</ant:fileset>
</ant:copy>
</j:if>
</util:available>
</goal>

View File

@@ -8,6 +8,9 @@
<body>
<release version="1.5" date="in CVS">
<action dev="dion" type="fix">
Fix for MAVEN-986. Allow resources to be copied when no sources present
</action>
<action dev="vmassol" type="add">
Use the new <code>caller</code> plugin to isolate the
java compilation goal called from its implementation.