Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Environment:maven-war-plugin-1.4, although it is in 1.5-SNAPSHOT too
-
Number of attachments :
Description
due to the use of sourcesPresent to avoid copying the classes directory, and running test:test + java:compile, any resources present in a webapp with no source do not get copied
Can you give me some more detail?
From the plugin:
{sourcesPresent == 'true'}<j:if test="$
">
{webapp.build.classes}<ant:copy todir="$
">
{maven.build.dest}<ant:fileset dir="$
"
{maven.war.classes.includes}includes="$
"
{maven.war.classes.excludes}excludes="$
">
</ant:fileset>
</ant:copy>
</j:if>
This is not about copying <resources>, but classes.????