Return-Path: Delivered-To: apmail-maven-continuum-issues-archive@locus.apache.org Received: (qmail 40196 invoked from network); 31 Jan 2008 17:16:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jan 2008 17:16:27 -0000 Received: (qmail 66761 invoked by uid 500); 31 Jan 2008 17:16:18 -0000 Delivered-To: apmail-maven-continuum-issues-archive@maven.apache.org Received: (qmail 66740 invoked by uid 500); 31 Jan 2008 17:16:18 -0000 Mailing-List: contact continuum-issues-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-issues@maven.apache.org Received: (qmail 66728 invoked by uid 99); 31 Jan 2008 17:16:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2008 09:16:18 -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: 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; Thu, 31 Jan 2008 17:15:51 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 123101620003 for ; Thu, 31 Jan 2008 11:15:58 -0600 (CST) Message-ID: <14781819.1201799758071.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Thu, 31 Jan 2008 11:15:58 -0600 (CST) From: "Geert Pante (JIRA)" To: continuum-issues@maven.apache.org Subject: [jira] Created: (CONTINUUM-1641) Allow to upload a Maven 2 POM with modules, if it's nonRecursive MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Allow to upload a Maven 2 POM with modules, if it's nonRecursive ---------------------------------------------------------------- Key: CONTINUUM-1641 URL: http://jira.codehaus.org/browse/CONTINUUM-1641 Project: Continuum Issue Type: Improvement Reporter: Geert Pante This happens when adding a Maven 2 project. If you have a Maven2 project with modules, continuum will recursively add all its submodules, unless you specify it as a nonRecursiveProject ("For multi modules project, load only root as recursive build"). If you have a project with modules, continuum will find the modules by appending the module name to the Pom URL base directory. So this obviously cannot work if you use 'upload POM' instead of a POM Url. In this case you get a nice warning: Cannot upload a Maven 2 project with modules. However, it should be possible to upload a Maven 2 project POM with modules, if you specify it as a nonRecursiveProject, since continuum doesn't need to resolve the modules. -- 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