maven jar包不能下载,解决办法(.jar.lastUpdated)
mvn install:install-file -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.1.0.7.0 -Dpackaging=jar -Dfile=/home/buildmgr/resources/ojdbc6-11.1.0.7.0.jar
执行该命令打本地jar包
-DgroupId groupId
-DartifactId artifactId
-Dversion version
-Dpackaging 打包类型jar/pom
-Dfile 本地jar包路径
执行命令后,会在本地maven仓库生成该jar包
还没有评论,来说两句吧...