Skip to content

Commit 9f1cc24

Browse files
committed
Add Nexus snapshots as maven repo
1 parent 5633ab0 commit 9f1cc24

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@
6666
<enabled>false</enabled>
6767
</snapshots>
6868
</repository>
69+
<repository>
70+
<!-- Used for our own docker client version. -->
71+
<id>oa-nexus-snapshots</id>
72+
<name>OpenAnalytics Snapshots Repository</name>
73+
<url>https://nexus.openanalytics.eu/repository/snapshots</url>
74+
</repository>
6975
<repository>
7076
<!-- Used for our own docker client version. -->
7177
<id>oa-nexus-releases</id>

0 commit comments

Comments
 (0)