mirror of
https://github.com/rife2/bld
synced 2025-12-20 16:48:38 +01:00
Added SONAYTPE_RELEASES_LEGACY repository
This commit is contained in:
parent
f6cb944565
commit
261b5d456a
|
|
@ -24,6 +24,7 @@ public record Repository(String location, String username, String password) {
|
||||||
public static final Repository GOOGLE = new Repository("https://maven.google.com/");
|
public static final Repository GOOGLE = new Repository("https://maven.google.com/");
|
||||||
public static final Repository MAVEN_CENTRAL = new Repository("https://repo1.maven.org/maven2/");
|
public static final Repository MAVEN_CENTRAL = new Repository("https://repo1.maven.org/maven2/");
|
||||||
public static final Repository SONATYPE_RELEASES = new Repository("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/");
|
public static final Repository SONATYPE_RELEASES = new Repository("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/");
|
||||||
|
public static final Repository SONATYPE_RELEASES_LEGACY = new Repository("https://oss.sonatype.org/service/local/staging/deploy/maven2/");
|
||||||
public static final Repository SONATYPE_SNAPSHOTS = new Repository("https://s01.oss.sonatype.org/content/repositories/snapshots/");
|
public static final Repository SONATYPE_SNAPSHOTS = new Repository("https://s01.oss.sonatype.org/content/repositories/snapshots/");
|
||||||
public static final Repository SONATYPE_SNAPSHOTS_LEGACY = new Repository("https://oss.sonatype.org/content/repositories/snapshots/");
|
public static final Repository SONATYPE_SNAPSHOTS_LEGACY = new Repository("https://oss.sonatype.org/content/repositories/snapshots/");
|
||||||
public static final Repository APACHE = new Repository("https://repo.maven.apache.org/maven2/");
|
public static final Repository APACHE = new Repository("https://repo.maven.apache.org/maven2/");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue