From fee9d2d1a2b725ebdbdce40816d21699b2d7d826 Mon Sep 17 00:00:00 2001 From: James Strachan Date: Tue, 6 Mar 2012 20:26:40 +0000 Subject: [PATCH] fixed up surefire configuration so the build works --- libraries/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/libraries/pom.xml b/libraries/pom.xml index e1ad22a4756..12947f25feb 100644 --- a/libraries/pom.xml +++ b/libraries/pom.xml @@ -16,6 +16,7 @@ 0.2.3.8-beta-6 ${project.basedir}/../../dist/kotlinc ${project.basedir}/.. + 2.5 @@ -112,6 +113,24 @@ + + + + maven-surefire-plugin + ${surefire-version} + + once + false + false + false + + **/*Test.* + + + + + +