dev@glassfish.java.net

Re: Problems with glassfish build

From: Ken <ken.cavanaugh_at_oracle.com>
Date: Wed, 22 Sep 2010 12:03:47 -0700

Jane Young wrote:
> Ken,
>
> Try this:
> 1. create a settings.xml file in your <home>/.m2 directory if you
> don't have one
> 2. add the following snippet:
> <settings>
> <!-- divert traffic to glassfish nexus -->
> <mirrors>
> <mirror>
> <id>internal-glassfish-nexus</id>
> <url>http://maven.glassfish.org/content/groups/glassfish/</url>
> <mirrorOf>*</mirrorOf>
> </mirror>
> </mirrors>
> </settings>
> 3. try building / running QL
>
> Let me know if this works.
>
I still get the same error. A quick look at the URL shows that
org.jvnet.mavent-antrun-extended-plugin
isn't there either.

Thanks,

Ken.