Author: echatellier Date: 2010-06-15 14:58:03 +0200 (Tue, 15 Jun 2010) New Revision: 128 Url: http://nuiton.org/repositories/revision/wikitty/128 Log: Disable tests (only for unused hbase module) Modified: trunk/wikitty-hbase-impl/pom.xml Modified: trunk/wikitty-hbase-impl/pom.xml =================================================================== --- trunk/wikitty-hbase-impl/pom.xml 2010-06-15 08:52:02 UTC (rev 127) +++ trunk/wikitty-hbase-impl/pom.xml 2010-06-15 12:58:03 UTC (rev 128) @@ -141,9 +141,8 @@ <packaging>jar</packaging> <properties> - <!-- maven conventionnal variables doesn't work ? - <maven.test.failure.ignore>true</maven.test.failure.ignore> --> - <maven.test.testFailureIgnore>true</maven.test.testFailureIgnore> + <!-- Test don't run in hudson due to port restriction --> + <maven.test.skip>true</maven.test.skip> </properties> <!-- ************************************************************* -->
participants (1)
-
echatellier@users.nuiton.org