diff --git a/pom.xml b/pom.xml
index 39bb5567..71df4db6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,21 +48,25 @@
-
- UTF-8
- UTF-8
-
+ UTF-8
+ ${projectEncoding}
+ ${projectEncoding}
+ 1.7
+ 1.7
+
+
AuthMe
${pluginName}-${project.version}
- fr.xephi.authme.AuthMe
+ ${project.groupId}.${project.artifactId}.${pluginName}
Xephi, sgdc3, DNx5, timvisee, games647, ljacqu
Unknown
- 1.9-pre1-SNAPSHOT
+ 1.8.8-R0.1-SNAPSHOT
+
jenkins
@@ -83,33 +87,21 @@
src/test/java
-
- .
- true
- src/main/resources/
-
- plugin.yml
-
-
-
- .
- true
- src/main/resources/
-
- email.html
- welcome.txt
-
-
.
false
+ .
+
+ LICENSE
+
+
+
+ .
+ true
src/main/resources/
- *.yml
+ *
-
- plugin.yml
-
./messages/
@@ -126,37 +118,17 @@
-
-
-
-
- net.orfjackal.retrolambda
- retrolambda-maven-plugin
- 2.1.0
-
-
-
- process-main
- process-test
-
-
-
-
-
-
-
-
+
org.apache.maven.plugins
maven-compiler-plugin
3.5.1
- 1.8
- 1.8
-
- 1.7
- 1.7
+ ${jdkVersion}
+ ${jdkVersion}
+ ${testJreVersion}
+ ${testJreVersion}
@@ -165,9 +137,7 @@
maven-surefire-plugin
2.19.1
- 3
- true
- -client -Xmx512M -Dfile.encoding=UTF-8 ${argLine}
+ -Dfile.encoding=${projectEncoding} ${argLine}
@@ -195,33 +165,11 @@
-
+
com.google.gson
fr.xephi.authme.libs.google
-
- org.mcstats
- fr.xephi.authme
-
-
com.zaxxer.hikari
fr.xephi.authme.libs.hikari
@@ -238,6 +186,11 @@
net.ricecode.similarity
fr.xephi.authme.libs.similarity
+
+
+ org.mcstats
+ fr.xephi.authme
+
target/${jarName}-spigot.jar
@@ -249,34 +202,12 @@
shade
-
+
com.google
fr.xephi.authme.libs.google
-
- org.mcstats
- fr.xephi.authme
-
-
com.zaxxer.hikari
fr.xephi.authme.libs.hikari
@@ -293,6 +224,11 @@
net.ricecode.similarity
fr.xephi.authme.libs.similarity
+
+
+ org.mcstats
+ fr.xephi.authme
+
target/${jarName}-legacy.jar
@@ -303,7 +239,7 @@
org.jacoco
jacoco-maven-plugin
- 0.7.5.201505241946
+ 0.7.6.201602180812
prepare-agent
@@ -318,7 +254,7 @@
org.eluder.coveralls
coveralls-maven-plugin
4.1.0
-
+
@@ -328,7 +264,10 @@
UTF-8
UTF-8
+ false
true
+ public
+ false
@@ -391,13 +330,6 @@
-
-
- org.projectlombok
- lombok
- 1.16.6
- provided
-
com.zaxxer