You may also need to add this SNAPSHOT repo into your pom.xml.

<repository>
        <id>apache.snapshot</id>
        <name>Apache Snapshot Repository</name>

<url>http://repository.apache.org/content/groups/snapshots-group</url>
        <releases>
           <enabled>false</enabled>
        </releases>
        <snapshots>
           <enabled>true</enabled>
        </snapshots>
      </repository>

Willem

Claus Ibsen wrote:
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.






Reply via email to