- 
                Notifications
    
You must be signed in to change notification settings  - Fork 41.6k
 
Closed
Labels
status: feedback-providedFeedback has been providedFeedback has been provided
Description
When generating a Maven site with the following parent
<parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>1.3.4.RELEASE</version>
    </parent>
I receive warnings like this:
[WARNING] Unable to create Maven project for org.springframework.data:spring-data-keyvalue:pom:1.0.4.RELEASE from repository.
org.apache.maven.project.ProjectBuildingException: Error resolving project artifact: Failure to find org.springframework.data:spring-data-keyvalue:pom:1.0.4.RELEASE
But org.springframework.data:spring-data-keyvalue:pom:1.0.4.RELEASE is not available from Maven Central.
This seems due to the following inheritance chain:
- spring-boot-starter-parent:1.3.4.RELEASE
 - <- ...
 - <- spring-boot-dependencies:1.3.4.RELEASE
 - <- spring-data-releasetrain:Gosling-SR4
 - <- spring-data-keyvalue:pom:1.0.4.RELEASE
 
Isn't it possible to switch to a newer / publicly available Spring Data Release?
Metadata
Metadata
Assignees
Labels
status: feedback-providedFeedback has been providedFeedback has been provided