Hi Dave, Try 1.5-SNAPSHOT, that should work.
http://people.apache.org/maven-snapshot-repository/org/apache/camel/camel-mail/1.5-SNAPSHOT On Sat, Oct 25, 2008 at 2:37 PM, HockeyDave <[EMAIL PROTECTED]>wrote: > > I am trying to run some tests w/ Camel 1.5.0-SNAPSHOT for Claus, but I > cannot > seem to find the maven repository for Camel 1.5.0-SNAPSHOT. > > This is from the maven team: > http://n2.nabble.com/camel-1.5.0-SNAPSHOT-td1376120.html > ---------------- > No snapshots are available in the central repository. You'll need to > find a snapshot repository that has this artifact, and add the > <repository> to your pom.xml or settings.xml. > --------------- > > Can someone point me to where I can find it. Here is what I currently have > in my settings.xml? > > <repositories> > <repository> > <id>apache-snaps</id> > <name>Apache Development Snapshot > Repository</name> > <url> > http://people.apache.org/repo/m2-snapshot-repository</url> > <releases> > <enabled>false</enabled> > </releases> > <snapshots> > <enabled>true</enabled> > </snapshots> > </repository> > </repositories> > -- > View this message in context: > http://www.nabble.com/1.50-Maven-repository-tp20165979s22882p20165979.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- Cheers, Jon http://janstey.blogspot.com/
