Repository: tika Updated Branches: refs/heads/2.x 8a5923dd6 -> e5d43a3a1
TIKA-1860 - Temp disable osgi integration tests so tika-core builds. Project: http://git-wip-us.apache.org/repos/asf/tika/repo Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/e5d43a3a Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/e5d43a3a Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/e5d43a3a Branch: refs/heads/2.x Commit: e5d43a3a18f88ba2e1ea36f9d29fb164b190785e Parents: 8a5923d Author: Bob Paulin <[email protected]> Authored: Sat Feb 27 09:16:32 2016 -0600 Committer: Bob Paulin <[email protected]> Committed: Sat Feb 27 09:16:32 2016 -0600 ---------------------------------------------------------------------- tika-parser-modules/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tika/blob/e5d43a3a/tika-parser-modules/pom.xml ---------------------------------------------------------------------- diff --git a/tika-parser-modules/pom.xml b/tika-parser-modules/pom.xml index 49371aa..dbef813 100644 --- a/tika-parser-modules/pom.xml +++ b/tika-parser-modules/pom.xml @@ -192,7 +192,7 @@ </execution> </executions> </plugin> - <plugin> + <!-- <plugin> <artifactId>maven-failsafe-plugin</artifactId> <executions> <execution> @@ -215,7 +215,7 @@ </property> </systemProperties> </configuration> - </plugin> + </plugin>--> </plugins> </pluginManagement> </build>
