Author: shane.bryzak(a)jboss.com
Date: 2009-08-31 17:54:35 -0400 (Mon, 31 Aug 2009)
New Revision: 3625
Modified:
tck/trunk/impl/pom.xml
Log:
enable interceptors audit report
Modified: tck/trunk/impl/pom.xml
===================================================================
--- tck/trunk/impl/pom.xml 2009-08-31 20:58:09 UTC (rev 3624)
+++ tck/trunk/impl/pom.xml 2009-08-31 21:54:35 UTC (rev 3625)
@@ -155,6 +155,11 @@
<type>xml</type>
<classifier>audit-cdi</classifier>
</artifact>
+ <artifact>
+
<file>${basedir}/src/main/resources/tck-audit-int.xml</file>
+ <type>xml</type>
+ <classifier>audit-int</classifier>
+ </artifact>
</artifacts>
</configuration>
</execution>
@@ -209,7 +214,7 @@
<configuration>
<source>1.5</source>
<target>1.5</target>
-
<compilerArgument>-AauditXml=${basedir}/src/main/resources/tck-audit-cdi.xml,${basedir}/src/main/resources/tck-audit-mb.xml</compilerArgument>
+
<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>
<plugin>
@@ -260,6 +265,11 @@
<classifier>audit-mb</classifier>
</artifact>
<artifact>
+
<file>${basedir}/src/main/resources/tck-audit-int.xml</file>
+ <type>xml</type>
+ <classifier>audit-int</classifier>
+ </artifact>
+ <artifact>
<file>../target/coverage-cdi.html</file>
<type>html</type>
<classifier>coverage-cdi</classifier>
Show replies by date