Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 13315 invoked from network); 19 Nov 2007 14:15:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Nov 2007 14:15:17 -0000 Received: (qmail 13120 invoked by uid 500); 19 Nov 2007 14:15:04 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 13099 invoked by uid 500); 19 Nov 2007 14:15:04 -0000 Mailing-List: contact ivy-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@incubator.apache.org Delivered-To: mailing list ivy-user@incubator.apache.org Received: (qmail 13090 invoked by uid 99); 19 Nov 2007 14:15:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2007 06:15:04 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gscokart@gmail.com designates 64.233.162.236 as permitted sender) Received: from [64.233.162.236] (HELO nz-out-0506.google.com) (64.233.162.236) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2007 14:14:51 +0000 Received: by nz-out-0506.google.com with SMTP id o37so1379402nzf for ; Mon, 19 Nov 2007 06:14:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:x-mimeole:in-reply-to:thread-index; bh=G3aQontVdjpfzZlvbPdx7QDRO8IHEikk/8v9hZP9qso=; b=Ldd/c1hZONpvJHclwGBJ+6IrxyXNxQvse6oGzkM7NKvex9fPSospXDtsDjRzbbylt3xXjcF+ryCkw2L7jSNV/VUTmndA3t8B8OqW6fpY/rQxuFiv0m0nlshBS0kyzipKVKojDMmS4MDtfcXllswrk5Ucp5q/bGC9z7y/b19xOak= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:x-mimeole:in-reply-to:thread-index; b=dKS9DVxWjNvPt86/OZWBYxK82hxYe3LrK12XORWz0I45p7Nr9/DmUWtGgLorMt5erTm4rfTb8QtYc/FrfeMbDDmJ3p6JoUewkmOYFB3TGQ3w+KSIB7VN3BN0McUJ5dlofupBMG/BRM9Vd2/fkgSC2iX+4QvjVZlVGlW/iAxdN0Y= Received: by 10.143.160.1 with SMTP id m1mr1050296wfo.1195481684424; Mon, 19 Nov 2007 06:14:44 -0800 (PST) Received: from SCOKARTGXP ( [195.122.110.8]) by mx.google.com with ESMTPS id 30sm13941303ugf.2007.11.19.06.14.32 (version=SSLv3 cipher=RC4-MD5); Mon, 19 Nov 2007 06:14:43 -0800 (PST) From: "Gilles Scokart" To: Subject: RE: retrieving 'profiled' m2 artifacts Date: Mon, 19 Nov 2007 15:14:23 +0100 Message-ID: <00ec01c82ab6$81e56c90$0920a8c0@isabelteam.be> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 In-Reply-To: <474198F3.30001@apache.org> Thread-Index: AcgqtdyvtkKlogEYRciKDO5Ah5dD8QAAHy9g X-Virus-Checked: Checked by ClamAV on apache.org Yes : mvn -P profile1[,profilen]* But you can also set profile automatically from your maven settings files. Gilles > -----Original Message----- > From: Steve Loughran [mailto:stevel@apache.org] > Sent: lundi 19 novembre 2007 15:09 > To: ivy-user@incubator.apache.org > Subject: retrieving 'profiled' m2 artifacts > > > There's now a POM file for TestNG 5.7 up on the repository > http://repo1.maven.org/maven2/org/testng/testng/5.7/testng-5.7.pom > > however, it is 'profiled'; different artifacts and dependencies for > java1.5 and java1.4. > > I don't think trying to chase all of M2's logic about profile selection > and the like is worthwhile, but Ivy does need some way of requesting a > specific profile. I didnt see anything in the online documentation -is > there a profile attribute that I've missed? > > -steve > > -- > Steve Loughran http://www.1060.org/blogxter/publish/5 > Author: Ant in Action http://antbook.org/