hi Johan

this should be fixed with my first commit yesterday:
<snapshotRepository>
        <id>wicketstuff-org-maven</id>

<url>scpexe://wicketstuff.org/home/wicket/tomcat/webapps/maven/repository</url>
        <uniqueVersion>false</uniqueVersion>    <<<<<< ADDED
</snapshotRepository>


Here is a little Perl magic which should save you few hours next time
you need to delete such artefacts

this one will *only* print which files will be deleted:
find /tmp/m2repo/ -type f | xargs perl -e 'foreach $arg (@ARGV) {$arg =~
m/^(.*\/)+(\w+-\d\.\d+-\d+.*)$/; print "$2\n"}'

this one will actually delete them:
find /tmp/m2repo/ -type f | xargs perl -e 'foreach $arg (@ARGV) {$arg =~
m/^(.*\/)+(\w+-\d\.\d+-\d+.*)$/; unlink $arg if $2;}'

El mar, 27-10-2009 a las 18:03 +0100, Johan Compagner escribió:
> you can easily check it your self for example:
> 
> http://www.wicketstuff.org/maven/repository/org/wicketstuff/annotation/1.4-SNAPSHOT/
> 
> johan
> 
> 
> On Tue, Oct 27, 2009 at 11:59, Martin Grigorov <mcgreg...@e-card.bg>
> wrote:
>         One more fixed: wicketstuff-animator/pom.xml
>         
>         According to
>         http://maven.apache.org/pom.html#Distribution_Management
>         these fixes should be enough.
>         
>         @Johan: if the build still produces unique versions of the
>         snapshots
>         please tell us which are the problematic projects.
>         
>         El mar, 27-10-2009 a las 12:48 +0200, Martin Grigorov
>         escribió:
>         
>         > There was only one <distributionManagement> in
>         wicketstuff-core/pom.xml
>         > (and sub-modules) without the needed setting:
>         >
>         > <snapshotRepository>
>         >       <id>wicketstuff-org-maven</id>
>         >
>         >
>         
> <url>scpexe://wicketstuff.org/home/wicket/tomcat/webapps/maven/repository</url>
>         >       <uniqueVersion>false</uniqueVersion>
>         > </snapshotRepository>
>         >
>         > Now I'll check the projects which are not in
>         wicketstuff-core.
>         >
>         > El mar, 27-10-2009 a las 10:41 +0100, Johan Compagner
>         escribió:
>         > > i already did that
>         > > its up again but it was AGAIN disk full problems
>         > > and that is because of that STUPID maven that generates
>         unique snapshots
>         > >
>         > > Who is the maven expert here that will FIX that problems
>         on all our pom
>         > > files?
>         > > i have been deleting stuff now for at least 1 hour!
>         > >
>         > > johan
>         > >
>         > >
>         > > On Tue, Oct 27, 2009 at 10:23, nino martinez wael <
>         > > nino.martinez.w...@gmail.com> wrote:
>         > >
>         > > > Yeah it does look that way. Anyone around to take a look
>         at the server?
>         > > >
>         > > > 2009/10/27 Brill Pappin <br...@pappin.ca>
>         > > >
>         > > > > I don't think this is maintenance, unless they have an
>         extremely long
>         > > > > running SQL export or something.
>         > > > > I'd say broken at this point.
>         > > > >
>         > > > > - Brill
>         > > > >
>         > > > >
>         > > > >
>         > > > > On 2009-10-26, at 7:26 PM, nino martinez wael wrote:
>         > > > >
>         > > > >  Here aswell ? argh :
>         http://wicketstuff.org/confluence/errors.jsp
>         > > > >>
>         > > > >> 2009/10/26 Jeremy Thomerson
>         <jer...@wickettraining.com>
>         > > > >>
>         > > > >>  Yes
>         > > > >>>
>         > > > >>> --
>         > > > >>> Jeremy Thomerson
>         > > > >>> http://www.wickettraining.com
>         > > > >>>
>         > > > >>>
>         > > > >>>
>         > > > >>> On Mon, Oct 26, 2009 at 11:08 AM, Brill Pappin
>         <br...@pappin.ca>
>         > > > wrote:
>         > > > >>>
>         > > > >>>  Is the Wicket-stuff site down for anyone else?
>         > > > >>>>
>         > > > >>>> - Brill
>         > > > >>>>
>         > > > >>>>
>         ---------------------------------------------------------------------
>         > > > >>>> To unsubscribe, e-mail:
>         users-unsubscr...@wicket.apache.org
>         > > > >>>> For additional commands, e-mail:
>         users-h...@wicket.apache.org
>         > > > >>>>
>         > > > >>>>
>         > > > >>>>
>         > > > >>>
>         > > > >
>         > > > >
>         ---------------------------------------------------------------------
>         > > > > To unsubscribe, e-mail:
>         users-unsubscr...@wicket.apache.org
>         > > > > For additional commands, e-mail:
>         users-h...@wicket.apache.org
>         > > > >
>         > > > >
>         > > >
>         >
>         >
>         >
>         ---------------------------------------------------------------------
>         > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>         > For additional commands, e-mail:
>         users-h...@wicket.apache.org
>         >
>         >
>         
>         
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to