Fix #199 by adding new repo url https://s01.oss.sonatype.org to sonatype repo list (#201)

This commit is contained in:
George Cao
2022-03-31 23:30:09 +08:00
committed by GitHub
parent 80b6b5f3ec
commit 19f1eb4ca3
3 changed files with 60 additions and 0 deletions

View File

@ -137,6 +137,16 @@ test('run with all feature', () => {
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
@ -149,6 +159,16 @@ test('run with all feature', () => {
<enabled>true</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
<profile>