Author: nbelaevski
Date: 2008-04-25 05:17:25 -0400 (Fri, 25 Apr 2008)
New Revision: 8154
Modified:
trunk/framework/test/pom.xml
Log:
SkinTestCase excluded from build
Modified: trunk/framework/test/pom.xml
===================================================================
--- trunk/framework/test/pom.xml 2008-04-25 09:14:17 UTC (rev 8153)
+++ trunk/framework/test/pom.xml 2008-04-25 09:17:25 UTC (rev 8154)
@@ -70,4 +70,19 @@
<version>1.6R7</version>
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>**/SkinTestCase.java</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+
+ </plugins>
+
+ </build>
</project>
\ No newline at end of file