Author: chatellier Date: 2010-01-28 16:20:19 +0000 (Thu, 28 Jan 2010) New Revision: 2962 Modified: isis-fish/trunk/pom.xml Log: Disable integration test Modified: isis-fish/trunk/pom.xml =================================================================== --- isis-fish/trunk/pom.xml 2010-01-28 16:20:00 UTC (rev 2961) +++ isis-fish/trunk/pom.xml 2010-01-28 16:20:19 UTC (rev 2962) @@ -505,7 +505,7 @@ <java.io.tmpdir>${project.build.directory}/surefire-workdir</java.io.tmpdir> </systemPropertyVariables> </configuration> - <executions> + <!-- <executions> <execution> <id>surefire-it</id> <phase>integration-test</phase> @@ -518,7 +518,7 @@ </includes> </configuration> </execution> - </executions> + </executions> --> </plugin> <plugin> <artifactId>maven-site-plugin</artifactId>