Author: mwringe
Date: 2009-10-02 17:42:32 -0400 (Fri, 02 Oct 2009)
New Revision: 240
Modified:
components/pc/trunk/test/pom.xml
Log:
Switch the profile excludes to be on compile and not test compile.
Modified: components/pc/trunk/test/pom.xml
===================================================================
--- components/pc/trunk/test/pom.xml 2009-10-02 21:04:13 UTC (rev 239)
+++ components/pc/trunk/test/pom.xml 2009-10-02 21:42:32 UTC (rev 240)
@@ -187,14 +187,13 @@
<execution>
<goals>
<goal>compile</goal>
- <goal>testCompile</goal>
</goals>
</execution>
</executions>
<configuration>
- <testExcludes>
+ <excludes>
<exclude>org/gatein/pc/test/unit/reports/*</exclude>
- </testExcludes>
+ </excludes>
</configuration>
</plugin>
</plugins>
Show replies by date