Repository: tika Updated Branches: refs/heads/2.x b95c9f703 -> 125902c47
TIKA-1860 - Disable osgi integration tests. Still an issue with good tika-core. Project: http://git-wip-us.apache.org/repos/asf/tika/repo Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/125902c4 Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/125902c4 Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/125902c4 Branch: refs/heads/2.x Commit: 125902c47d3c15d1c6021b20b2cf4affb99e5b7c Parents: b95c9f7 Author: Bob Paulin <[email protected]> Authored: Sat Feb 27 10:54:59 2016 -0600 Committer: Bob Paulin <[email protected]> Committed: Sat Feb 27 10:54:59 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/125902c4/tika-parser-modules/pom.xml ---------------------------------------------------------------------- diff --git a/tika-parser-modules/pom.xml b/tika-parser-modules/pom.xml index 49371aa..536b1d2 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>
