Return-Path: Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: (qmail 97890 invoked from network); 9 Dec 2010 08:13:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Dec 2010 08:13:24 -0000 Received: (qmail 41114 invoked by uid 500); 9 Dec 2010 08:13:24 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 41070 invoked by uid 500); 9 Dec 2010 08:13:24 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 41054 invoked by uid 99); 9 Dec 2010 08:13:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Dec 2010 08:13:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Dec 2010 08:13:22 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oB98D228007475 for ; Thu, 9 Dec 2010 08:13:02 GMT Message-ID: <22400143.32771291882382866.JavaMail.jira@thor> Date: Thu, 9 Dec 2010 03:13:02 -0500 (EST) From: "Andreas Pieber (JIRA)" To: issues@karaf.apache.org Subject: [jira] Updated: (KARAF-319) Pom hierarchy error In-Reply-To: <29757698.32751291882381360.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KARAF-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Pieber updated KARAF-319: --------------------------------- Attachment: parent.patch > Pom hierarchy error > ------------------- > > Key: KARAF-319 > URL: https://issues.apache.org/jira/browse/KARAF-319 > Project: Karaf > Issue Type: Bug > Affects Versions: 2.1.2, 2.1.3 > Reporter: Andreas Pieber > Priority: Blocker > Fix For: 2.1.3 > > Attachments: parent.patch > > > The hierarchy between itests and its sub-projects is not correct. The subprojects of itests reference to the root pom and not to their direct parent. This cannot work if you execute mvn clean:install with an empty maven repository. This only affects the 2.1.x branch. On the master it is correct. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.