forked from GeyserMC/Geyser
Add BungeeCord plugin module, cleanup POMs
This commit is contained in:
parent
1c2ef99a54
commit
e8f4522762
12 changed files with 428 additions and 38 deletions
|
@ -11,12 +11,6 @@
|
|||
</parent>
|
||||
<artifactId>bootstrap-bukkit</artifactId>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.geysermc</groupId>
|
||||
<artifactId>common</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.geysermc</groupId>
|
||||
<artifactId>connector</artifactId>
|
||||
|
@ -54,7 +48,6 @@
|
|||
</executions>
|
||||
<configuration>
|
||||
<finalName>${outputName}-Bukkit</finalName>
|
||||
<createDependencyReducedPom>false</createDependencyReducedPom>
|
||||
<minimizeJar>true</minimizeJar>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue