Commit ae32f978f6dd59e3c0975d940cb0480245b0220c
1 parent
8d2ad022
添加maven源, 增加依赖下载速度
Showing
1 changed file
with
28 additions
and
0 deletions
pom.xml
| @@ -13,6 +13,34 @@ | @@ -13,6 +13,34 @@ | ||
| 13 | <artifactId>wvp</artifactId> | 13 | <artifactId>wvp</artifactId> |
| 14 | <name>web video platform</name> | 14 | <name>web video platform</name> |
| 15 | 15 | ||
| 16 | + <repositories> | ||
| 17 | + <repository> | ||
| 18 | + <id>nexus-aliyun</id> | ||
| 19 | + <name>Nexus aliyun</name> | ||
| 20 | + <url>https://maven.aliyun.com/repository/public</url> | ||
| 21 | + <layout>default</layout> | ||
| 22 | + <snapshots> | ||
| 23 | + <enabled>false</enabled> | ||
| 24 | + </snapshots> | ||
| 25 | + <releases> | ||
| 26 | + <enabled>true</enabled> | ||
| 27 | + </releases> | ||
| 28 | + </repository> | ||
| 29 | + </repositories> | ||
| 30 | + <pluginRepositories> | ||
| 31 | + <pluginRepository> | ||
| 32 | + <id>nexus-aliyun</id> | ||
| 33 | + <name>Nexus aliyun</name> | ||
| 34 | + <url>https://maven.aliyun.com/repository/public</url> | ||
| 35 | + <snapshots> | ||
| 36 | + <enabled>false</enabled> | ||
| 37 | + </snapshots> | ||
| 38 | + <releases> | ||
| 39 | + <enabled>true</enabled> | ||
| 40 | + </releases> | ||
| 41 | + </pluginRepository> | ||
| 42 | + </pluginRepositories> | ||
| 43 | + | ||
| 16 | <properties> | 44 | <properties> |
| 17 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 45 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 18 | 46 |