aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index eac70838..255a2a54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,8 +140,9 @@
<configuration>
<source>1.6</source>
<target>1.6</target>
- <testSource>1.7</testSource>
- <testTarget>1.7</testTarget>
+ <testSource>1.8</testSource>
+ <testTarget>1.8</testTarget>
+ <compilerArgument>-parameters</compilerArgument>
</configuration>
</plugin>
<plugin>