Skip to content

Commit 6b9619d

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 6f65f34 commit 6b9619d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: pom.xml

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

0 commit comments

Comments
 (0)