
maven
懒的去其
这个作者很懒,什么都没留下…
展开
-
maven的settings.xml文件详解
settings.xml主要元素:<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1...原创 2019-02-12 13:15:01 · 117385 阅读 · 0 评论 -
maven配置远程仓库和镜像
配置远程仓库的几种方法:1 在pom.xml里配置多个远程仓库:<repositories> <repository> <id>nexus</id> <name>nexus私服URL</name> <url>ht原创 2019-02-12 15:31:11 · 122837 阅读 · 0 评论