You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Christian Müller <ch...@gmail.com> on 2010/10/08 23:06:07 UTC

Maven 3

Because Maven 3 final is out [1], I wonder if we should upgrade to Maven 3 -
may be when we start working on Camel 3.

Today I tried to build Camel 2.5-SNAPSHOT with Maven 3 and it failed for
Camel :: Web.

[ERROR] Failed to execute goal
com.sun.jersey.contribs:maven-wadl-plugin:1.4:generate (generate) on project
camel-web: Execution generate of goal
com.sun.jersey.contribs:maven-wadl-plugin:1.4:generate failed: A required
class was missing while executing
com.sun.jersey.contribs:maven-wadl-plugin:1.4:generate:
Lorg/apache/commons/logging/Log;

[1] http://maven.apache.org/download.html

Christian