본문 바로가기

emotional developer/detect-Web

maven pom 파일 이름변경 하기

http://maven.apache.org/plugins/maven-install-plugin/examples/custom-pom-installation.html

Installing an artifact with a custom POM

The Maven Install Plugin can include a pre-built custom POM with the artifact in the local repository. Just set the value of the pomFile parameter to the path of the custom POM.


mvn install:install-file -Dfile=path-to-your-artifact-jar -DpomFile=path-to-pom


반응형