2017-10-03 8 views
0

내가 2.0.0.M4봄 부팅 2.0.0.M4 봄 - 부팅 받는다는 - 플러그인

모든 하나를 제외하고 지금 잘 가고 봄 부팅으로 이동 내 응용 프로그램을 이동하려고 해요로 이동 스프링 부팅 받는다는 - 플러그인 문제 :

Failure to find org.springframework.boot:spring-boot-maven-plugin:jar:2.0.0.M4 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced  

이 플러그인 선언 :

<parent> 
    <groupId>org.springframework.boot</groupId> 
    <artifactId>spring-boot-starter-parent</artifactId> 
    <version>2.0.0.M4</version> 
</parent> 

<build> 
    <plugins> 
     <plugin> 
      <groupId>org.springframework.boot</groupId> 
      <artifactId>spring-boot-maven-plugin</artifactId> 
     </plugin> 
    </plugins> 
</build> 

무엇이 잘못 될 수있는 방법과 그것을 해결하기 위해? 중앙 받는다는 아직 할 내놓은 M4이 같은

답변

1

<pluginRepositories> 
     <pluginRepository> 
      <id>spring-milestones</id> 
      <url>http://repo.spring.io/milestone</url> 
     </pluginRepository> 
    </pluginRepositories> 

M4와이있는 POM

때문에, pluginRepo 추가

https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-maven-plugin

을 보지 않는다 획기적 사건.

http://repo.spring.io/milestone/org/springframework/boot/spring-boot-maven-plugin/2.0.0.M4/

스냅 샷/마일스톤의 repos에 대한 자세한 내용은 https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/html/getting-started-installing-spring-boot.html를 참조하십시오.