From 70994ec0d25a74788057cb842d2bb4a4c74386e6 Mon Sep 17 00:00:00 2001 From: Julien Gouesse Date: Sun, 20 Mar 2016 16:39:38 +0100 Subject: Switches to JUnit 4.12 and fixes the javadoc creation with Java 1.8 (disables doclint) --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 8b64c6c..721c848 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ ardor3d-swt ardor3d-jogl-swt ardor3d-awt - ardor3d-jogl-awt + ardor3d-jogl-awt ardor3d-extras ardor3d-effects ardor3d-collada @@ -102,6 +102,7 @@ private ${basedir}${path.separator}src${path.separator}main${path.separator}java UTF-8 + -Xdoclint:none @@ -286,7 +287,7 @@ junit junit - 4.10 + 4.12 test -- cgit v1.2.3