You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2017/04/16 22:32:58 UTC

[67/72] [abbrv] flex-blazeds git commit: - Commented out the failsafe plugin (again) because I still haven't tested the file-lock problem on Windows

- Commented out the failsafe plugin (again) because I still haven't tested the file-lock problem on Windows


Project: http://git-wip-us.apache.org/repos/asf/flex-blazeds/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-blazeds/commit/3e49fb35
Tree: http://git-wip-us.apache.org/repos/asf/flex-blazeds/tree/3e49fb35
Diff: http://git-wip-us.apache.org/repos/asf/flex-blazeds/diff/3e49fb35

Branch: refs/heads/master
Commit: 3e49fb3522da3b003a87ef2f114c879d5ad6a366
Parents: 1a2c89d
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Mon Feb 27 19:24:52 2017 +0100
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Mon Feb 27 19:24:52 2017 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/3e49fb35/pom.xml
----------------------------------------------------------------------
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>