Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 63584 invoked from network); 14 Aug 2006 16:59:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Aug 2006 16:59:19 -0000 Received: (qmail 45953 invoked by uid 500); 14 Aug 2006 16:59:19 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 45928 invoked by uid 500); 14 Aug 2006 16:59:19 -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 45919 invoked by uid 99); 14 Aug 2006 16:59:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Aug 2006 09:59:19 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of sepandm@gmail.com designates 64.233.162.202 as permitted sender) Received: from [64.233.162.202] (HELO nz-out-0102.google.com) (64.233.162.202) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Aug 2006 09:59:17 -0700 Received: by nz-out-0102.google.com with SMTP id v1so400350nzb for ; Mon, 14 Aug 2006 09:58:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=MpZjhukimHdcH+XDb/L4QLy5gi4WdSdwMBrCr2PU4rZgUvYsQvSehVc06RJa/GgIYL0hSxZ/3iHW0S/Cewh9cPbBM7wPf3Fva9xUGStvtiKe4a6g3aUH3nhBma11hLhuO4SDnQfQG4gBqmIatw4ocISTDwRGcFCboNMQy/+Znco= Received: by 10.65.251.1 with SMTP id d1mr7308483qbs; Mon, 14 Aug 2006 09:58:57 -0700 (PDT) Received: by 10.65.43.16 with HTTP; Mon, 14 Aug 2006 09:58:56 -0700 (PDT) Message-ID: Date: Mon, 14 Aug 2006 09:58:56 -0700 From: "Sepand M" To: activemq-dev@geronimo.apache.org Subject: Snapshot missing, can I fix it? Can I stage without assembly? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I apologize if this belongs in the maven list, but I'm really not sure if this is ActiveMQ specific or just maven (if it's maven specific, please tell me). The problem is the following: I'm trying to stage AMQ and the only way I know of doing that is to use mvn assembly and then extract the zip file. For some reason, this is not working. The mvn assembly:assembly command says: Missing: ---------- 1) org.apache.activemq:activemq-core:jar:4.1-incubator-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.activemq -DartifactId=activemq-core \ -Dversion=4.1-incubator-20060810.133700-14 -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) org.apache.activemq:activemq-rar:rar:4.1-incubator-SNAPSHOT 2) org.apache.activemq:activemq-ra:jar:4.1-incubator-20060810.133700-14 3) org.apache.activemq:activemq-core:jar:4.1-incubator-20060810.133700-14 ---------- 1 required artifact is missing. for artifact: org.apache.activemq:activemq-rar:rar:4.1-incubator-SNAPSHOT from the specified remote repositories: central (http://ibiblio.org/maven2/), apache.snapshots (http://people.apache.org/maven-snapshot-repository) I don't know why. I've tried mvn clean and even getting a fresh copy of the code, it didn't help. I've also looked on the amq site, I can't find an appropriate version of the snapshot (I think). Do you know what's going on? Can I stage without assembly? Thanks, Sepand