Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 538DCD94B for ; Tue, 4 Sep 2012 15:00:11 +0000 (UTC) Received: (qmail 178 invoked by uid 500); 4 Sep 2012 15:00:08 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 99990 invoked by uid 500); 4 Sep 2012 15:00:08 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 99948 invoked by uid 99); 4 Sep 2012 15:00:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2012 15:00:08 +0000 Date: Wed, 5 Sep 2012 02:00:08 +1100 (NCT) From: "Uwe Schindler (JIRA)" To: dev@lucene.apache.org Message-ID: <1095958889.32948.1346770808654.JavaMail.jiratomcat@arcas> In-Reply-To: <1620002722.32170.1346756647829.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (LUCENE-4354) add validate-maven task to check maven dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13447736#comment-13447736 ] Uwe Schindler commented on LUCENE-4354: --------------------------------------- Looks fine now for Lucene! For consistency with the other maven macros, i would rename to , then it is consistent with others. And maybe move it up to be next to each other, so not distributes over whole common-build.xml. > 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 > > > 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: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org