本文主要是介绍maven本地引入tongweb7的jar包的方法,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
#jar包目录 cd /d D:\develops\mavenjars
mvn install:install-file -Dfile=./tongweb-spring-boot-starter-2.x-7.0.E.6_P2.jar -DgroupId=com.tongweb.springboot -DartifactId=tongweb-spring-boot-starter-2.x -Dversion=7.0.E.6_P2 -Dpackaging=jar
mvn install:install-file -Dfile=./tongweb-spring-boot-websocket-2.x-7.0.E.6_P2.jar -DgroupId=com.tongweb.springboot -DartifactId=tongweb-spring-boot-websocket-2.x -Dversion=7.0.E.6_P2 -Dpackaging=jar
mvn install:install-file -Dfile=./addressing-1.5.5.jar -DgroupId=org.apache.axis2 -DartifactId=addressing -Dversion=1.5.5 -Dpackaging=jar
mvn install:install-file -DgroupId=com.cuppa -DartifactId=cuppa -Dversion=1000 -Dpackaging=jar -Dfile=cuppa-v1000-20130422.jar
mvn install:install-file -DgroupId=com.cuppa.base -DartifactId=cuppa.base -Dversion=500 -Dpackaging=jar -Dfile=eport.cupaa-20120725.jar
这篇关于maven本地引入tongweb7的jar包的方法的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!