Hi, Is it possible to add one more target in Tika 0.6 build scripts to generate a Tika-classes-only jar along with the tika-standalone.jar (which contains the Tika classes + all the dependent jars)?
This is 'coz we usually use most of the dependent jars in our application and adding the Tika standalone jar to the classpath is duplicating the code already present. Although, not a major concern in most cases but sometimes the dependent jars' code in Tika standalone overrides those in the actual patched jars (we used patched versions of log4j and a few other jars). I tried changing the scripts in Tika-app folder and built the Tika 0.5 source to achieve this. The only change is to remove/comment the <Embed-Dependency> and <Embed-Transitive> tags (lines 55 and 56) in tika-app\pom.xml file. I would love to see if this gets integrated into the new release. Thanks, Kumar