You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2017/08/23 20:27:12 UTC

[15/15] any23 git commit: ANY23-304 skip tests in openie module

ANY23-304 skip tests in openie module


Project: http://git-wip-us.apache.org/repos/asf/any23/repo
Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/c40b7888
Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/c40b7888
Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/c40b7888

Branch: refs/heads/master
Commit: c40b7888b9978bc81e6cbe1e05ea77af50367bed
Parents: ef14614
Author: Lewis John McGibbney <le...@gmail.com>
Authored: Wed Aug 23 13:26:23 2017 -0700
Committer: Lewis John McGibbney <le...@gmail.com>
Committed: Wed Aug 23 13:26:23 2017 -0700

----------------------------------------------------------------------
 openie/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/any23/blob/c40b7888/openie/pom.xml
----------------------------------------------------------------------
diff --git a/openie/pom.xml b/openie/pom.xml
index 32d4a0c..8596f91 100644
--- a/openie/pom.xml
+++ b/openie/pom.xml
@@ -97,6 +97,15 @@
   </dependencies>
 
   <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skipTests>true</skipTests>
+        </configuration>
+      </plugin>
+    </plugins>
     <pluginManagement>
       <plugins>
         <plugin>