This content has been marked as final.
Show 1 reply
-
1. Re: Unable to run Maven project in Fuse IDE
davsclaus Jul 17, 2013 7:14 AM (in response to parimal.patel)The error indicates it cannot download a needed file from the maven repo: com.fasterxml.jackson.core:jackson-databind:pom
from the repo:
http://repository.atlassian.com/maven2
This repo is not public. So maybe its an internal repo?
[ERROR] Failed to execute goal org.apache.camel:camel-maven-plugin:2.12.0.redhat-610009:run (default-cli) on project xyz: Execution default-cli of goal org.apache.camel:camel-maven-plugin:2.12.0.redhat-610009:run failed: Plugin org.apache.camel:camel-maven-plugin:2.12.0.redhat-610009 or one of its dependencies could not be resolved: Failed to collect dependencies for org.apache.camel:camel-maven-plugin:jar:2.12.0.redhat-610009 (): Failed to read artifact descriptor for com.fasterxml.jackson.core:jackson-databind:jar:2.2.2: Could not transfer artifact com.fasterxml.jackson.core:jackson-databind:pom:2.2.2 from/to atlassian-m2-repository (http://repository.atlassian.com/maven2): null to http://repository.atlassian.com/maven2/com/fasterxml/jackson/core/jackson-databind/2.2.2/jackson-databind-2.2.2.pom: UnresolvedAddressException -> [Help 1]