No internet connection is "required" but you should probably run "mvn
-o ..." to specify "offline" or else you will get some complaints (and
possibly error out rather than building successfully) due to not being
online while building with Maven.

Also if you start using a new plugin in your project or add a new
dependency, you **will** need to connect to the internet while you run
Maven to download the files.

Wayne

On 10/19/06, Xavier Outhier <[EMAIL PROTECTED]> wrote:
Nicolas DE LOOF wrote:
>
> Maven is "only" a container for plugins. The installation includes the
> required base to run maven, but all plugin and the libs they required
> are downloaded.
> This make the first maven runs "long" as lot's of jars are downloaded.
> After a first run worked, no more internet connexion is required to
> run maven.
>
> Nico.
OK. Thanx.

X.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to