You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/11/13 03:08:18 UTC

[jira] [Commented] (LUCENE-5217) disable transitive dependencies in maven config

    [ https://issues.apache.org/jira/browse/LUCENE-5217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13820832#comment-13820832 ] 

ASF subversion and git services commented on LUCENE-5217:
---------------------------------------------------------

Commit 1541355 from [~steve_rowe] in branch 'dev/trunk'
[ https://svn.apache.org/r1541355 ]

Move LUCENE-5217 and LUCENE-5322 entries to the 4.7 section

> disable transitive dependencies in maven config
> -----------------------------------------------
>
>                 Key: LUCENE-5217
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5217
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Robert Muir
>            Assignee: Steve Rowe
>             Fix For: 4.6, 5.0
>
>         Attachments: LUCENE-5217.patch, LUCENE-5217.patch, LUCENE-5217.patch, LUCENE-5217.patch
>
>
> Our ivy configuration does this: each dependency is specified and so we know what will happen. Unfortunately the maven setup is not configured the same way.
> Instead the maven setup is configured to download the internet: and it excludes certain things specifically.
> This is really hard to configure and maintain: we added a 'validate-maven-dependencies' that tries to fail on any extra jars, but all it really does is run a license check after maven "runs". It wouldnt find unnecessary dependencies being dragged in if something else in lucene was using them and thus they had a license file.
> Since maven supports wildcard exclusions: MNG-3832, we can disable this transitive shit completely.
> We should do this, so its configuration is the exact parallel of ivy.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org