On Tue, Mar 16, 2010 at 11:36 AM, ankelee <[email protected]> wrote: > > Hi > > I want to use the 2.3.0 SNAPSHOT but I don't know much about Maven. How do I > download it? I tried getting Maven to download it using the > "apache-camel-2.3-SNAPSHOT.pom" but it asks for a goal. > > Any pointers? >
Just change the version in your maven pom.xml to use 2.3-SNAPSHOT instead of 2.2.0. And the download page got more details http://camel.apache.org/download.html There is no ZIP file of 2.3-SNAPSHOT. Only the various .jars which you can use Maven to download and install automatic. -- > View this message in context: > http://old.nabble.com/How-to-use-SNAPSHOTs.-tp27915840p27915840.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
