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

Steve Rowe edited comment on LUCENE-5217 at 10/31/13 7:47 AM:
--------------------------------------------------------------

Patch, hopefully complete.  

In addition to all tests passing in the Maven build after {{ant 
get-maven-poms}}, {{generate-maven-artifacts}} and {{precommit}} both pass.

I'm running {{ant validate-maven-dependencies}} and {{ant nightly-smoke}} now, 
and if no problems surface, I'll commit to trunk.  I plan on letting it soak 
for a few days before backporting to branch_4x. 


was (Author: steve_rowe):
Patch, hopefully complete.  

In addition to all tests passing in the Maven build after {{ant 
get-maven-poms}}, {{generate-maven-artifacts}}and {{precommit}} all pass.

I'm running {{ant validate-maven-dependencies}} {{ant nightly-smoke}} now, and 
if no problems surface, I'll commit to trunk.  I plan on letting it soak for a 
few days before backporting to branch_4x. 

> 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
>         Attachments: 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to