geforkt von Mirrors/Paper
Proper maven repo details
Dieser Commit ist enthalten in:
Ursprung
ef8b3744c9
Commit
004b2d584f
@ -43,6 +43,22 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
<!-- just until we get deployment to central approved -->
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
- <id>spigotmc-releases</id>
|
||||
- <url>https://hub.spigotmc.org/nexus/content/repositories/releases/</url>
|
||||
+ <id>destroystokyo-releases</id>
|
||||
+ <url>https://repo.destroystokyo.com/content/repositories/releases/</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
- <id>spigotmc-snapshots</id>
|
||||
- <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
||||
+ <id>destroystokyo-snapshots</id>
|
||||
+ <url>https://repo.destroystokyo.com/content/repositories/snapshots/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
@@ -0,0 +0,0 @@
|
||||
</dependencies>
|
||||
</plugin>
|
||||
|
8
pom.xml
8
pom.xml
@ -36,12 +36,12 @@
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>md_5-releases</id>
|
||||
<url>http://repo.md-5.net/content/repositories/releases/</url>
|
||||
<id>destroystokyo-releases</id>
|
||||
<url>https://repo.destroystokyo.com/content/repositories/releases/</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>md_5-snapshots</id>
|
||||
<url>http://repo.md-5.net/content/repositories/snapshots/</url>
|
||||
<id>destroystokyo-snapshots</id>
|
||||
<url>https://repo.destroystokyo.com/content/repositories/snapshots/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
</project>
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren