Hi,
I need to exclude my .svn from the created jar.

I tried unsuccesfully this:

<plugin>
          <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-jar-plugin</artifactId>
               <configuration>
                   <excludes>
                       <exclude>**/.svn/*</exclude>
                   </excludes>
               </configuration>
           </plugin>

Where do I get wrong?

Thank you,
Nicola


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

Reply via email to