aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
author文武 <wenwu@ofcard.com>2015-08-01 00:19:24 +0800
committer文武 <wenwu@ofcard.com>2015-08-01 00:19:24 +0800
commit0e40ca2a33a9f01dd9ca813ef4b5dea60267fd09 (patch)
treebe156fecd214fd6a4cc1063432d7857818f8ab8a /pom.xml
parentaf8aba0dd41ff5c72b63ba3770a829bffecdb7b4 (diff)
downloadjavassist-0e40ca2a33a9f01dd9ca813ef4b5dea60267fd09.tar.gz
javassist-0e40ca2a33a9f01dd9ca813ef4b5dea60267fd09.zip
<source> and <target> is 1.6, but <compilerArgument> "-parameters" in 1.8 version.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e76ccf67..aee2d2a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
<target>1.6</target>
<testSource>1.8</testSource>
<testTarget>1.8</testTarget>
- <compilerArgument>-parameters</compilerArgument>
+ <testCompilerArgument>-parameters</testCompilerArgument>
</configuration>
</plugin>
<plugin>