Answers for "how to set jar path maven"

0

how to set jar path maven

mvn install:install-file -Dfile=<path-to-file> -DgroupId=<group-id> -DartifactId=<artifact-id> -Dversion=<version>
Posted by: Guest on August-02-2020

Browse Popular Code Answers by Language