Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 27151 invoked from network); 16 May 2008 17:48:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 May 2008 17:48:32 -0000 Received: (qmail 40801 invoked by uid 500); 16 May 2008 17:48:32 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 40769 invoked by uid 500); 16 May 2008 17:48:32 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 40742 invoked by uid 99); 16 May 2008 17:48:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 May 2008 10:48:32 -0700 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 [72.22.94.67] (HELO virtual.halosg.com) (72.22.94.67) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 May 2008 17:47:45 +0000 Received: (qmail 5704 invoked from network); 16 May 2008 12:34:44 -0500 Received: from 72-19-171-38.static.mesanetworks.net (HELO ?192.168.3.156?) (72.19.171.38) by halosg.com with SMTP; 16 May 2008 12:34:44 -0500 Message-ID: <482DC8ED.3020909@hanik.com> Date: Fri, 16 May 2008 11:48:29 -0600 From: Filip Hanik - Dev Lists User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: users@activemq.apache.org Subject: Re: Building a distribution References: <482DB1DF.8050507@hanik.com> <7b3355cb0805161000s27fd41ccp280ae3a065ff2911@mail.gmail.com> In-Reply-To: <7b3355cb0805161000s27fd41ccp280ae3a065ff2911@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org excellent, that's exactly what I needed to hear :) C:\development\activeMQ\trunk\assembly\target>ls apache-activemq-5.2-SNAPSHOT-bin.tar.gz archive-tmp apache-activemq-5.2-SNAPSHOT-bin.zip classes apache-activemq-5.2-SNAPSHOT-src.tar.gz dependency-maven-plugin-markers apache-activemq-5.2-SNAPSHOT-src.zip maven-shared-archive-resources Filip Bruce Snyder wrote: > On Fri, May 16, 2008 at 10:10 AM, Filip Hanik - Dev Lists > wrote: > >> can I build a distribution without having to upload or do any SVN actions, >> >> I'm reading >> http://activemq.apache.org/release-guide.html >> >> also, when, >> mvn release:prepare -DdryRun=true -Prelease >> >> >> I get the error >> >> Caused by: org.apache.maven.plugin.MojoFailureException: Cannot prepare the >> release because you have local modifications >> : >> [activemq-run\.classpath:unknown] >> [activemq-run\.project:unknown] >> >> >> of course, the "local modification" are of course my eclipse files, >> >> I wanna be able is to generate a binary distribution >> > > Just follow the standard build instructions and this will produce the > distribution in the assembly/target dir. > > Bruce >