随笔分类 - maven
摘要:1、安装到本地仓:生成jar+pom https://www.cnblogs.com/yixiwenwen/archive/2012/11/02/2751585.html mvn install:install-file -DgroupId=com.jd -DartifactId=vop-open-
阅读全文
摘要:<!-- 子pom --><distributionManagement> <snapshotRepository> <id>dev</id> <name>dev-repository</name> <url>http://nexus.secoo.com:8081/nexus/content/rep
阅读全文
摘要:maven 依赖优先级 dependency > parent > relate maven仓库搜索顺序 中央仓库,这是默认的仓库 镜像仓库,通过 sttings.xml 中的 settings.mirrors.mirror 配置 全局profile仓库,通过 settings.xml 中的 set
阅读全文