dev@glassfish.java.net

Re: [v3] BETTER WORKAROUND - v3 build

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Thu, 10 Sep 2009 09:23:09 -0700

Until Nexus server is accessible. ITOPs has been working on this since
yesterday.

Lloyd Chambers wrote:
> Jane,
>
> Context?
>
> How long will we need to do this?
>
> Thanks,
> Lloyd
>
> On Sep 9, 2009, at 7:00 PM, Jane Young wrote:
>
>>> I have a better workaround such that you do not need to modify
>>> pom.xml files.
>>> Download the attached settings.xml and compile v3 with the following
>>> commands:
>>>
>>> 1. mvn -s <settings.xml> -Prepo,release-phase1 install
>>> 2. mvn -s <settings.xml> -Prepo install
>>>
>>> Again, no need to modify v3/pom.xml or the master-pom.
>>> Please let me know if this works for you.
>>>
>>>
>>>
>>>
>>>
>>
>> <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>> xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
>> http://maven.apache.org/xsd/settings-1.0.0.xsd">
>>
>> <mirrors>
>> <mirror>
>> <id>repo1</id>
>> <name>Override Nexus</name>
>> <url>http://download.java.net/maven/glassfish/</url>
>> <mirrorOf>glassfish-repo-archive</mirrorOf>
>> </mirror>
>> </mirrors>
>>
>>
>> <profiles>
>> <profile>
>> <id>repo</id>
>> <repositories>
>> <repository>
>> <!-- override Nexus -->
>> <id>glassfish-repo-archive</id>
>> <name>repo1</name>
>> <url>http://download.java.net/maven/glassfish/</url>
>> <layout>default</layout>
>> </repository>
>> <repository>
>> <id>repo2</id>
>> <name>repo2</name>
>> <url>http://download.java.net/maven/2/</url>
>> <layout>default</layout>
>> </repository>
>> <repository>
>> <id>repo3</id>
>> <name>repo3</name>
>> <url>http://download.java.net/maven/1/</url>
>> <layout>legacy</layout>
>> </repository>
>> <repository>
>> <id>repo4</id>
>> <name>repo4</name>
>> <url>http://download.eclipse.org/rt/eclipselink/maven.repo/</url>
>> <layout>default</layout>
>> </repository>
>> <repository>
>> <id>repo5</id>
>> <name>repo5</name>
>> <url>http://deadlock.netbeans.org/maven2/</url>
>> <layout>default</layout>
>> </repository>
>> <repository>
>> <id>repo6</id>
>> <name>repo6</name>
>> <url>http://repo2.maven.org/maven2</url>
>> <layout>default</layout>
>> </repository>
>> <repository>
>> <id>repo7</id>
>> <name>repo7</name>
>> <url>http://repository.jboss.org/maven2</url>
>> <layout>default</layout>
>> </repository>
>> <repository>
>> <id>repo8</id>
>> <name>repo8</name>
>> <url>http://download.java.net/javaee5/external/shared/</url>
>> <layout>legacy</layout>
>> </repository>
>>
>> </repositories>
>> <pluginRepositories>
>> <pluginRepository>
>> <id>repo1</id>
>> <name>repo1</name>
>> <url>http://download.java.net/maven/glassfish/</url>
>> <layout>default</layout>
>> </pluginRepository>
>> <pluginRepository>
>> <id>repo2</id>
>> <name>repo2</name>
>> <url>http://download.java.net/maven/2/</url>
>> <layout>default</layout>
>> </pluginRepository>
>> </pluginRepositories>
>> </profile>
>> </profiles>
>> </settings>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> <mailto:dev-unsubscribe_at_glassfish.dev.java.net>
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>> <mailto:dev-help_at_glassfish.dev.java.net>
>
> Lloyd Chambers
> lloyd.chambers_at_sun.com <mailto:lloyd.chambers_at_sun.com>
> GlassFish Team
>
>
>