11. 6. 26 오후 4시 02분 09초: Refreshing [/SpringMVCtest/pom.xml]11. 6. 26 오후 4시 02분 25초: Maven Builder: FULL_BUILD11. 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-SNAPSHOT11. 6. 26 오후 4시 02분 26초: [WARN] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 148, column 1211. 6. 26 오후 4시 02분 26초: [WARN] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 208, column 1211. 6. 26 오후 4시 02분 26초: [WARN] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-war-plugin is missing. @ line 156, column 1211. 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 를 생성후에 위와 같은 메시지가 나타난다.
그래서 http://mvnrepository.com/ 여기에서 해당하는 플러그인들의 버전을 확인하고 넣어줬다.
maven과 관련된 플러그인 버전 정보가 빠져있다는 것이다.그래서 프로젝트에 있는 pom.xml 을 열어보았다. <version></version>이 없다.
그래서 http://mvnrepository.com/ 여기에서 해당하는 플러그인들의 버전을 확인하고 넣어줬다.
'Java > Tools' 카테고리의 다른 글
Eclipse switch workspace 목록 수정하기 (0) | 2012.05.22 |
---|---|
Eclipse 로컬환경에서 개발시 URL에서 프로젝트명 없애기(Path - '/' 으로 바꾸기) (4) | 2011.07.08 |
JUnit 이용한 assertThat 테스트 중 is(int) 형 떄문에!! (5) | 2011.03.02 |
Installing JavaHL for Subclipse/Eclipse on Ubuntu, JavaHL 문제 (0) | 2010.12.31 |
우분투 환경에서 SubVersion 설치하고 Eclipse에 Subclipse 설치하고 연동하기 (0) | 2010.07.01 |