[gatein-commits] gatein SVN: r240 - components/pc/trunk/test.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Oct 2 17:42:32 EDT 2009


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>



More information about the gatein-commits mailing list