Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clarind
wl-webservices
service-marmot
Commits
b1e8cb82
Commit
b1e8cb82
authored
Dec 12, 2017
by
bcmpbell
Browse files
Updating distribution management.
parent
7d52731b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
pom.xml
pom.xml
+12
-1
No files found.
pom.xml
View file @
b1e8cb82
...
@@ -35,7 +35,18 @@
...
@@ -35,7 +35,18 @@
</repository>
</repository>
</repositories>
</repositories>
<distributionManagement>
<repository>
<id>
nexus
</id>
<name>
Internal Releases
</name>
<url>
http://t.weblicht.sfs.uni-tuebingen.de/nexus/content/repositories/releases
</url>
</repository>
<snapshotRepository>
<id>
nexus
</id>
<name>
Snapshot Releases
</name>
<url>
http://t.weblicht.sfs.uni-tuebingen.de/nexus/content/repositories/snapshots
</url>
</snapshotRepository>
</distributionManagement>
<dependencies>
<dependencies>
<dependency>
<dependency>
...
...
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