You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by io...@apache.org on 2013/10/05 17:03:01 UTC

git commit: [CURATOR-61] Remove test exclusion (no longer needed) from curator-framework.

Updated Branches:
  refs/heads/master 6a02a7702 -> 2f37abce3


[CURATOR-61] Remove test exclusion (no longer needed) from curator-framework.


Project: http://git-wip-us.apache.org/repos/asf/incubator-curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-curator/commit/2f37abce
Tree: http://git-wip-us.apache.org/repos/asf/incubator-curator/tree/2f37abce
Diff: http://git-wip-us.apache.org/repos/asf/incubator-curator/diff/2f37abce

Branch: refs/heads/master
Commit: 2f37abce3278c343cbfb1f66079ba259dfc73064
Parents: 6a02a77
Author: Ioannis Canellos <io...@apache.org>
Authored: Sat Oct 5 18:01:39 2013 +0300
Committer: Ioannis Canellos <io...@apache.org>
Committed: Sat Oct 5 18:01:39 2013 +0300

----------------------------------------------------------------------
 curator-framework/pom.xml | 17 -----------------
 1 file changed, 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/2f37abce/curator-framework/pom.xml
----------------------------------------------------------------------
diff --git a/curator-framework/pom.xml b/curator-framework/pom.xml
index af73245..7050b81 100644
--- a/curator-framework/pom.xml
+++ b/curator-framework/pom.xml
@@ -58,21 +58,4 @@
         </dependency>
     </dependencies>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.13</version>
-                <configuration>
-                    <excludes>
-                        <!-- this test sets a system property - it doesn't seem to work with Maven -->
-                        <forkCount>1</forkCount>
-                        <reuseForks>false</reuseForks>
-                        <excludes>**/TestReadOnly.java</excludes>
-                    </excludes>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
 </project>