Author: jharting
Date: 2011-04-12 07:17:32 -0400 (Tue, 12 Apr 2011)
New Revision: 7227
Modified:
cdi-tck/branches/1.0/impl/pom.xml
Log:
CDITCK-44
Modified: cdi-tck/branches/1.0/impl/pom.xml
===================================================================
--- cdi-tck/branches/1.0/impl/pom.xml 2011-04-06 01:36:23 UTC (rev 7226)
+++ cdi-tck/branches/1.0/impl/pom.xml 2011-04-12 11:17:32 UTC (rev 7227)
@@ -207,6 +207,11 @@
<configuration>
<source>1.5</source>
<target>1.5</target>
+ <!-- this is a really ugly workaround for passing multiple
arguments to
+ the annotation processor tool, see MCOMPILER-75 and
MCOMPILER-135 for more details -->
+ <compilerArguments>
+
<Aapt.flag1>-AoutputDir=${basedir}/../target/</Aapt.flag1>
+ </compilerArguments>
<compilerArgument>-AauditXml=${basedir}/src/main/resources/tck-audit-cdi.xml,${basedir}/src/main/resources/tck-audit-mb.xml,${basedir}/src/main/resources/tck-audit-int.xml</compilerArgument>
</configuration>
</plugin>