Tag Archives: maven-dependency-plugin

maven-dependency-plugin (goals “copy-dependencies”,”unpack”) is not supported by m2e 에러..

  pom.xml 부분 jar를 작성하기 위해서는 maven-jar-plugin 이 필요하며, 의존성 jar 파일들을 제어하기 위해서는 maven-dependency-plugin이 필요하다. 그러나 maven-dependency-plugin 설정을 하여 m2eclipse로 package하게 되면 다음과 같은 메세지의 에러가 발생된다.

이를 해결하기 위하여 구글링해보면, project build lifecycle mapping 에 위의 플러그인을 … Continue reading

Posted in Java/JSP, Util/Tools | Tagged , , | Leave a comment