|
@@ -33,7 +33,7 @@
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
- <version>2.4.3</version>
|
|
|
|
|
|
+ <version>3.5.2</version>
|
|
<executions>
|
|
<executions>
|
|
<execution>
|
|
<execution>
|
|
<phase>package</phase>
|
|
<phase>package</phase>
|
|
@@ -46,6 +46,7 @@
|
|
<include>de.Linus122.TimeIsMoney:*</include>
|
|
<include>de.Linus122.TimeIsMoney:*</include>
|
|
<include>xyz.spaceio:SpaceGUI</include>
|
|
<include>xyz.spaceio:SpaceGUI</include>
|
|
<include>xyz.spaceio:Metrics</include>
|
|
<include>xyz.spaceio:Metrics</include>
|
|
|
|
+ <include>com.github.Euphillya:Energie</include>
|
|
</includes>
|
|
</includes>
|
|
</artifactSet>
|
|
</artifactSet>
|
|
<relocations>
|
|
<relocations>
|
|
@@ -53,6 +54,10 @@
|
|
<pattern>xyz.spaceio</pattern>
|
|
<pattern>xyz.spaceio</pattern>
|
|
<shadedPattern>de.Linus122.net.xyz.spaceio</shadedPattern>
|
|
<shadedPattern>de.Linus122.net.xyz.spaceio</shadedPattern>
|
|
</relocation>
|
|
</relocation>
|
|
|
|
+ <relocation>
|
|
|
|
+ <pattern>fr.euphyllia</pattern>
|
|
|
|
+ <shadedPattern>de.Linus122.fr.euphyllia</shadedPattern>
|
|
|
|
+ </relocation>
|
|
</relocations>
|
|
</relocations>
|
|
</configuration>
|
|
</configuration>
|
|
</execution>
|
|
</execution>
|
|
@@ -88,7 +93,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.github.Euphillya</groupId>
|
|
<groupId>com.github.Euphillya</groupId>
|
|
<artifactId>Energie</artifactId>
|
|
<artifactId>Energie</artifactId>
|
|
- <version>5659f25e22</version>
|
|
|
|
|
|
+ <version>1.2.0</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>net.ess3</groupId>
|
|
<groupId>net.ess3</groupId>
|