Filip Polsakiewicz wrote:

Thanks. But this didn't work. I remember from some ant-times that I needed to copy the resource files

from the src.dir to the classes-dir before creating the war. I just don't know how to do this in maven.

Filip, you might use some kind of java compile "postGoal" in maven.xml, e.g.:

<postGoal name="java:compile">
     <ant:copy todir=....>
             ....add include/exclude patterns...
     </ant:copy>
</postGoal>

Greetings, Harald

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



Reply via email to