- Commented out the failsafe plugin (again) because I still haven't tested the file-lock problem on Windows
diff --git a/pom.xml b/pom.xml
index 842c431..dbb42c3 100755
--- a/pom.xml
+++ b/pom.xml
@@ -182,7 +182,7 @@
       </plugin>
 
       <!-- Disabled the Integration Tests as these seem to hang on the CI server -->
-      <plugin>
+      <!--plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
         <executions>
@@ -193,7 +193,7 @@
             </goals>
           </execution>
         </executions>
-      </plugin>
+      </plugin-->
 
       <!-- Turned off till the JavaDoc tags are all correctly set -->
       <plugin>