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 <[email protected]> Authored: Wed Aug 23 13:26:23 2017 -0700 Committer: Lewis John McGibbney <[email protected]> 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>
