You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by id...@apache.org on 2006/04/18 22:44:50 UTC

svn commit: r395034 - /myfaces/tobago/trunk/theme/scarborough/pom.xml

Author: idus
Date: Tue Apr 18 13:44:48 2006
New Revision: 395034

URL: http://svn.apache.org/viewcvs?rev=395034&view=rev
Log:
disable date unit test for now

Modified:
    myfaces/tobago/trunk/theme/scarborough/pom.xml

Modified: myfaces/tobago/trunk/theme/scarborough/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tobago/trunk/theme/scarborough/pom.xml?rev=395034&r1=395033&r2=395034&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/scarborough/pom.xml (original)
+++ myfaces/tobago/trunk/theme/scarborough/pom.xml Tue Apr 18 13:44:48 2006
@@ -34,8 +34,21 @@
     <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/trunk/theme/scarborough</url>
   </scm>
 
-  <dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>**/DateUnitTest*</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 
+  <dependencies>
     <dependency>
       <groupId>org.apache.myfaces.tobago</groupId>
       <artifactId>tobago-theme-standard</artifactId>