You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2012/03/02 12:01:30 UTC

svn commit: r1296134 - /james/server/trunk/data-hbase/pom.xml

Author: eric
Date: Fri Mar  2 11:01:29 2012
New Revision: 1296134

URL: http://svn.apache.org/viewvc?rev=1296134&view=rev
Log:
Disable hbase tests on windows platforms for data-hbase (JAMES-1390)

Modified:
    james/server/trunk/data-hbase/pom.xml

Modified: james/server/trunk/data-hbase/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/data-hbase/pom.xml?rev=1296134&r1=1296133&r2=1296134&view=diff
==============================================================================
--- james/server/trunk/data-hbase/pom.xml (original)
+++ james/server/trunk/data-hbase/pom.xml Fri Mar  2 11:01:29 2012
@@ -173,4 +173,23 @@
             </plugin>
         </plugins>
     </build>
+    <profiles>
+        <profile>
+            <id>noTest</id>
+            <activation>
+                <os><family>windows</family></os>
+            </activation>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-surefire-plugin</artifactId>
+                        <configuration>
+                            <skipTests>true</skipTests>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org