You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Harald Meyer <ha...@rz.uni-karlsruhe.de> on 2005/02/01 08:19:59 UTC

Re: WAR-Plugin include property files

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org