On 2009-09-22, at 2:28 AM, Rob Harrop wrote:

All,

I am unable to build M3 from trunk. It complains about a bunch of Plexus bundles that don't seem to exist in central. What am I doing wrong?


You're not doing anything wrong. We wander back and forth between some snapshots and we use repository.sonatype.org to wire things up when in snapshot mode so we don't have to twiddle POMs. It will all be back to releases in a couple days. You can always take extremely current builds off the grid:

https://grid.sonatype.org/ci/view/Maven%203.0.x/job/maven-3.0.x/

Until we start the betas I wouldn't say the build is publicly consumable all the time. Though it works without requiring Nexus most of the time, we just happen to have a couple snapshots in there at the moment.

If you want to build it now and consume the snapshots that we need from time to time, you can use this in your settings.xml:

   <mirror>
      <id>Nexus</id>
      <mirrorOf>external:*</mirrorOf>
      <name>Nexus</name>
<url>http://repository.sonatype.org:8081/content/groups/ sonatype-public-grid</url>
    </mirror>

Regards,

Rob Harrop
SpringSource

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


Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder,  Apache Maven
http://twitter.com/jvanzyl
http://twitter.com/SonatypeNexus
http://twitter.com/SonatypeM2E
----------------------------------------------------------


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

Reply via email to