dev@glassfish.java.net

Re: Problems with glassfish build

From: Jane Young <jane.young_at_oracle.com>
Date: Wed, 22 Sep 2010 12:14:03 -0700

  The plugin is there:
http://maven.glassfish.org/content/groups/glassfish/org/jvnet/maven-antrun-extended-plugin/maven-antrun-extended-plugin/

Is there a typo in your QL pom file:
org.jvnet.maven*t-*antrun-extended-plugin

Jane

On 9/22/10 12:03 PM, Ken wrote:
> 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.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>