]> source.dussan.org Git - javassist.git/commitdiff
<source> and <target> is 1.6, but <compilerArgument> "-parameters" in 1.8 version. 54/head
author文武 <wenwu@ofcard.com>
Fri, 31 Jul 2015 16:19:24 +0000 (00:19 +0800)
committer文武 <wenwu@ofcard.com>
Fri, 31 Jul 2015 16:19:24 +0000 (00:19 +0800)
pom.xml

diff --git a/pom.xml b/pom.xml
index e76ccf67e892ce86be36f31b00bcb21e1784fcbc..aee2d2a318c7616cc305c61c1abf24bc662c91db 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <target>1.6</target>
           <testSource>1.8</testSource>
           <testTarget>1.8</testTarget>
-          <compilerArgument>-parameters</compilerArgument>
+          <testCompilerArgument>-parameters</testCompilerArgument>
         </configuration>
       </plugin>
       <plugin>