I'm generating some resources using the maven-antrun-plugin attached to the generate-sources phase. I then want those resources included in my WAR, so I reference the directory like,

<build>
 <resources>
   <resource>
     <directory>generatedResourcesDir</directory>
   </resource>
 </resources>
...
</build>

but the resources aren't being copied to the classes dir and included in the WAR. Am I using the <resources> tag incorrectly?

Thanks,
Richard Allen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to