Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 19924 invoked by uid 500); 16 Aug 2003 13:55:52 -0000 Mailing-List: contact geronimo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-dev@incubator.apache.org Received: (qmail 19907 invoked from network); 16 Aug 2003 13:55:52 -0000 Received: from saturn.opentools.org (HELO www.princetongames.org) (66.250.40.202) by daedalus.apache.org with SMTP; 16 Aug 2003 13:55:52 -0000 Received: from localhost (ammulder@localhost) by www.princetongames.org (8.11.6/8.11.6) with ESMTP id h7GFTUq09602 for ; Sat, 16 Aug 2003 11:29:30 -0400 X-Authentication-Warning: www.princetongames.org: ammulder owned process doing -bs Date: Sat, 16 Aug 2003 11:29:30 -0400 (EDT) From: Aaron Mulder X-X-Sender: ammulder@www.princetongames.org To: geronimo-dev@incubator.apache.org Subject: Re: [build] Dependency management In-Reply-To: <3F3E3585.1020105@daniel.stefan.haischt.name> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Thanks all! Aaron On Sat, 16 Aug 2003, Daniel S. Haischt wrote: > from the maven user guide: > > -------8<------------8<-------8<-----------8<------- > If you find you need to build your projects offline > you can either use the offline switch on the CLI: > > maven -o jar:jar > > Or you can set maven.mode.online to false in a > property file . > > maven.repo.remote.enabled=false > ------->8------------>8------->8----------->8------- > > see -> http://maven.apache.org/reference/user-guide.html On Sat, 16 Aug 2003, Alan Cabrera wrote: > Project.properties file in the root directory. On Sat, 16 Aug 2003, Siva wrote: > I keep a build.properties inside incubator-geronimo which specifies this > property. > > When i go online using my slowwwww dialup connection,i set it to > true,rest of the time false :)