mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2024-11-20 09:59:33 +00:00
Re-implement maven shading (#692)
This commit is contained in:
parent
e3f922c062
commit
e13e3232c1
1 changed files with 13 additions and 0 deletions
13
pom.xml
13
pom.xml
|
@ -185,6 +185,19 @@
|
|||
<target>1.7</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-shade-plugin</artifactId>
|
||||
<version>2.3</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>shade</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration />
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
Loading…
Reference in a new issue