[
https://issues.apache.org/jira/browse/LUCENE-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13447766#comment-13447766
]
Steven Rowe commented on LUCENE-4354:
-------------------------------------
bq. After nuking ~/.m2 it downloads all dependency JAR files from maven
central, but it also downloads snapshot Lucene JARS, although it built them
before. Can we supress this. Its not a problem for the license checker (because
it excludes all those JARS), but i makes me nervous...
This happens because the Apache snapshot repo is listed in the poms, but it
shouldn't be - we should never download Lucene/Solr snapshots as part of the
build. I'll open an issue.
> add validate-maven task to check maven dependencies
> ---------------------------------------------------
>
> Key: LUCENE-4354
> URL: https://issues.apache.org/jira/browse/LUCENE-4354
> Project: Lucene - Core
> Issue Type: Task
> Reporter: Robert Muir
> Attachments: LUCENE-4354-dep-fix.patch,
> LUCENE-4354_hacked_lucene_only.patch, LUCENE-4354.patch, LUCENE-4354.patch,
> LUCENE-4354.patch, LUCENE-4354.patch
>
>
> We had a situation where the maven artifacts depended on the wrong version of
> tika: we should test that the maven dependencies are correct.
> An easy way to do this is to force it to download all of its dependencies,
> and then run our existing license checks over that.
> This currently fails: maven is bringing in some extra 3rd party libraries.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]