Skip to content

Commit 548db63

Browse files
committed
add > aliyun maven repository to increased dependency download speed
1 parent fcbda8f commit 548db63

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

pom.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
<scope>test</scope>
118118
</dependency>
119119
</dependencies>
120+
120121
<build>
121122
<plugins>
122123
<plugin>
@@ -134,4 +135,25 @@
134135
</plugin>
135136
</plugins>
136137
</build>
138+
139+
<repositories>
140+
<repository>
141+
<id>aliyun-repos</id>
142+
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
143+
<snapshots>
144+
<enabled>false</enabled>
145+
</snapshots>
146+
</repository>
147+
</repositories>
148+
149+
<pluginRepositories>
150+
<pluginRepository>
151+
<id>aliyun-plugin</id>
152+
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
153+
<snapshots>
154+
<enabled>false</enabled>
155+
</snapshots>
156+
</pluginRepository>
157+
</pluginRepositories>
158+
137159
</project>

0 commit comments

Comments
 (0)