Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
7842367e
Commit
7842367e
authored
Nov 26, 2024
by
macro
Browse files
使用aliyun的镜像源提升插件下载速度
parent
72f47591
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
7842367e
...
...
@@ -272,4 +272,18 @@
</repository>
</repositories>
<!--使用aliyun的镜像源提升插件下载速度-->
<pluginRepositories>
<pluginRepository>
<id>
aliyunmaven
</id>
<name>
aliyun
</name>
<url>
https://maven.aliyun.com/repository/public
</url>
</pluginRepository>
<pluginRepository>
<id>
central2
</id>
<name>
central2
</name>
<url>
https://repo1.maven.org/maven2/
</url>
</pluginRepository>
</pluginRepositories>
</project>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment