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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user