We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a45b6 commit b63e560Copy full SHA for b63e560
1 file changed
bundleJava/pom.xml
@@ -22,6 +22,15 @@
22
<releaseName>EPICS-Java-${project.version}</releaseName>
23
</properties>
24
25
+ <!-- Explicitly declare snapshot repository -->
26
+ <repositories>
27
+ <repository>
28
+ <id>ossrh</id>
29
+ <name>OSS Snapshots</name>
30
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
31
+ </repository>
32
+ </repositories>
33
+
34
<!-- The assembly is built through dependencies, as the regular moduleSet
35
does not allow to include sources and javadoc as jars -->
36
<dependencies>
0 commit comments