Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save daemin-hwang/19a9fac5f108ef5891ed to your computer and use it in GitHub Desktop.

Select an option

Save daemin-hwang/19a9fac5f108ef5891ed to your computer and use it in GitHub Desktop.
maven dependency plugin 참조 링크
사용
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