1 Reply Latest reply on Jul 17, 2013 7:14 AM by davsclaus

    Unable to run Maven project in Fuse IDE

    parimal.patel

      Hi,

      I am facing problem when I run project in Fuse IDE 7.1.0. I have attached the log with this thread. Please let me know if any extra detail is required for troubleshooting.

      Any help will be appreciated.

       

      Thanks and regards,

      Parimal

        • 1. Re: Unable to run Maven project in Fuse IDE
          davsclaus

          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]