随笔分类 -  maven

摘要:mvn install:install-file -Dfile=guava-28.2-jre.jar -DgroupId=com.google.guava -DartifactId=guava -Dversion=28.2-jre -Dpackaging=jar 阅读全文
posted @ 2020-08-16 14:11 覃上 阅读(1026) 评论(0) 推荐(0)
摘要:. 中央仓库 <mirror> <id> maven-net-cn</id> <name> Maven China Mirror</name> <url> http://maven.net.cn/content/groups/public/</url> <mirrorOf> central</mir 阅读全文
posted @ 2020-08-10 12:17 覃上 阅读(1947) 评论(0) 推荐(0)
摘要:mvn install:install-file -Dfile=D:\aa-lemon\git\YT_OA\ytoa-common\src\main\resources\lib\nrrs-sso-client-1.0.0.jar -DgroupId=com.icloudmap -DartifactI 阅读全文
posted @ 2020-03-30 11:40 覃上 阅读(982) 评论(0) 推荐(0)
摘要:配置号MAVEN_HOME环境变量。 进入到pom.xml所在目录 跳过test,指定maven仓库mvn clean package -Dmaven.test.skip=true -Dmaven.javadoc.skip=true -Dmaven.repo.local=D:\YTZZ\maven\ 阅读全文
posted @ 2019-12-20 22:04 覃上 阅读(1062) 评论(0) 推荐(0)