mirror of
https://github.com/kaboomserver/commandspy.git
synced 2025-07-27 16:21:43 +00:00
perf: opt-out of paper plugin remapping
Since we don't use NMS, this is harmless. Saves about 100ms of startup time on first boot on my machine
This commit is contained in:
parent
130f06fe5a
commit
1ca2ffc91a
1 changed files with 12 additions and 0 deletions
12
pom.xml
12
pom.xml
|
@ -30,6 +30,18 @@
|
|||
<build>
|
||||
<finalName>${project.artifactId}</finalName>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>3.4.2</version>
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifestEntries>
|
||||
<paperweight-mappings-namespace>mojang</paperweight-mappings-namespace>
|
||||
</manifestEntries>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue