We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcbda8f commit 548db63Copy full SHA for 548db63
pom.xml
@@ -117,6 +117,7 @@
117
<scope>test</scope>
118
</dependency>
119
</dependencies>
120
+
121
<build>
122
<plugins>
123
<plugin>
@@ -134,4 +135,25 @@
134
135
</plugin>
136
</plugins>
137
</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
153
154
155
156
+ </pluginRepository>
157
+ </pluginRepositories>
158
159
</project>
0 commit comments