|
@@ -62,6 +62,21 @@
|
|
|
<spring-kafka>2.9.13</spring-kafka>
|
|
|
</properties>
|
|
|
|
|
|
+ <repositories>
|
|
|
+ <repository>
|
|
|
+ <id>nexus</id>
|
|
|
+ <name>Team Nexus Repository</name>
|
|
|
+ <url>http://nexus.ywtinfo.com/repository/maven-public/</url>
|
|
|
+ </repository>
|
|
|
+ </repositories>
|
|
|
+ <pluginRepositories>
|
|
|
+ <pluginRepository>
|
|
|
+ <id>nexus</id>
|
|
|
+ <name>Team Nexus Repository</name>
|
|
|
+ <url>http://nexus.ywtinfo.com/repository/maven-public/</url>
|
|
|
+ </pluginRepository>
|
|
|
+ </pluginRepositories>
|
|
|
+
|
|
|
<!-- 只是定义,子模块 -->
|
|
|
<dependencyManagement>
|
|
|
<dependencies>
|
|
@@ -377,11 +392,21 @@
|
|
|
</execution>
|
|
|
</executions>
|
|
|
</plugin>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <artifactId>maven-deploy-plugin</artifactId>
|
|
|
+ <version>3.0.0-M1</version>
|
|
|
+ </plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
|
|
|
<!-- 工程的deploy地址,不要每个子模块都定义 -->
|
|
|
<distributionManagement>
|
|
|
+ <snapshotRepository>
|
|
|
+ <id>snapshots</id>
|
|
|
+ <name>Nexus Snapshot Repository</name>
|
|
|
+ <url>http://nexus.ywtinfo.com/repository/maven-snapshots/</url>
|
|
|
+ </snapshotRepository>
|
|
|
<repository>
|
|
|
<id>nexus</id>
|
|
|
<name>Team Nexus Repository</name>
|