From issues-return-5178-apmail-continuum-issues-archive=continuum.apache.org@continuum.apache.org Mon Mar 08 14:02:41 2010 Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 50960 invoked from network); 8 Mar 2010 14:02:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Mar 2010 14:02:41 -0000 Received: (qmail 18556 invoked by uid 500); 8 Mar 2010 14:02:17 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 18532 invoked by uid 500); 8 Mar 2010 14:02:17 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 18524 invoked by uid 99); 8 Mar 2010 14:02:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Mar 2010 14:02:17 +0000 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: 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; Mon, 08 Mar 2010 14:02:16 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 2A4C016000AD for ; Mon, 8 Mar 2010 08:01:55 -0600 (CST) Date: Mon, 8 Mar 2010 08:01:55 -0600 (CST) From: "regis (JIRA)" To: issues@continuum.apache.org Message-ID: <22260247.102105.1268056915155.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Created: (CONTINUUM-2481) Can not distribute project builds from a same group. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 Can not distribute project builds from a same group. ---------------------------------------------------- Key: CONTINUUM-2481 URL: http://jira.codehaus.org/browse/CONTINUUM-2481 Project: Continuum Issue Type: Improvement Components: Distributed Builds Affects Versions: 1.3.4 Environment: Maven 2.1.0-M1 / Continuum 1.3.4 using distributed builds. Reporter: regis Priority: Critical At the moment, if a group build is launched, all project from the group are distributed to the same build agent. This rule makes the distributed builds process ineffective if we have a few groups containing a lot of project. Splitting the groups does not make sense because we must not considere some technical limits into a functionnal feature. We can use a common maven repository that could be configured into a maven profile, and instead of calling "install", we call "deploy" using this profil : "mvn -P clean deploy" Then, all the artifacts from any build agent will be deployed into the same maven repository. So all projects are available for any other and at any time. The user should be able to build a group AND to choice the distribution mode of the builds. -- 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