Commit 5d9c07f7 authored by 谢森's avatar 谢森

<dev> 添加 distributionManagement

parent 004f40c3
...@@ -40,18 +40,58 @@ under the License. ...@@ -40,18 +40,58 @@ under the License.
</properties> </properties>
<repositories> <repositories>
<!-- Using Local Nexus Maven Repository -->
<repository> <repository>
<id>apache.snapshots</id> <id>nexus</id>
<name>Apache Development Snapshot Repository</name> <name>Nexus Repository</name>
<url>https://repository.apache.org/content/repositories/snapshots/</url> <url>http://nexus.zorkdata.com/repository/maven-public/</url>
<releases> <releases>
<enabled>false</enabled> <enabled>true</enabled>
</releases> </releases>
<snapshots> <snapshots>
<enabled>true</enabled> <enabled>true</enabled>
</snapshots> </snapshots>
</repository> </repository>
<repository>
<id>oss</id>
<name>oss</name>
<url>https://oss.sonatype.org/content/groups/public</url>
</repository>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/libs-milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories> </repositories>
<pluginRepositories>
<pluginRepository>
<id>nexus</id>
<name>Nexus Repository</name>
<url>http://nexus.zorkdata.com/repository/maven-public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<distributionManagement>
<repository>
<id>releases</id>
<name>Internal Releases</name>
<url>http://nexus.zorkdata.com/repository/releases/</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<name>Internal Snapshots</name>
<url>http://nexus.zorkdata.com/repository/snapshots/</url>
</snapshotRepository>
</distributionManagement>
<dependencies> <dependencies>
<!-- Apache Flink dependencies --> <!-- Apache Flink dependencies -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment