cloudfoundry-samples/hello-spring-cloud

Add

Closed this issue · 1 comments

I tried this sample but mvn package produced the following error:

[ERROR] Plugin org.springframework.boot:spring-boot-maven-plugin:1.2.0.BUILD-SNAPSHOT or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.springframework.boot:spring-boot-maven-plugin:jar:1.2.0.BUILD-SNAPSHOT: Could not find artifact org.springframework.integration:spring-integration-bom:pom:4.1.0.M1 in spring-snapshots (http://repo.spring.io/snapshot) -> [Help 1]

Adding org.springframework.maven.milestone as a pluginRepository seemed to take care of the issue.

Looks like this is fixed in #3.