[Maven] dependency와 plugin태그 차이 in pom.xml
[Maven] dependency와 plugin태그 차이 in pom.xml
pom.xml을 보다보니까 dependency와 plugin의 차이가 궁금해졌다.....
그래서 구글에 검색을 해보니....
공통점
- 둘다 Jar files이다.
Pugin
- 대부분의 실행은 plugin을 가지고 실행한다.
Dependency
- Dependecy는 프로젝트가 의존할 클래스의 패키지이다.
- jar, war등등으로 가능
- Dependecy는 태스크가 실행되는동안 classpath에 추가될 Jar file이다
참고 : https://stackoverflow.com/questions/11881663/what-is-the-difference-in-maven-between-dependency-and-plugin-tags-in-pom-xml
댓글
댓글 쓰기