[ https://issues.apache.org/jira/browse/TIKA-1816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15175318#comment-15175318 ] ASF GitHub Bot commented on TIKA-1816: -------------------------------------- GitHub user thammegowda opened a pull request: https://github.com/apache/tika/pull/84 TIKA1816 : NER model download via maven proxy ( from 1.x to 2.x) This PR brings proxy based downloading feature from 1.x branch to 2.x Closes TIKA-1816 You can merge this pull request into a Git repository by running: $ git pull https://github.com/thammegowda/tika 2.x-TIKA-1816 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/tika/pull/84.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #84 ---- commit c4feaff19187f548730f48a77fc437ca12bb40b4 Author: Thamme Gowda Date: 2016-03-02T09:12:26Z Copy Proxy download fix to 2.x ---- > Lenient testing for NamedEntityParser > ------------------------------------- > > Key: TIKA-1816 > URL: https://issues.apache.org/jira/browse/TIKA-1816 > Project: Tika > Issue Type: Bug > Components: parser > Reporter: Thamme Gowda N > Labels: memex > Fix For: 1.13 > > Attachments: TIKA-1816-proxy-fix.patch > > > NamedEntityParser has a hard setup requirement like downloading of NER models from remote servers and adding them to classpath. > These model files are huge and hence are not added to source control. > So, the tests are most likely to fail in various environments. > Make the best effort to set up the tests, but in the worst case skip tests instead of failing the whole build process. -- This message was sent by Atlassian JIRA (v6.3.4#6332)