From 18437f681952e217cc2a3bf9ebfca87b51c81f04 Mon Sep 17 00:00:00 2001 From: Andrew Ardill Date: Fri, 23 Sep 2011 00:35:09 +1000 Subject: [PATCH] Add support for junit testing --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index e3d0658be2..97769c03e5 100644 --- a/pom.xml +++ b/pom.xml @@ -10,6 +10,7 @@ UTF-8 unknown + 4.10 scm:git:git://github.com/Bukkit/CraftBukkit.git @@ -104,6 +105,11 @@ jar provided + + junit + junit + ${junit.version} + @@ -194,6 +200,13 @@ 1.5 + + org.apache.maven.plugins + maven-surefire-plugin + + ${basedir}/target/test-server + +