Generate bootstrap jar separately
This commit is contained in:
parent
3b214b5a21
commit
03f249f098
2
pom.xml
2
pom.xml
@ -361,7 +361,6 @@
|
||||
<goal>single</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<appendAssemblyId>false</appendAssemblyId>
|
||||
<archive>
|
||||
<manifest>
|
||||
<addDefaultEntries>false</addDefaultEntries>
|
||||
@ -370,6 +369,7 @@
|
||||
<Main-Class>org.bukkit.craftbukkit.bootstrap.Main</Main-Class>
|
||||
</manifestEntries>
|
||||
</archive>
|
||||
<attach>false</attach>
|
||||
<descriptors>
|
||||
<descriptor>${project.basedir}/src/assembly/bootstrap.xml</descriptor>
|
||||
</descriptors>
|
||||
|
Loading…
x
Reference in New Issue
Block a user