知识分享之Java——Maven的settings常用配置文件
背景
日常我们开发时,我们会遇到各种各样的奇奇怪怪的问题(踩坑o(╯□╰)o),这个常见问题系列就是我日常遇到的一些问题的记录文章系列,这里整理汇总后分享给大家,让其还在深坑中的小伙伴有绳索能爬出来。
同时在这里也欢迎大家把自己遇到的问题留言或私信给我,我看看其能否给大家解决。
开发环境
- 系统:windows10
- JDK:openjdk11
- 开发工具:IDEA 教育版
- 框架:SpringBoot
包管理:Gradle
内容
本篇主要用于记录日常我们比较常用的settings配置文件,大家有需要的可以直接复制文章中的配置信息快速使用。
```
<?xml version="1.0" encoding="UTF-8"?>
pentaho
true
pentaho-public
Pentaho Public
https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn/
true
always
true
always
pentaho-public
Pentaho Public
https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn/
true
always
true
always
aliyun
aliyun
http://maven.aliyun.com/nexus/content/groups/public/
true
true
aliyun
http://maven.aliyun.com/nexus/content/groups/public/
true
true
activiti-repos2
activiti-repos2
Activiti Repository 2
https://app.camunda.com/nexus/content/groups/public
mvnrepository
mvnrepository
mvnrepository
http://www.mvnrepository.com
org.pentaho.maven.plugins
com.pentaho.maven.plugins
com.github.spotbugs
aliyun
pentaho
activiti-repos2
mvnrepository
```
这里面包含了很多我们的常用库,使用时将不需要的去除即可。
本文声明:
知识共享许可协议
本作品由 cn華少采用 知识共享署名-非商业性使用 4.0 国际许可协议 进行许可。