This can be achieved in just simple 2 steps
1. Install file in maven local repository
mvn install:install-file -Dfile=/path/jarfile.jar -DgroupId=com.company -DartifactId=module-util -Dversion=1.0.0 -Dpackaging=jar
2. Add the entry in the pom.xml.
1. Install file in maven local repository
mvn install:install-file -Dfile=/path/jarfile.jar -DgroupId=com.company -DartifactId=module-util -Dversion=1.0.0 -Dpackaging=jar
2. Add the entry in the pom.xml.
No comments:
Post a Comment