Author: mwringe
Date: 2009-08-29 17:19:29 -0400 (Sat, 29 Aug 2009)
New Revision: 125
Modified:
components/pc/trunk/portlet/pom.xml
Log:
Fix test compile issue.
Modified: components/pc/trunk/portlet/pom.xml
===================================================================
--- components/pc/trunk/portlet/pom.xml 2009-08-29 21:09:33 UTC (rev 124)
+++ components/pc/trunk/portlet/pom.xml 2009-08-29 21:19:29 UTC (rev 125)
@@ -76,7 +76,7 @@
</executions>
<configuration>
<testExcludes>
- <exclude>org/jboss/portal/unit/reports/*</exclude>
+ <exclude>org/gatein/pc/test/unit/reports/*</exclude>
</testExcludes>
</configuration>
</plugin>