2010/3/24 Andreas Andreou <andy...@di.uoa.gr>

> i see the same values (which makes sense since the one url is an alias
> to the other i guess)
> The md5 should be changing every time there's a deploy so i'm still
> not sure how
> that affected eclipse...
>

Actually my nightmare has started since i have removed formos repository...
Still fighting with m2eclipse

I must miss someting, but really cannot figure out why, it keeps on download
corrupted Jars file when it's not empty...

>
> On Wed, Mar 24, 2010 at 20:53, Christophe Cordenier
> <christophe.corden...@gmail.com> wrote:
> > It seems that maven-metadata.xml.md5<
> https://repository.apache.org/content/groups/snapshots-group/org/apache/tapestry/tapestry-core/5.2.0-SNAPSHOT/maven-metadata.xml.md5
> >is
> > different
> > from
> >
> https://repository.apache.org/content/groups/public/org/apache/tapestry/tapestry-core/5.2.0-SNAPSHOT/
> > and
> >
> https://repository.apache.org/content/groups/pweublic/org/apache/tapestry/tapestry-core/5.2.0-SNAPSHOT/
> >
> > this was the cause of my eclipse problem i had to this in my pom.xml
> >
> >        <repository>
> >            <id>apache</id>
> >            <url>http://repository.apache.org/</url>
> >            <snapshots>
> >                <enabled>false</enabled>
> >            </snapshots>
> >        </repository>
> >
> >        <repository>
> >            <id>apache-snapshots</id>
> >            <url>http://repository.apache.org/snapshots/</url>
> >            <releases>
> >                <enabled>false</enabled>
> >            </releases>
> >        </repository>
> >
> >
> >
> > --
> > Regards,
> > Christophe Cordenier.
> >
> > Developer of wooki @wookicentral.com
> >
>
>
>
> --
> Andreas Andreou - andy...@apache.org - http://blog.andyhot.gr
> Tapestry / Tacos developer
> Open Source / JEE Consulting
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>


-- 
Regards,
Christophe Cordenier.

Developer of wooki @wookicentral.com

Reply via email to