/ Published in: DOS Batch
Assume that you want to add the jar exampleX.jar, this is the mvn command to do this. After that remember to add this in your pom.xml
Expand |
Embed | Plain Text
C:\>mvn install:install-file -Dfile=exampleX.jar -DgroupId=com.examples -DartifactId=exampleX -Dversion=X.X.X -Dpackaging=jar
You need to login to post a comment.
