On 10/28/2008 8:01 PM, Igor Fedorenko wrote: > Looks like there are couple of issues here. > > First, your repository is configured to proxy RELEASE artifacts only, so > it does not "see" any snapshot artifacts available from r.s.o public > group. I was told that you need to make 2 repos (one for SNAPSHOT, > another for RELEASE artifacts) pointing at the same url and put them > into a group. > > More importantly, though, tycho DEV builds are not supposed to need > -SNAPSHOT plugins. Can you please confirm that you do not use > 0.3.0-SNAPSHOT in your pom.xml files? I will also look if I can find > explanation from my side.
You're right. My fault, I had been using a Tycho SNAPSHOT (tycho-distribution-0.3.0-20081027.200229-263). Sorry for the confusion. Now, having these mirrors in place seems to give me what I want and everything goes through my Nexus installation: <mirrors> <mirror> <id>central</id> <name>Maven Central</name> <url>http://mspring-lnx:8081/nexus/content/groups/public</url> <mirrorOf>central</mirrorOf> </mirror> <mirror> <id>forge</id> <name>Sonatype</name> <url>http://mspring-lnx:8081/nexus/content/groups/public</url> <mirrorOf>forge</mirrorOf> </mirror> <mirror> <id>sonatype-release</id> <name>Sonatype</name> <url>http://mspring-lnx:8081/nexus/content/groups/public</url> <mirrorOf>sonatype-release</mirrorOf> </mirror> <mirror> <id>codehaus.org</id> <name>Codehaus</name> <url>http://mspring-lnx:8081/nexus/content/groups/public</url> <mirrorOf>codehaus.org</mirrorOf> </mirror> <mirror> <id>codehaus.snapshots</id> <name>Codehaus Snapshots</name> <url>http://mspring-lnx:8081/nexus/content/groups/public-snapshots</url> <mirrorOf>codehaus.snapshots</mirrorOf> </mirror> <mirror> <id>apache.snapshots</id> <name>Apache Snapshots</name> <url>http://mspring-lnx:8081/nexus/content/groups/public-snapshots</url> <mirrorOf>apache.snapshots</mirrorOf> </mirror> </mirrors> Thanks! -Max --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email