diff options
author | Luck <git@lucko.me> | 2018-05-27 01:02:01 +0100 |
---|---|---|
committer | Luck <git@lucko.me> | 2018-05-27 01:02:01 +0100 |
commit | b543b763201431a275e203d4834d75011dad2168 (patch) | |
tree | 5d72052ea157f8bf68b9251dd277b4d99379e56d /bungeecord | |
parent | 429eeb35876576d861404cd199b6e9763fc4e5b0 (diff) | |
download | spark-b543b763201431a275e203d4834d75011dad2168.tar.gz spark-b543b763201431a275e203d4834d75011dad2168.tar.bz2 spark-b543b763201431a275e203d4834d75011dad2168.zip |
Build a universal plugin jar
Diffstat (limited to 'bungeecord')
-rw-r--r-- | bungeecord/pom.xml | 30 | ||||
-rw-r--r-- | bungeecord/src/main/resources/bungee.yml (renamed from bungeecord/src/main/resources/plugin.yml) | 0 |
2 files changed, 1 insertions, 29 deletions
diff --git a/bungeecord/pom.xml b/bungeecord/pom.xml index c43a510..a8c2db9 100644 --- a/bungeecord/pom.xml +++ b/bungeecord/pom.xml @@ -31,34 +31,6 @@ <target>1.8</target> </configuration> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <version>${shade.version}</version> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <minimizeJar>false</minimizeJar> - <createDependencyReducedPom>false</createDependencyReducedPom> - <relocations> - <!-- shaded dependencies --> - <relocation> - <pattern>okio</pattern> - <shadedPattern>me.lucko.spark.lib.okio</shadedPattern> - </relocation> - <relocation> - <pattern>okhttp3</pattern> - <shadedPattern>me.lucko.spark.lib.okhttp3</shadedPattern> - </relocation> - </relocations> - </configuration> - </execution> - </executions> - </plugin> </plugins> </build> @@ -68,7 +40,7 @@ <groupId>me.lucko</groupId> <artifactId>spark-common</artifactId> <version>${project.version}</version> - <scope>compile</scope> + <scope>provided</scope> </dependency> <!-- BungeeCord --> diff --git a/bungeecord/src/main/resources/plugin.yml b/bungeecord/src/main/resources/bungee.yml index d5aede0..d5aede0 100644 --- a/bungeecord/src/main/resources/plugin.yml +++ b/bungeecord/src/main/resources/bungee.yml |