Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 71149 invoked from network); 21 Apr 2006 02:07:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Apr 2006 02:07:55 -0000 Received: (qmail 20489 invoked by uid 500); 21 Apr 2006 02:07:50 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 20437 invoked by uid 500); 21 Apr 2006 02:07:50 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 20422 invoked by uid 99); 21 Apr 2006 02:07:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Apr 2006 19:07:49 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of dantran@gmail.com designates 66.249.82.198 as permitted sender) Received: from [66.249.82.198] (HELO xproxy.gmail.com) (66.249.82.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Apr 2006 19:07:49 -0700 Received: by xproxy.gmail.com with SMTP id i31so207182wxd for ; Thu, 20 Apr 2006 19:07:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=EwVfAVLnZty8yCSyOuCV7n3MSddC/1Q8bZ3fpnuCTIO6Ro5eOTCrjAoy2LYJGeZ3U6o7S8oliaseJ2py8osCmySXyvN0r6G4oCwb/CQwJ0dvcWXZEAAmRUw8ZuNOIlkhYdrKZuMwQPVoUPPZvfdf6xE/1QCSoK2nPLb1c23RXII= Received: by 10.70.109.19 with SMTP id h19mr38023wxc; Thu, 20 Apr 2006 19:07:28 -0700 (PDT) Received: by 10.70.92.13 with HTTP; Thu, 20 Apr 2006 19:07:28 -0700 (PDT) Message-ID: Date: Thu, 20 Apr 2006 19:07:28 -0700 From: "dan tran" To: "Maven Users List" Subject: Re: [m203] Get names of all transitive dependencies in a mojo In-Reply-To: <71dfa56d0604201856w26f6c636kb9662dec7e43f368@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_11213_7270785.1145585248268" References: <4446AC34.3040400@bluewin.ch> <71dfa56d0604201856w26f6c636kb9662dec7e43f368@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_11213_7270785.1145585248268 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline isn't it project.getArtifacts()? -D On 4/20/06, Jamie Bisotti wrote: > > On 4/19/06, Michael Meyer wrote: > > > > Me neither. > > michael > > > > Ruel Loehr schrieb: > > > I didn't. Feel free to open it. > > > > > > Ruel Loehr > > > JBoss QA > > > > > > ----------------------------- > > > 512-342-7840 ext 2011 > > > Yahoo: ruelloehr > > > Skype: ruelloehr > > > AOL: dokoruel > > > > > > -----Original Message----- > > > From: Jamie Bisotti [mailto:jbisotti@gmail.com] > > > Sent: Wednesday, April 19, 2006 3:05 PM > > > To: Maven Users List > > > Subject: Re: [m203] Get names of all transitive dependencies in a moj= o > > > > > > On 4/12/06, Michael Meyer wrote: > > >> Thanks, > > >> I guess I'll have to build my own utility class with some of the cod= e > > > of > > >> the dependency-plugin. > > >> I agree with you that this functionality "should be pushed into the > > > core > > >> code". It would > > >> be cool if there was a simple method like getTransitiveDependencies(= ) > > >> somewhere :-) > > >> > > >> Cheers michael > > >> > > >> > > >> Ruel Loehr schrieb: > > >>> Check out the dependency plugin. It has all the code you need. > > >>> This seems to be a common need though (I do it in at least 3 > > > plugins). > > >>> Maybe it is something that should be pushed into the core code? > > >>> > > >>> > > >>> > > >>> Ruel Loehr > > >>> JBoss QA > > >>> > > >>> ----------------------------- > > >>> 512-342-7840 ext 2011 > > >>> Yahoo: ruelloehr > > >>> Skype: ruelloehr > > >>> AOL: dokoruel > > >>> -----Original Message----- > > >>> From: Michael Meyer [mailto:michael-meyer@bluewin.ch] > > >>> Sent: Wednesday, April 12, 2006 2:57 AM > > >>> To: Maven Users List > > >>> Subject: [m203] Get names of all transitive dependencies in a mojo > > >>> > > >>> Hi, > > >>> how can I retrive the names of all dependencies including the > > > transitive > > >>> dependencies in a Java Plugin (Mojo)? > > >>> I took a look at the code of the eclipse plugin but the dependency > > > part > > >>> seemed a bit complicated for > > >>> "just" getting all transitive dependencies. And I'm not familier > > > with > > >>> the term "reactor" that made understanding the > > >>> code a bit awkward ;-) > > >>> > > >>> michael > > >>> > > >>> > > > --------------------------------------------------------------------- > > >>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > > >>> For additional commands, e-mail: users-help@maven.apache.org > > >>> > > >>> > > >>> > > > --------------------------------------------------------------------- > > >>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > > >>> For additional commands, e-mail: users-help@maven.apache.org > > >>> > > >>> > > >> > > >> --------------------------------------------------------------------= - > > >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > > >> For additional commands, e-mail: users-help@maven.apache.org > > >> > > >> > > > Did anyone file a JIRA issue requesting this? > > > > > > -- > > > Jamie Bisotti > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > > > For additional commands, e-mail: users-help@maven.apache.org > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > > For additional commands, e-mail: users-help@maven.apache.org > > > > > I don't currently need this functionality. I was simply trying to point > out > that mentioning something would be useful on a mailing list is almost > never > going to result in it being implemented. If you really would like to see > it, you need to open a JIRA issue. > > -- > Jamie Bisotti > > ------=_Part_11213_7270785.1145585248268--