maven3引入第三方jar包,并引入jar文件下META-INF\pom.xml的传递性依赖

mvn install:install-file -DgroupId=org.apache.third -DartifactId=third-core -Dversion=1.1.0 -Dpackaging=jar -DlocalRepositoryPath=C:\Users\Administrator\Desktop\repository -Dfile=F:\lib\third-core-1.1.0.jar -DpomFile=C:\Users\Administrator\Desktop\pom.xml

 

posted @ 2022-01-22 22:23  微微江水  阅读(255)  评论(0)    收藏  举报