Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 96229 invoked from network); 4 Aug 2006 18:45:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Aug 2006 18:45:00 -0000 Received: (qmail 45365 invoked by uid 500); 4 Aug 2006 18:45:00 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 45251 invoked by uid 500); 4 Aug 2006 18:45:00 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 45242 invoked by uid 99); 4 Aug 2006 18:45:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2006 11:45:00 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2006 11:44:59 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1D33971429F for ; Fri, 4 Aug 2006 18:42:23 +0000 (GMT) Message-ID: <2711554.1154716943116.JavaMail.jira@brutus> Date: Fri, 4 Aug 2006 11:42:23 -0700 (PDT) From: "Aaron Mulder (JIRA)" To: activemq-dev@geronimo.apache.org Subject: [jira] Created: (AMQ-862) POM error means I can't use a dependency on 4.1-incubator-SNAPSHOT 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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N POM error means I can't use a dependency on 4.1-incubator-SNAPSHOT ------------------------------------------------------------------ Key: AMQ-862 URL: https://issues.apache.org/activemq/browse/AMQ-862 Project: ActiveMQ Issue Type: Bug Affects Versions: 4.1 Reporter: Aaron Mulder Priority: Critical I'm trying to build jencks, which has a dependency on ActiveMQ 4.1-incubator-SNAPSHOT. I get the following unresolved dependencies: org.apache.activemq:activemq-core:jar:4.1-incubator-SNAPSHOT org.apache.activemq:activemq-core:test-jar:tests:4.1-incubator-SNAPSHOT What it's actually trying to download is: http://people.apache.org/repo/m2-snapshot-repository/org/apache/activemq/activemq-core/4.1-incubator-SNAPSHOT/activemq-core-4.1-incubator-20060801.170356-6.jar http://people.apache.org/repo/m2-snapshot-repository/org/apache/activemq/activemq-core/4.1-incubator-SNAPSHOT/activemq-core-4.1-incubator-20060801.170356-2-tests.jar Those are invalid versions. When I asked about this on the maven IRC, I was told: the problem is here: http://people.apache.org/repo/m2-snapshot-repository/org/apache/activemq/activemq-parent/4.1-incubator-SNAPSHOT/activemq-parent-4.1-incubator-20060804.071007-16.pom In the dependencyManagement they're using, they have expressions for the versions. Those resolve to the current POM's (the one specifying the dependencies) version, instead of resolving them as snapshots. It's a common problem when using that expression for shortcuts. It would be great if this could be fixed so that I could build jencks. Thanks! -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira