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
반응형
'emotional developer > detect-Web' 카테고리의 다른 글
Spring Tutorials (0) | 2010.11.29 |
---|---|
SQL Server for Developer: 개발자를 위한 튜닝 가이드 (0) | 2008.11.21 |
SQL Server JDBC driver, varchar column - string, no unicode longer than collength/2 (0) | 2008.11.21 |