pom 썸네일형 리스트형 maven pom 파일 이름변경 하기 http://maven.apache.org/plugins/maven-install-plugin/examples/custom-pom-installation.html Installing an artifact with a custom POMThe 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 더보기 이전 1 다음