Skip to content

Commit 26ec959

Browse files
committed
Add ossrh snapshot repository
1 parent 921bfcb commit 26ec959

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,19 @@ limitations under the License.
6969
</dependency>
7070
</dependencies>
7171

72+
<repositories>
73+
<repository>
74+
<id>oss.snapshots</id>
75+
<url>https://oss.sonatype.org/content/repositories/plexus-snapshots/</url>
76+
<snapshots>
77+
<enabled>true</enabled>
78+
</snapshots>
79+
<releases>
80+
<enabled>false</enabled>
81+
</releases>
82+
</repository>
83+
</repositories>
84+
7285
<build>
7386
<pluginManagement>
7487
<plugins>

0 commit comments

Comments
 (0)