Created
March 16, 2016 06:43
-
-
Save daemin-hwang/19a9fac5f108ef5891ed to your computer and use it in GitHub Desktop.
maven dependency plugin 참조 링크
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 사용 | |
| dependency:analyze | |
| 프로젝트내에서 정의되고 사용되는 dependency 들의 유형을 분석(사용되며 선언됨, 사용되고 선언되지 않음, 사용하지 않고 선언됨) | |
| dependency:analyze-duplicate | |
| 프로젝트내에 중복된 dependency 들을 분석하여 출력 | |
| [maven dependency plugin 참조 링크] | |
| https://www.lesstif.com/display/JAVA/Maven+Dependency+Plugin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment