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/09 03:44:02 UTC

[GitHub] [tika] PeterAlfredLee opened a new pull request #354: Remove dependency tika-parsers test-jar in tika-server and tika-examples

PeterAlfredLee opened a new pull request #354:
URL: https://github.com/apache/tika/pull/354


   The `tika-parsers` is not generating `test-jar` with the recent commit `a504d7e`, but `tika-server` and `tika-examples` are still using it as dependency. This would lead to the building failure, and this PR is a fix for it.
   
   Such kind of problems could not be easily found with local builds and jenkins builds - both of them have maven cache in `~/.m2/`. To find these problems needs cleaning all cache before maven building, and for most of time this is pretty time consuming.
   
   I'm thinking about if we should add `Github Actions` building for Tika(see also PR [#333](https://github.com/apache/tika/pull/333)). It seems that actions could build without any cache, and it's downloading dependency pretty fast.
   
   Ideas?


----------------------------------------------------------------
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



[GitHub] [tika] tballison merged pull request #354: Remove dependency tika-parsers test-jar in tika-server and tika-examples

Posted by GitBox <gi...@apache.org>.
tballison merged pull request #354:
URL: https://github.com/apache/tika/pull/354


   


----------------------------------------------------------------
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