On Tue, Dec 16, 2008 at 11:01 AM, EricEast <[email protected]> wrote: > > Does anyone have a guide/instructions on building activemq from scratch on an > isolated (no internet connectivity) using maven? Do I have to build on on > a lan with internet connectivy and copy over my entire maven repository?
Yes, that's one strategy, but can be rather brute-force. A better method is to make use of the maven-dependency-plugin's go-offline goal: http://maven.apache.org/plugins/maven-dependency-plugin/go-offline-mojo.html This goal is specifically designed for the task of offline builds and will resolve all dependencies including all Maven plugins and reporting plugins. Bruce -- perl -e 'print unpack("u30","D0G)u8...@4vyy9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache ActiveMQ - http://activemq.org/ Apache Camel - http://activemq.org/camel/ Apache ServiceMix - http://servicemix.org/ Blog: http://bruceblog.org/
