What's new? | Help | Directory | Sign in
Google
camel-extra
Additional components for the Apache Camel integration framework
  
  
  
  
    
Search
for
Updated Feb 06, 2008 by james.strachan
Labels: Featured
Building  

The Camel Extra project uses Maven as its build tool. If you don't fancy using Maven you can use your IDE directly or Download a distribution.

Prequisites

A normal build

mvn install

Doing a Quick Build

The following avoids running all the unit test cases

mvn -Dtest=false install

Using an IDE

If you prefer to use an IDE then you can auto-generate the IDE's project files using maven plugins. e.g.

mvn eclipse:eclipse

or if you have an older version of IDEA then try this (IDEA 7.0 can open pom.xml files directly)

mvn idea:idea

If you have not already done so, you will need to make Eclipse aware of the Maven repository so that it can build everything. In the preferences, go to Java->Build Path->Classpath and define a new Classpath Variable named M2_REPO that points to your local Maven repository


Sign in to add a comment