Author: hfnukal
Date: 2011-04-28 08:28:10 -0400 (Thu, 28 Apr 2011)
New Revision: 6406
Modified:
epp/portal/branches/EPP_5_1_Branch/settings.xml
Log:
Update settings.xml
Modified: epp/portal/branches/EPP_5_1_Branch/settings.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/settings.xml 2011-04-28 12:19:36 UTC (rev 6405)
+++ epp/portal/branches/EPP_5_1_Branch/settings.xml 2011-04-28 12:28:10 UTC (rev 6406)
@@ -1,40 +1,14 @@
<?xml version="1.0"?>
-<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">
+<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">
- <localRepository>${env.HOME}/.m2_EPP</localRepository>
+ <localRepository>${env.HOME}/.m2_EPP</localRepository>
- <mirrors>
- <!--<mirror>-->
- <!--<id>internal-repository</id>-->
- <!--<name>Maven Repository Manager running on
repo.mycompany.com</name>-->
-
<!--<url>http://download.devel.redhat.com/brewroot/repos/jboss-epp-5-build/latest/maven</url>-->
- <!--<mirrorOf>*</mirrorOf>-->
- <!--</mirror>-->
- <mirror>
- <id>internal-repository1</id>
- <name>Maven Repository Manager running on jboss.org</name>
-
<
url>http://repository.jboss.org/nexus/content/groups/public-jboss</...
- <mirrorOf>*</mirrorOf>
- </mirror>
- </mirrors>
- <profiles>
- <profile>
-
- <id>jbrep</id>
-
- <repositories>
- <repository>
- <id>jboss-int</id>
-
<
url>http://repository.jboss.org/nexus/content/groups/public-jboss</...
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- </repositories>
- </profile>
- </profiles>
+ <mirrors>
+ <mirror>
+ <id>internal-repository</id>
+ <name>Maven Repository Manager running on repo.mycompany.com</name>
+
<
url>http://download.devel.redhat.com/brewroot/repos/jboss-epp-5-build/...
+ <mirrorOf>*</mirrorOf>
+ </mirror>
+ </mirrors>
</settings>