본문 바로가기

OpenSource

참조 라이브러리들의 라이센스 일괄 확인법(pom.xml)

maven 프로젝트 시 다음 명령으로 pom.xml 로 관리하는 라이브러리들의 라이센스를 일목요연하게 확인 가능.

% mvn project-info-reports:dependencies

실행 후 target/site/dependencies.html 파일 확인하면 됨.