Return-Path: Delivered-To: apmail-maven-dev-archive@www.apache.org Received: (qmail 7087 invoked from network); 19 Feb 2010 17:53:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Feb 2010 17:53:51 -0000 Received: (qmail 9412 invoked by uid 500); 19 Feb 2010 17:53:50 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 9305 invoked by uid 500); 19 Feb 2010 17:53:50 -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 9295 invoked by uid 99); 19 Feb 2010 17:53:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Feb 2010 17:53:50 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of stephen.alan.connolly@gmail.com designates 209.85.218.214 as permitted sender) Received: from [209.85.218.214] (HELO mail-bw0-f214.google.com) (209.85.218.214) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Feb 2010 17:53:40 +0000 Received: by bwz6 with SMTP id 6so344323bwz.36 for ; Fri, 19 Feb 2010 09:53:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=jgqGusYXY0OWUJiboCd/ZFbcTDopB/vczTbMEPyuD/o=; b=ZhOGyIIGFnUWtdWQGrU1D6V1jfovy0AaxX9s4DvactbWW6/xkGvNvR0AHl9SM/pzb3 Tk1p0ox+Jz6gxjhyZg/9niJX0vMMT3XZSqZzEiiEhfrB+j7BY4cNHRDBNsiZAGF4ZkKX tSovwjItn7ovOZxLzaSMn1L+g13iywyzPlxdQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=FKBR1+FD09zc7jM1VIG7ZOYs2sPonipIj6OwF8a+R9ZxwXrtV1JiuAJz9eqK2GVvuw NCfTGazQMbZX29TC3CTsL0gYAvxrU7KcWLOR1qw2mkGe5cVLrcG7ISFNE1IFQriI4Oqk 4gNm0sjCbWuJuhI0FWO+gvCma9GOubYEi/tjw= MIME-Version: 1.0 Received: by 10.204.133.21 with SMTP id d21mr455862bkt.108.1266601999295; Fri, 19 Feb 2010 09:53:19 -0800 (PST) In-Reply-To: <27657303.post@talk.nabble.com> References: <27626122.post@talk.nabble.com> <20FC2CC6-6970-4BAE-A4E5-526CA0470D7D@coremedia.com> <88c1b41002190025y31c7f2fdm6995ad470b6bf84e@mail.gmail.com> <27651482.post@talk.nabble.com> <88c1b41002190405u263edb76l7fd9252c37fa1ccf@mail.gmail.com> <27657303.post@talk.nabble.com> Date: Fri, 19 Feb 2010 17:53:19 +0000 Message-ID: <88c1b41002190953u6d41c85bwd63efe94f892c463@mail.gmail.com> Subject: Re: custom maven plugin default phase From: Stephen Connolly To: Maven Developers List Content-Type: multipart/alternative; boundary=0015174488f83d660c047ff7c2ca X-Virus-Checked: Checked by ClamAV on apache.org --0015174488f83d660c047ff7c2ca Content-Type: text/plain; charset=ISO-8859-1 what maven gives you is a consistent set of phases that any developer only has to learn once. and it is easy to see what is bound to what phase. With ant build files it's a rats nest of interconnected targets. Go with what works for you On 19 February 2010 17:30, tbee wrote: > > > > Stephen Connolly-2 wrote: > > > > I'm talking about in the projects that use your plugin > > > > Seeing how these build file are growing and growing, and the amount of > lines > that are required to include a plugin, I'm starting to doubt if Maven is > "the" way to go. Maybe Ant with some default build scripts and Ivy is > better. > -- > View this message in context: > http://old.nabble.com/custom-maven-plugin-default-phase-tp27626122p27657303.html > Sent from the Maven Developers mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org > For additional commands, e-mail: dev-help@maven.apache.org > > --0015174488f83d660c047ff7c2ca--