]> source.dussan.org Git - aspectj.git/commitdiff
Add Sonatype OSSRH snapshots repositories
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Sun, 25 Jul 2021 10:35:04 +0000 (17:35 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Tue, 7 Sep 2021 06:44:33 +0000 (08:44 +0200)
Otherwise
  - JDT Core 1.9.8-SNAPSHOT (classic OSSRH snapshot URL)
  - AspectJ Maven Plugin 1.13-SNAPSHOT (new OSSRH snapshot URL)
cannot be found

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
pom.xml

diff --git a/pom.xml b/pom.xml
index 6f90cb8097132156cf26b052c54e36d4e0417d35..b2273ab8a65a9ba9acd23f993f21f23680c928e6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                <updatePolicy>never</updatePolicy>
                        </releases>
                </repository>
+               <repository>
+                       <id>ossrh-snapshots-classic</id>
+                       <name>Sonatype OSSRH snapshots classic</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>
+               <repository>
+                       <id>ossrh-snapshots-new</id>
+                       <name>Sonatype OSSRH snapshots new</name>
+                       <url> https://s01.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>