schumhan wrote:
Hi,
I have a multi-module project and use the war-plugin to create finally a war
file. All that works more than fine. Actually my project is version
controlled by subversion and the war-plugin  puts  the files from .svn/*.*
all in the war file. I tried many hints like exludes or filter. Nothing
works !! I am quite sure there must be a easy way to do so because svn or
cvs are really common. Please give me any example or best practice how to do
this.
Thank you !
Juergen
Did you put an inclusion of several resource files in your build configuration like this ?

   <resource>
   <directory>src/main/java</directory>
   <includes>
       <include>**/*</include>
   </includes>
   </resource>

Alexandre

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

Reply via email to