You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by EricEast <ea...@yahoo.com> on 2008/12/16 19:01:56 UTC

Maven build entirely offline from scratch possible?

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?
-- 
View this message in context: http://www.nabble.com/Maven-build-entirely-offline-from-scratch-possible--tp21038364p21038364.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.


Re: Maven build entirely offline from scratch possible?

Posted by Bruce Snyder <br...@gmail.com>.
On Tue, Dec 16, 2008 at 11:01 AM, EricEast <ea...@yahoo.com> 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)U8V4\@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/