Olivier Lamy ha scritto:
They are excluded by default.

2008/5/5 Nicola Benaglia <[EMAIL PROTECTED]>:
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?
Hi Olivier;
if I open my jar I see:

.svn
META-INF
org

Inside each folder in org there's no .svn
But how to exclude the first level .svn ?

Thank you,
Nicola

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

Reply via email to