If your using Camel 1.3.0 , it should not use
org.apache.camel:camel-maven-plugin:1.4.0.0-fuse:
Did you run the sample in Camel fuse version 1.4.0.0 ?
Willem
Vlad Olenin wrote:
Hi,
I'm trying to run some example apps from Camel distro, but it seems like
Maven config is a bit corrupted OR I'm doing smth wrong...
I've downloaded and setup all environment variables for the packages:
ActiveMQ 5.1.0 -- unix/cygwin distro, Camel 1.3.0 -- unix/cygwin distro. I'm
trying to run an ETL example from the camel distro from under Cygwin running
under Windows XP. I'm using the 'mvn camel:run' command.
I'm getting the following error:
-------
this realm = plexus.core
urls[0] = file:/c:/tools/apache-maven-2.0.8/lib/maven-2.0.8-uber.jar
Number of imports: 6
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
-----------------------------------------------------
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Internal error in the plugin manager executing goal
'org.apache.camel:cam
el-maven-plugin:1.4.0.0-fuse:run': Unable to find the mojo
'org.apache.camel:cam
el-maven-plugin:1.4.0.0-fuse:run' in the plugin
'org.apache.camel:camel-maven-pl
ugin'
org/codehaus/mojo/exec/AbstractExecMojo
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
-------
Does anyone have idea what is wrong?
Thanks,
Vlad