From 35ef562d35ab9b2a2cfb8ae75526929b7d7ed2ea Mon Sep 17 00:00:00 2001 From: Gabriele C Date: Fri, 20 Nov 2015 23:36:25 +0100 Subject: [PATCH] Update pom.xml --- pom.xml | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 9b8fd761..fa4f22f3 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ UTF-8 fr.xephi.authme.AuthMe CustomBuild - [Xephi, sgdc3, DNx5, timvisee, games647] + [Xephi, sgdc3, DNx5, timvisee, games647, ljacqu] 1.7 @@ -58,14 +58,28 @@ AuthMe-${project.version} + src/main/java + test/main/java + . true src/main/resources/ + + plugin.yml + + + + . + false + src/main/resources/ *.yml + + plugin.yml + ./messages/ @@ -76,8 +90,7 @@ - src/main/java - test/main/java + org.apache.maven.plugins @@ -88,6 +101,8 @@ ${javaVersion} + + org.apache.maven.plugins maven-shade-plugin @@ -591,24 +606,27 @@ true - + junit junit test 4.12 + true org.hamcrest java-hamcrest test 2.0.0.0 + true org.mockito mockito-core test 2.0.5-beta + true