The local library package into maven

In the file you want to import the folder where the package the following into the command window (cmd)
mvn install: install-File DFILE = jave-1.0.2.jar (the package name)
-DgroupId = it.sauronsoftware (position)
-DartifactId = jave - dversion = 1.0.2 (version)
-Dpackaging = JAR

Guess you like

Origin blog.csdn.net/weixin_42987508/article/details/84958542