Repository: tika Updated Branches: refs/heads/2.x d621ce8d4 -> 6178e986f
Comment out missing API checks We're breaking things, so this doesn't make sense for 2.x until we release Project: http://git-wip-us.apache.org/repos/asf/tika/repo Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/33d13420 Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/33d13420 Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/33d13420 Branch: refs/heads/2.x Commit: 33d134203b3841bee142f792b3fd8bbb1db4057a Parents: d621ce8 Author: Ken Krugler <[email protected]> Authored: Wed Feb 10 15:45:36 2016 -0800 Committer: Ken Krugler <[email protected]> Committed: Wed Feb 10 15:45:36 2016 -0800 ---------------------------------------------------------------------- tika-core/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tika/blob/33d13420/tika-core/pom.xml ---------------------------------------------------------------------- diff --git a/tika-core/pom.xml b/tika-core/pom.xml index fbd04a7..d8512eb 100644 --- a/tika-core/pom.xml +++ b/tika-core/pom.xml @@ -122,6 +122,7 @@ </excludes> </configuration> </plugin> + <!-- Don't check for missing APIs, since we're breaking things <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>clirr-maven-plugin</artifactId> @@ -139,8 +140,6 @@ <comparisonArtifact> <groupId>org.apache.tika</groupId> <artifactId>tika-core</artifactId> - <!-- Check against 1.11 for now, switch to 2.0 post-release --> - <!-- We expect to have broken things since 1.0! --> <version>1.11</version> <type>jar</type> </comparisonArtifact> @@ -149,6 +148,7 @@ </execution> </executions> </plugin> + --> <plugin> <artifactId>maven-failsafe-plugin</artifactId> <executions>
