瀏覽代碼

Remove redundant OSSRH snapshot repositories

Background: When only consuming dependencies or plugins from OSSRH
snapshots, there is no need to differentiate between the classic and
new URLs. This is only relevant when deploying snapshots, i.e. in the
'distributionManagement' POM section.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tags/V1_9_8_RC3
Alexander Kriegisch 2 年之前
父節點
當前提交
904056b5f1
共有 1 個文件被更改,包括 5 次插入33 次删除
  1. 5
    33
      pom.xml

+ 5
- 33
pom.xml 查看文件

</releases> </releases>
</repository> </repository>
<repository> <repository>
<id>aspectj-dev</id>
<name>AspectJ artifacts on aspectj.dev</name>
<url>https://aspectj.dev/maven</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-classic</id>
<name>Sonatype OSSRH snapshots classic</name>
<id>ossrh-snapshots</id>
<name>Sonatype OSSRH snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url> <url>https://oss.sonatype.org/content/repositories/snapshots</url>
<layout>default</layout> <layout>default</layout>
<snapshots> <snapshots>
</releases> </releases>
</repository> </repository>
<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>
<repository>
<id>ossrh-snapshots</id>
<name>Sonatype OSSRH snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<id>aspectj-dev</id>
<name>AspectJ artifacts on aspectj.dev</name>
<url>https://aspectj.dev/maven</url>
<layout>default</layout> <layout>default</layout>
<snapshots> <snapshots>
<enabled>true</enabled> <enabled>true</enabled>

Loading…
取消
儲存