You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by GitBox <gi...@apache.org> on 2020/09/03 15:21:20 UTC

[GitHub] [tika] tballison commented on pull request #350: Fix java build errors caused by wrong depenency settings

tballison commented on pull request #350:
URL: https://github.com/apache/tika/pull/350#issuecomment-686565825


   This is a great catch.  Thank you!  
   
   I'm really frustrated that I didn't catch this locally and also that the ci didn't catch it because of the snapshot repo.
   
   I had incorrectly hoped that maven would pull all the submodules in "tika-parsers" as dependencies, and maven just doesn't work like that, apparently.
   
   I'm working on a fix now that moves tika-parsers to tika-parser-modules, and then adds a "jar" module "tika-parsers" that uses all of the parsers in tika-parsers-modules.  I'd like to avoid having tika-app and tika-server have to specify all of the parsers in tika-parsers.  I'd like to package them as one "tika-parsers" package.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org