/ 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
Copy this code and paste it in your HTML
C:\>mvn install:install-file -Dfile=exampleX.jar -DgroupId=com.examples -DartifactId=exampleX -Dversion=X.X.X -Dpackaging=jar