Skip to content

Commit 585793a

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 7ec5006 commit 585793a

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
@@ -223,6 +223,25 @@
223223
</dependencies>
224224
</dependencyManagement>
225225

226+
<repositories>
227+
<repository>
228+
<snapshots>
229+
<enabled>false</enabled>
230+
</snapshots>
231+
<id>ossrh-releases-repository</id>
232+
<name>Sonatype OSSRH Releases</name>
233+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
234+
</repository>
235+
<repository>
236+
<snapshots>
237+
<enabled>true</enabled>
238+
</snapshots>
239+
<id>ossrh-snapshots-repository</id>
240+
<name>Sonatype OSSRH Snapshots</name>
241+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
242+
</repository>
243+
</repositories>
244+
226245
<distributionManagement>
227246
<repository>
228247
<id>ossrh-releases-repository</id>

0 commit comments

Comments
 (0)