Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 74157 invoked from network); 9 Aug 2010 09:09:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Aug 2010 09:09:15 -0000 Received: (qmail 51634 invoked by uid 500); 9 Aug 2010 09:09:15 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 51431 invoked by uid 500); 9 Aug 2010 09:09:13 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 51423 invoked by uid 99); 9 Aug 2010 09:09:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Aug 2010 09:09:12 +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; Mon, 09 Aug 2010 09:09:10 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7998m9M008634 for ; Mon, 9 Aug 2010 09:08:48 GMT Message-ID: <29654333.1651281344928660.JavaMail.jira@thor> Date: Mon, 9 Aug 2010 05:08:48 -0400 (EDT) From: "Dejan Bosanac (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQ-2856) m2eclipse fails to update maven project configuration In-Reply-To: <16050511.56921281058605384.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-2856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dejan Bosanac resolved AMQ-2856. -------------------------------- Assignee: Dejan Bosanac Fix Version/s: 5.4.0 Resolution: Fixed OSGi dependency removed altogether as it's not included in the distro anymore. > m2eclipse fails to update maven project configuration > ----------------------------------------------------- > > Key: AMQ-2856 > URL: https://issues.apache.org/activemq/browse/AMQ-2856 > Project: ActiveMQ > Issue Type: Bug > Environment: ubuntu 10.4, java6, eclipse 3.4, m2eclipse 0.10.2.20100623-1649 > Reporter: Norman Maurer > Assignee: Dejan Bosanac > Fix For: 5.4.0 > > Attachments: activemq-assembly-pom.diff > > > If you try to "Update Project Configuration" via m2eclipse plugin you see the following error: > [ERROR] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.osgi:org.osgi.core:jar -> duplicate declaration of version (?) @ org.apache.activemq:apache-activemq:5.4-SNAPSHOT, /home/maurer/workspace2/activemq-trunk/assembly/pom.xml > This is caused because the dependecy of org.osgi.core is specified two times (with different qualifiers). m2eclipse is really strict on that. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.