Skip to content

Commit e7b4889

Browse files
committed
HBX-2609: Add Sonatype repos to pom.xml to enable using SNAPSHOT builds
Signed-off-by: Koen Aers <[email protected]>
1 parent fce56de commit e7b4889

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,25 @@
148148
</dependencies>
149149
</dependencyManagement>
150150

151+
<repositories>
152+
<repository>
153+
<snapshots>
154+
<enabled>false</enabled>
155+
</snapshots>
156+
<id>ossrh-releases-repository</id>
157+
<name>Sonatype OSSRH Releases</name>
158+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
159+
</repository>
160+
<repository>
161+
<snapshots>
162+
<enabled>true</enabled>
163+
</snapshots>
164+
<id>ossrh-snapshots-repository</id>
165+
<name>Sonatype OSSRH Snapshots</name>
166+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
167+
</repository>
168+
</repositories>
169+
151170
<distributionManagement>
152171
<repository>
153172
<id>ossrh-releases-repository</id>

0 commit comments

Comments
 (0)