Return-Path: Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: (qmail 91110 invoked from network); 1 Jan 2010 09:05:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Jan 2010 09:05:27 -0000 Received: (qmail 13288 invoked by uid 500); 1 Jan 2010 09:05:27 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 13206 invoked by uid 500); 1 Jan 2010 09:05:27 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 13196 invoked by uid 99); 1 Jan 2010 09:05:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jan 2010 09:05:26 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jan 2010 09:05:16 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 7286C14A82F3 for ; Fri, 1 Jan 2010 03:04:55 -0600 (CST) Date: Fri, 1 Jan 2010 03:04:55 -0600 (CST) From: "Dan Tran (JIRA)" To: issues@maven.apache.org Message-ID: <5188221.49750.1262336695458.JavaMail.haus-jira@codehaus01.managed.contegix.com> In-Reply-To: <1043338.87891247667622898.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Closed: (MDEP-219) mvn dependency:analyze -DoutputXML=true does not include classifier in XML output MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MDEP-219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Tran closed MDEP-219. ------------------------- Resolution: Won't Fix Fix Version/s: 2.2 Assignee: Dan Tran (was: Brian Fox) dependency:analyzer ( 2.1 ) nolonger shows the suggested xml fragment. user can always come up with the xml fragment base on analyser output > mvn dependency:analyze -DoutputXML=true does not include classifier in XML output > ---------------------------------------------------------------------------------- > > Key: MDEP-219 > URL: http://jira.codehaus.org/browse/MDEP-219 > Project: Maven 2.x Dependency Plugin > Issue Type: Bug > Components: analyze > Affects Versions: 2.2 > Environment: % mvn --version > Apache Maven 2.2.0 (r788681; 2009-06-26 08:04:01-0500) > Java version: 1.6.0_14 > Java home: /opt/jdk1.6.0_14/jre > Default locale: en_US, platform encoding: ISO-8859-1 > OS name: "linux" version: "2.6.27.24-78.2.53.fc9.x86_64" arch: "i386" Family: "unix" > Reporter: Mike Hanafey > Assignee: Dan Tran > Priority: Minor > Fix For: 2.2 > > > If a dependency requires a classifier to specify it (in the example below, the classifier is a datatype, and there are "int", "long", "float", and "double" flavors), the XML fragment omits the classifier: > {code} > [INFO] [dependency:analyze {execution: default-cli}] > [WARNING] Used undeclared dependencies found: > [WARNING] jal:jal:jar:double:1.0:compile > [INFO] Add the following to your pom to correct the missing dependencies: > [INFO] > > jal > jal > 1.0 > > {code} > In this example the correct XML would be: > {code} > > jal > jal > double > 1.0 > > {code} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira