Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
transactionLogMask
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王海鹰
transactionLogMask
Commits
5d9c07f7
Commit
5d9c07f7
authored
Oct 21, 2020
by
谢森
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
<dev> 添加 distributionManagement
parent
004f40c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
4 deletions
+44
-4
pom.xml
pom.xml
+44
-4
No files found.
pom.xml
View file @
5d9c07f7
...
...
@@ -40,18 +40,58 @@ under the License.
</properties>
<repositories>
<!-- Using Local Nexus Maven Repository -->
<repository>
<id>
apache.snapshot
s
</id>
<name>
Apache Development Snapshot
Repository
</name>
<url>
http
s://repository.apache.org/content/repositories/snapshots
/
</url>
<id>
nexu
s
</id>
<name>
Nexus
Repository
</name>
<url>
http
://nexus.zorkdata.com/repository/maven-public
/
</url>
<releases>
<enabled>
fals
e
</enabled>
<enabled>
tru
e
</enabled>
</releases>
<snapshots>
<enabled>
true
</enabled>
</snapshots>
</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>
<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>
<!-- Apache Flink dependencies -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment