Author: chris.laprun(a)jboss.com
Date: 2009-12-11 11:57:47 -0500 (Fri, 11 Dec 2009)
New Revision: 995
Modified:
portal/branches/wsrp-integration/component/wsrp/pom.xml
Log:
- Exclude WSRP component tests as they are currently non-working.
Modified: portal/branches/wsrp-integration/component/wsrp/pom.xml
===================================================================
--- portal/branches/wsrp-integration/component/wsrp/pom.xml 2009-12-11 14:18:46 UTC (rev
994)
+++ portal/branches/wsrp-integration/component/wsrp/pom.xml 2009-12-11 16:57:47 UTC (rev
995)
@@ -133,5 +133,16 @@
</dependencies>
<build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>org/gatein/portal/wsrp/**</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
</build>
</project>
Show replies by date