aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulien Gouesse <[email protected]>2016-03-20 16:39:38 +0100
committerJulien Gouesse <[email protected]>2016-03-20 16:39:38 +0100
commit70994ec0d25a74788057cb842d2bb4a4c74386e6 (patch)
treedf67c23db1ce7c11b77cef2e4b666023679f7d0a /pom.xml
parent57d2277a4dba4125c2ea888dfdc8efabb41e0e79 (diff)
Switches to JUnit 4.12 and fixes the javadoc creation with Java 1.8 (disables doclint)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 8b64c6c..721c848 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
<module>ardor3d-swt</module>
<module>ardor3d-jogl-swt</module>
<module>ardor3d-awt</module>
- <module>ardor3d-jogl-awt</module>
+ <module>ardor3d-jogl-awt</module>
<module>ardor3d-extras</module>
<module>ardor3d-effects</module>
<module>ardor3d-collada</module>
@@ -102,6 +102,7 @@
<show>private</show>
<sourcepath>${basedir}${path.separator}src${path.separator}main${path.separator}java</sourcepath>
<encoding>UTF-8</encoding>
+ <additionalparam>-Xdoclint:none</additionalparam>
</configuration>
<reportSets>
<reportSet>
@@ -286,7 +287,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.10</version>
+ <version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>