You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Stephen J <st...@mclaneco.com> on 2009/01/29 20:45:34 UTC

Maven build issue

I executed mvn eclipse:eclipse and the build failed on the BAM module. It
appears that the problem is that the following plugin doesn't exist:
http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/camel/camel-maven-plugin/2.0-SNAPSHOT/camel-maven-plugin-2.0-SNAPSHOT.jar

Can someone let me know what needs to be done to fix this?
-- 
View this message in context: http://www.nabble.com/Maven-build-issue-tp21734357s22882p21734357.html
Sent from the Camel - Development mailing list archive at Nabble.com.


Re: Maven build issue

Posted by Jon Anstey <ja...@gmail.com>.
Maybe try building Camel first? Like this

mvn clean install -Dtest=

That way the camel-maven-plugin will be in your local repo.

On Thu, Jan 29, 2009 at 4:15 PM, Stephen J <st...@mclaneco.com>wrote:

>
> I executed mvn eclipse:eclipse and the build failed on the BAM module. It
> appears that the problem is that the following plugin doesn't exist:
>
> http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/camel/camel-maven-plugin/2.0-SNAPSHOT/camel-maven-plugin-2.0-SNAPSHOT.jar
>
> Can someone let me know what needs to be done to fix this?
> --
> View this message in context:
> http://www.nabble.com/Maven-build-issue-tp21734357s22882p21734357.html
> Sent from the Camel - Development mailing list archive at Nabble.com.
>
>


-- 
Cheers,
Jon

http://janstey.blogspot.com/