Skip to content

Commit 73c03ce

Browse files
committed
pom: add ossrh snapshots repository
Add the OSS RH Snapshots repository. This way we can build ovirt-engine against SNAPSHOT builds of org.ovirt.* Signed-off-by: Jean-Louis Dupond <[email protected]>
1 parent 102d598 commit 73c03ce

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

+11
Original file line numberDiff line numberDiff line change
@@ -818,6 +818,17 @@
818818
<enabled>true</enabled>
819819
</releases>
820820
</repository>
821+
<repository>
822+
<id>ossrh</id>
823+
<name>OSSRH Snapshots</name>
824+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
825+
<snapshots>
826+
<enabled>true</enabled>
827+
</snapshots>
828+
<releases>
829+
<enabled>false</enabled>
830+
</releases>
831+
</repository>
821832
</repositories>
822833
<pluginRepositories>
823834
<pluginRepository>

0 commit comments

Comments
 (0)