Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-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 59A36E45C for ; Mon, 17 Dec 2012 18:13:29 +0000 (UTC) Received: (qmail 20019 invoked by uid 500); 17 Dec 2012 18:13:28 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 19893 invoked by uid 500); 17 Dec 2012 18:13:28 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 19885 invoked by uid 99); 17 Dec 2012 18:13:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2012 18:13:28 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.160.43] (HELO mail-pb0-f43.google.com) (209.85.160.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2012 18:13:19 +0000 Received: by mail-pb0-f43.google.com with SMTP id um15so3789039pbc.30 for ; Mon, 17 Dec 2012 10:12:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=CXoYDcNd4yftv6UgjIpqoUXWAMnIzd1sMr9309tyBv8=; b=iCBD02ibmB+TKX6iUR+UwWUlCIiBEf8UZwk/USI3xKuT0Oixdfubt3e7BRdSJL8u9Y u08hIJSZiFYaHZmgB/2nVHohLKzA7L+qpvgoOHSCbvO7YpHqW3xtzr7FrYleiIS+OMjw lrVDwbOtBFcQNg570MAIWQCstRwU+vHMcz6DAYXsL6ewT1NXvZOul5hV6jOgswymGJnm 3eoBD80otNff1RuYmWPDfW9ftfM4pYwqf+tyo8MLRhpMiFXiRj5t+5xSh9vLZk2qgZKf xkYZ3EvIji9sOeHTo3gjIdre1P+h+tVutwR116N+6YOMZXAydksb0uUpiTylYYZX/MZ7 KJdg== Received: by 10.66.82.230 with SMTP id l6mr44739712pay.12.1355767970528; Mon, 17 Dec 2012 10:12:50 -0800 (PST) Received: from Stormbringer.local (ip-118-90-74-0.xdsl.xnet.co.nz. [118.90.74.0]) by mx.google.com with ESMTPS id m4sm8959875pav.17.2012.12.17.10.12.47 (version=SSLv3 cipher=OTHER); Mon, 17 Dec 2012 10:12:49 -0800 (PST) Message-ID: <50CF609C.90707@talios.com> Date: Tue, 18 Dec 2012 07:12:44 +1300 From: Mark Derricutt User-Agent: Postbox 3.0.6 (Macintosh/20121022) MIME-Version: 1.0 To: Maven Developers List Subject: Re: Logging References: <14218679-0168-4047-9113-589CA04B9433@tesla.io> <50C642A8.2070607@commonjava.org> <50C6476A.1010807@commonjava.org> <50C648B1.2040205@commonjava.org> <50C64A26.9070909@commonjava.org> <824C0F9C-EE63-404E-B06F-FEF98455594A@tesla.io> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQkLd/mmFAQhTJ0+NjEYUr7kYoVOwZcYM45ECgmO5ZIGBM1rdDtQSX4tV8frR+scuETDjzNB X-Virus-Checked: Checked by ClamAV on apache.org Personally I find "-X dependency:tree" -way- more useful. Half the time when I'm trying to track down dependency problems maven itself fails to fully resolve dependencies and crashes out the mojo without displaying anything useful, so you end up looking though the debug information to find which last dep. resolution triggered things to die. Olivier Lamy wrote: > votes. And IMHO dependency:tree is one of the most important when you > want to debug to dependencies. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org