From continuum-dev-return-5407-apmail-maven-continuum-dev-archive=maven.apache.org@maven.apache.org Sat Nov 18 08:52:29 2006 Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 56562 invoked from network); 18 Nov 2006 08:52:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Nov 2006 08:52:28 -0000 Received: (qmail 13081 invoked by uid 500); 18 Nov 2006 08:52:37 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 13058 invoked by uid 500); 18 Nov 2006 08:52:37 -0000 Mailing-List: contact continuum-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-dev@maven.apache.org Received: (qmail 13047 invoked by uid 99); 18 Nov 2006 08:52:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Nov 2006 00:52:37 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [63.246.7.148] (HELO mail.maven.org) (63.246.7.148) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Nov 2006 00:52:22 -0800 Received: (qmail 30007 invoked by uid 89); 18 Nov 2006 08:52:00 -0000 Received: from unknown (HELO ?jR?????IPv6:::1?) (jason@maven.org@127.0.0.1) by mail.maven.org with ESMTPA; 18 Nov 2006 08:52:00 -0000 Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <20061114212202.2F3D61A9846@eris.apache.org> References: <20061114212202.2F3D61A9846@eris.apache.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <291E45FB-5743-43A9-AAEC-EC3B4CA2B8F1@maven.org> Content-Transfer-Encoding: 7bit From: Jason van Zyl Subject: Re: svn commit: r474987 - in /maven/continuum/trunk/continuum-core: ./ src/main/java/org/apache/maven/continuum/ src/main/java/org/apache/maven/continuum/build/settings/ src/main/java/org/apache/maven/continuum/buildcontroller/ src/main/java/org/apache/mav... Date: Sat, 18 Nov 2006 03:51:55 -0500 To: continuum-dev@maven.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org On 14 Nov 06, at 4:22 PM 14 Nov 06, jmcconnell@apache.org wrote: > Author: jmcconnell > Date: Tue Nov 14 13:21:59 2006 > New Revision: 474987 > > URL: http://svn.apache.org/viewvc?view=rev&rev=474987 > Log: > continuum-758 converted continuum-core over to use the plexus-maven- > plugin where it can in generation of the components.xml and then a > merge with the components can can't be totally configured that > way. This tore a lot of the meat out of the existing > components.xml and should make working with the settings we need to > manage with it a lot easier. I commented where the components that > are in continuum-core that couldn't be configured with the plugin > in the components.xml file that we are merging in. > Nice! Jason.