diff options
-rw-r--r-- | pom.xml | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -110,6 +110,20 @@ <updatePolicy>never</updatePolicy> </releases> </repository> + <repository> + <id>ossrh-snapshots</id> + <name>Sonatype OSSRH snapshots</name> + <url>https://oss.sonatype.org/content/repositories/snapshots</url> + <layout>default</layout> + <snapshots> + <enabled>true</enabled> + <updatePolicy>always</updatePolicy> + </snapshots> + <releases> + <enabled>true</enabled> + <updatePolicy>never</updatePolicy> + </releases> + </repository> </repositories> <pluginRepositories> @@ -133,6 +147,20 @@ </releases> </pluginRepository> <pluginRepository> + <id>ossrh-snapshots</id> + <name>Sonatype OSSRH snapshots</name> + <url>https://oss.sonatype.org/content/repositories/snapshots</url> + <layout>default</layout> + <snapshots> + <enabled>true</enabled> + <updatePolicy>always</updatePolicy> + </snapshots> + <releases> + <enabled>true</enabled> + <updatePolicy>never</updatePolicy> + </releases> + </pluginRepository> + <pluginRepository> <id>aspectj-dev</id> <name>AspectJ artifacts on aspectj.dev</name> <url>https://aspectj.dev/maven</url> |