update: 基础项目增加deploy 私服
Showing
1 changed file
with
13 additions
and
0 deletions
| @@ -251,4 +251,17 @@ | @@ -251,4 +251,17 @@ | ||
| 251 | </pluginRepository> | 251 | </pluginRepository> |
| 252 | </pluginRepositories> | 252 | </pluginRepositories> |
| 253 | 253 | ||
| 254 | + <distributionManagement> | ||
| 255 | + <repository> | ||
| 256 | + <id>releases</id> | ||
| 257 | + <name>Nexus Release Repository</name> | ||
| 258 | + <url>http://112.126.101.137/repository/hosted/</url> | ||
| 259 | + </repository> | ||
| 260 | + <snapshotRepository> | ||
| 261 | + <id>snapshots</id> | ||
| 262 | + <name>Nexus Snapshot Repository</name> | ||
| 263 | + <url>http://112.126.101.137/repository/maven-snapshots/</url> | ||
| 264 | + </snapshotRepository> | ||
| 265 | + </distributionManagement> | ||
| 266 | + | ||
| 254 | </project> | 267 | </project> |
-
Please register or login to post a comment