mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-12-20 07:37:47 +01:00
Damn maven please deploy the right jar
This commit is contained in:
parent
10bc427700
commit
e980c80ef8
6
pom.xml
6
pom.xml
@ -60,13 +60,12 @@
|
|||||||
<jdk.version>1.8</jdk.version>
|
<jdk.version>1.8</jdk.version>
|
||||||
|
|
||||||
<!-- Output properties -->
|
<!-- Output properties -->
|
||||||
<project.outputName>AuthMe</project.outputName>
|
|
||||||
<project.buildNumber>CUSTOM</project.buildNumber>
|
<project.buildNumber>CUSTOM</project.buildNumber>
|
||||||
<project.skipExtendedHashTests>false</project.skipExtendedHashTests>
|
<project.skipExtendedHashTests>false</project.skipExtendedHashTests>
|
||||||
<project.versionCode>${project.version}-b${project.buildNumber}</project.versionCode>
|
<project.versionCode>${project.version}-b${project.buildNumber}</project.versionCode>
|
||||||
|
|
||||||
<!-- BukkitPlugin properties -->
|
<!-- BukkitPlugin properties -->
|
||||||
<bukkitplugin.name>${project.outputName}</bukkitplugin.name>
|
<bukkitplugin.name>AuthMe</bukkitplugin.name>
|
||||||
<bukkitplugin.version>${project.versionCode}</bukkitplugin.version>
|
<bukkitplugin.version>${project.versionCode}</bukkitplugin.version>
|
||||||
<bukkitplugin.main>${project.groupId}.${project.artifactId}.${bukkitplugin.name}</bukkitplugin.main>
|
<bukkitplugin.main>${project.groupId}.${project.artifactId}.${bukkitplugin.name}</bukkitplugin.main>
|
||||||
<bukkitplugin.authors>Xephi, sgdc3, DNx5, timvisee, games647, ljacqu, Gnat008</bukkitplugin.authors>
|
<bukkitplugin.authors>Xephi, sgdc3, DNx5, timvisee, games647, ljacqu, Gnat008</bukkitplugin.authors>
|
||||||
@ -104,8 +103,6 @@
|
|||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<finalName>original-${project.outputName}-${project.version}</finalName>
|
|
||||||
|
|
||||||
<resources>
|
<resources>
|
||||||
<resource>
|
<resource>
|
||||||
<directory>.</directory>
|
<directory>.</directory>
|
||||||
@ -166,7 +163,6 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<createDependencyReducedPom>false</createDependencyReducedPom>
|
<createDependencyReducedPom>false</createDependencyReducedPom>
|
||||||
<shadedArtifactAttached>true</shadedArtifactAttached>
|
<shadedArtifactAttached>true</shadedArtifactAttached>
|
||||||
<finalName>${project.outputName}-${project.version}</finalName>
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Relocate all lib we use in order to fix class loading errors if we use different versions
|
Relocate all lib we use in order to fix class loading errors if we use different versions
|
||||||
|
Loading…
Reference in New Issue
Block a user