Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
0.1-incubating
-
I'm building in both Mac OS X 10.6 and Ubuntu, using maven, but I assume it will affect anyone building with maven.
Description
When you try to build grid-product using maven, one of the dependencies that it wants to download from the Apache repository is tika version 0.2-SNAPSHOT, which no longer exists. Anyone who already has the dependency won't notice, but I think this will affect anyone who is a new developer (like me), who is trying to download the dependencies anew.
Unless there is a compelling reason to continue using 0.2-SNAPSHOT, I suggest we change the version of tika to plain 0.2. Making this change allowed me to build grid-product successfully.