Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 10307 invoked from network); 30 Mar 2005 09:50:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Mar 2005 09:50:32 -0000 Received: (qmail 55493 invoked by uid 500); 30 Mar 2005 09:50:31 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 55226 invoked by uid 500); 30 Mar 2005 09:50:30 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 55003 invoked by uid 99); 30 Mar 2005 09:50:30 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of vinod.p@gmail.com designates 64.233.184.200 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.200) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 30 Mar 2005 01:50:28 -0800 Received: by wproxy.gmail.com with SMTP id 55so176955wri for ; Wed, 30 Mar 2005 01:50:26 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=WrPqE4kupxB+iK0PgJTDB9e4nUldKlIMv8C+alZ5cQkTZA/ctGiETDSlqhtB6+MxmbbwaMjxia9UXH/PvU8Ev8LxWsz5jImJbJC3YVF6THfDUwQMXehyMNiAv2tTReaMLIZ+6/git3vYn6Ia9e9OaQKd2MJyP+sOo6n2DqQy/Ik= Received: by 10.54.1.35 with SMTP id 35mr383852wra; Wed, 30 Mar 2005 01:50:26 -0800 (PST) Received: by 10.54.28.21 with HTTP; Wed, 30 Mar 2005 01:50:25 -0800 (PST) Message-ID: Date: Wed, 30 Mar 2005 15:20:25 +0530 From: Vinod Panicker Reply-To: Vinod Panicker To: Apache Directory Developers List Subject: Re: [mina] maven build keeps downloading asn In-Reply-To: <200503301737.52137.niclas@hedhman.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <200503301737.52137.niclas@hedhman.org> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Yea, ur right. Thanks for the info. Regards, Vinod. On Wed, 30 Mar 2005 17:37:52 +0800, Niclas Hedhman wrote: > On Wednesday 30 March 2005 17:30, Vinod Panicker wrote: > > Hi, > > > > Why does the maven build process download the asn1 codec each and > > every time i run it for mina? > > Is it marked SNAPSHOT?? > > if so Maven will try to download a new one each time. > > Run maven with the -o option to disable downloads. > > Cheers > Niclas >