You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Anton Hughes (JIRA)" <ji...@apache.org> on 2018/05/12 23:02:00 UTC

[jira] [Created] (CAMEL-12508) master branch doesnt build

Anton  Hughes created CAMEL-12508:
-------------------------------------

             Summary: master branch doesnt build
                 Key: CAMEL-12508
                 URL: https://issues.apache.org/jira/browse/CAMEL-12508
             Project: Camel
          Issue Type: Bug
            Reporter: Anton  Hughes


Clone from github

Run `mvn clean install`

 

Results in

 

```

[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: Could not transfer artifact org.springframework.cloud:spring-cloud-consul-dependencies:pom:2.0.0.M7 from/to spring-milestones (https://repo.spring.io/libs-milestone): repo.spring.io: Name or service not known @ org.apache.camel.example:camel-example-spring-cloud-servicecall-consumer:[unknown-version], /home/anton/eclipse-workspaces/section6/camel/examples/camel-example-spring-cloud-servicecall/consumer/pom.xml, line 55, column 19
[ERROR] 'dependencies.dependency.version' for org.springframework.cloud:spring-cloud-starter-consul-discovery:jar is missing. @ org.apache.camel.example:camel-example-spring-cloud-servicecall-consumer:[unknown-version], /home/anton/eclipse-workspaces/section6/camel/examples/camel-example-spring-cloud-servicecall/consumer/pom.xml, line 90, column 17
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR] 
[ERROR] The project org.apache.camel.example:camel-example-spring-cloud-servicecall-consumer:2.22.0-SNAPSHOT (/home/anton/eclipse-workspaces/section6/camel/examples/camel-example-spring-cloud-servicecall/consumer/pom.xml) has 2 errors
[ERROR] Non-resolvable import POM: Could not transfer artifact org.springframework.cloud:spring-cloud-consul-dependencies:pom:2.0.0.M7 from/to spring-milestones (https://repo.spring.io/libs-milestone): repo.spring.io: Name or service not known @ org.apache.camel.example:camel-example-spring-cloud-servicecall-consumer:[unknown-version], /home/anton/eclipse-workspaces/section6/camel/examples/camel-example-spring-cloud-servicecall/consumer/pom.xml, line 55, column 19: Unknown host repo.spring.io: Name or service not known -> [Help 2]
[ERROR] 'dependencies.dependency.version' for org.springframework.cloud:spring-cloud-starter-consul-discovery:jar is missing. @ org.apache.camel.example:camel-example-spring-cloud-servicecall-consumer:[unknown-version], /home/anton/eclipse-workspaces/section6/camel/examples/camel-example-spring-cloud-servicecall/consumer/pom.xml, line 90, column 17
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] [http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException]

```



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)