11. 6. 26 오후 4시 02분 09초: Refreshing [/SpringMVCtest/pom.xml]
11. 6. 26 오후 4시 02분 25초: Maven Builder: FULL_BUILD 
11. 6. 26 오후 4시 02분 26초: [WARN] 
11. 6. 26 오후 4시 02분 26초: [WARN] Some problems were encountered while building the effective model for com.honeymon:spring:war:1.0.0-BUILD-SNAPSHOT
11. 6. 26 오후 4시 02분 26초: [WARN] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 148, column 12
11. 6. 26 오후 4시 02분 26초: [WARN] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 208, column 12
11. 6. 26 오후 4시 02분 26초: [WARN] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-war-plugin is missing. @ line 156, column 12
11. 6. 26 오후 4시 02분 26초: [WARN] 
11. 6. 26 오후 4시 02분 26초: [WARN] It is highly recommended to fix these problems because they threaten the stability of your build.
11. 6. 26 오후 4시 02분 26초: [WARN] 
11. 6. 26 오후 4시 02분 26초: [WARN] For this reason, future Maven versions might no longer support building such malformed projects.
11. 6. 26 오후 4시 02분 26초: [WARN] 
11. 6. 26 오후 4시 02분 55초: Maven Builder: AUTO_BUILD 
지금 넷북에 깔려있는 STS는 2.6.2 버전이다. Spring template project 를 생성후에 위와 같은 메시지가 나타난다.
maven과 관련된 플러그인 버전 정보가 빠져있다는 것이다.
그래서 프로젝트에 있는 pom.xml 을 열어보았다. <version></version>이 없다. 
그래서 http://mvnrepository.com/ 여기에서 해당하는 플러그인들의 버전을 확인하고 넣어줬다.
 

+ Recent posts