Skip to content

Commit aa23673

Browse files
committed
Add Maven snapshot configuration
1 parent 65c484e commit aa23673

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,16 @@
481481
<name>Open Source Geospatial Foundation Repository</name>
482482
<url>https://repo.osgeo.org/repository/release/</url>
483483
</repository>
484+
<repository>
485+
<id>maven-snapshots</id>
486+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
487+
<releases>
488+
<enabled>false</enabled>
489+
</releases>
490+
<snapshots>
491+
<enabled>true</enabled>
492+
</snapshots>
493+
</repository>
484494
</repositories>
485495
<profiles>
486496
<profile>

0 commit comments

Comments
 (0)