users@glassfish.java.net

Re: maven repository for glassfish JARs ??

From: Mark Hansen <mark_at_javector.com>
Date: Wed, 23 Nov 2005 08:21:46 -0500

Whe I try to access any of the remote repositories in my browser, it says:

Forbidden

You don't have permission to access /javaee5/external/shared




Dinesh Patil wrote:
> 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
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>