mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 04:32:11 -07:00
Restructure PaperSpigot as a new set of modules
Allows us much greater control over the Spigot portion of the code and makes us more "proper" Credit to @Dmck2b for originally passing the idea along a while back
This commit is contained in:
14
pom.xml
14
pom.xml
@@ -9,20 +9,20 @@
|
||||
<version>7</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.spigotmc</groupId>
|
||||
<artifactId>spigot-parent</artifactId>
|
||||
<groupId>org.github.paperspigot</groupId>
|
||||
<artifactId>paperspigot-parent</artifactId>
|
||||
<version>dev-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>Spigot-Parent</name>
|
||||
<description>Parent project for all Spigot modules.</description>
|
||||
<url>https://github.com/SpigotMC/Spigot</url>
|
||||
<name>PaperSpigot-Parent</name>
|
||||
<description>Parent project for all PaperSpigot modules.</description>
|
||||
<url>https://github.com/PaperSpigot/Spigot</url>
|
||||
|
||||
<modules>
|
||||
<module>MinecraftServer</module>
|
||||
<module>MinecraftRelocate</module>
|
||||
<module>Spigot-Server</module>
|
||||
<module>Spigot-API</module>
|
||||
<module>PaperSpigot-Server</module>
|
||||
<module>PaperSpigot-API</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
|
Reference in New Issue
Block a user