I think you must have added /target (or something under it) to SVN. Remove it and try again.
Wayne On Mon, May 5, 2008 at 12:16 PM, Nicola Benaglia <[EMAIL PROTECTED]> wrote: > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
