Skip to content

Commit a123a4a

Browse files
committed
Add snapshots to pom.xml
1 parent a2e9ac0 commit a123a4a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,26 @@
144144
</plugins>
145145
</build>
146146

147+
<repositories>
148+
<repository>
149+
<id>ossrh-snapshots</id>
150+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
151+
<releases><enabled>false</enabled></releases>
152+
<snapshots><enabled>true</enabled></snapshots>
153+
</repository>
154+
</repositories>
155+
147156
<distributionManagement>
148157
<repository>
149158
<id>ossrh</id>
150159
<name>Nexus Staging Repository</name>
151160
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
152161
</repository>
162+
<snapshotRepository>
163+
<id>ossrh</id>
164+
<name>Nexus Snapshot Repository</name>
165+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
166+
</snapshotRepository>
153167
</distributionManagement>
168+
154169
</project>

0 commit comments

Comments
 (0)