Contents
see List작성일 2015. 10. 16.
<plugin>
\t\t\t\t<groupId>org.apache.maven.plugins</groupId>
\t\t\t\t<artifactId>maven-compiler-plugin</artifactId>
\t\t\t\t<version>3.0</version>
\t\t\t\t<configuration>
\t\t\t\t\t<source>1.7</source>
\t\t\t\t\t<target>1.7</target>
\t\t\t\t\t<compilerArgument>-Xlint:all</compilerArgument>
\t\t\t\t\t<showWarnings>true</showWarnings>
\t\t\t\t\t<showDeprecation>true</showDeprecation>
\t\t\t\t</configuration>
\t\t\t</plugin>
이부분을 맞게 수정한다.
tool
| No | 작성일 | Title |
|---|---|---|
| 318 | 2015. 10. 16. | [ maven ] maven update 시 java compile 버전이 변경될때 |
| 319 | 2015. 10. 16. | [ eclipse ] 이클립스에서 aspectJ 가 ruler 에 표시되지 않을때 |
| 309 | 2015. 06. 26. | [ eclipse ] 이클립스 오프라인 환경에서 xml 자동완성 설정하기 |
| 283 | 2015. 05. 24. | [ 기타 ] make cat.6 lan cable ( cat6 랜 케이블 만들기 ) |
| 270 | 2015. 04. 22. | [ eclipse ] 이클립스 단어추적 기능 끄고 키기 |
| 265 | 2015. 03. 23. | [ 이클립스 ] 단어 하이라이트 Toggle Mark Occurences 단축키 |