Apache maven 配置

项目管理工具maven下载:

http://archive.apache.org/dist/maven/maven-3/
配置:

具体参考:
http://www.qchcloud.cn/system/article/show/64

settings.xml

<?xml version="1.0" encoding="UTF-8"?>

D:\repository\maven-repository nexus * http://maven.aliyun.com/nexus/content/groups/public/ sonatype Sonatype Central http://repository.sonatype.org/content/groups/public * sonatype-repos Sonatype Repository https://oss.sonatype.org/content/groups/public * custom-compiler C:\Program Files\Java\jdk1.8.0_181 custom-compiler

相关文章