Maven初学+备忘

xiaoxiao2022-06-14  41

依赖版本问题 :dependencies如果使用log4j-1.2.15,则提示jms、jmxri、jmxtools找不到,只好自己deploy它们。deploy命令 :F:\projects\java\learn\mvn\eg\ch04-custom\my-weather>mvn deploy:deploy-file -DgroupId=javax.jms -DartifactId=jms -Dversion=1.1 -Dpackaging=jar -Dfile=E:\jms-1.1.jar -Durl=http://localhost:7081/nexus/content/repositories/central -DrepositoryId=central  ...

 

相关资源:敏捷开发V1.0.pptx
转载请注明原文地址: https://www.6miu.com/read-4936551.html

最新回复(0)