You should not include all the jars, just the ones you need. For each component you need you have to add a <dependency> in your pom(s).
On Mar 16, 2010, at 7:13 AM, ankelee wrote: > > Thanks, got it working now that I actually created a pom.xml :) > > There's no way to make Maven download all of camel? - I need to add a > dependency for each .jar/component? > > > > Claus Ibsen-2 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. >>> >>> >> >> >> >> -- >> 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 >> >> > > -- > View this message in context: > http://old.nabble.com/How-to-use-SNAPSHOTs.-tp27915840p27916204.html > Sent from the Camel - Users mailing list archive at Nabble.com. >
