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:
us...@infra.apache.org


Reply via email to