I was using ${project.build.directory} within the <directory> tag. When
I changed this reference to "target" it worked. I guess this means that
${project.build.directory} cannot be referenced in the <resources> tag.
Richard Allen
Richard Allen wrote:
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]