users@glassfish.java.net

Re: maven repository for glassfish JARs ??

From: Dinesh Patil <dinesh.patil_at_Sun.COM>
Date: Mon, 21 Nov 2005 13:38:58 -0800

Mark Hansen wrote:

> Is there a maven repository out there that holds the glassfish JARs?
> If not, are there any plans for one?

yes the default path for maven repository is set in
${glassfish.root}/glassfish/bootstrap/project.properties.

# Where dependencies will be stored.
maven.repo.local=${glassfish.root}/glassfish_dependencies ==>so this
will have glassfish-image/jars/glassfish-image-SNAPSHOT.jar which is
glassfish JAR used for bootstrap goal.

# List of remote repository
maven.repo.remote=http://download.java.net/javaee5/nightly/${glassfish.os.name}/,http://download.java.net/javaee5/external/${glassfish.os.name}/,http://download.java.net/javaee5/external/shared,http://www.ibiblio.org/maven

This repository contains binary dependencies for bootstrap-all goals and
will be downloaded in
${maven.repo.local} when you run "maven bootstrap-all"

hope this helps.
thanks
Dinesh

>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>