dev@glassfish.java.net

Re: Problems with glassfish build

From: Jane Young <jane.young_at_oracle.com>
Date: Wed, 22 Sep 2010 11:51:05 -0700

  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.

Jane


On 9/22/10 11:45 AM, Ken wrote:
>
>
> [INFO] Scanning for projects...
> WAGON_VERSION: 1.0-beta-2
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Glassfish Quicklook Bundle
> [INFO] task-segment: [test]
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] The plugin
> 'org.jvnet.maven-antrun-extended-plugin:maven-antrun-extended-plugin'
> does not exist or no valid version could be found
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 2 seconds
> [INFO] Finished at: Wed Sep 22 11:40:59 PDT 2010
> [INFO] Final Memory: 5M/100M
> [INFO]
> ----------------------------------------------------------------------