mirror of
https://github.com/kaboomserver/icontrolu.git
synced 2025-04-24 04:43:36 -04:00
Opt out of remapping (#12)
This commit is contained in:
parent
803085d325
commit
3b499f9010
1 changed files with 13 additions and 1 deletions
14
pom.xml
14
pom.xml
|
@ -29,7 +29,19 @@
|
|||
|
||||
<build>
|
||||
<finalName>${project.artifactId}</finalName>
|
||||
<plugins>
|
||||
<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