[gatein-commits] gatein SVN: r5566 - epp/portal/branches/EPP_5_1_Branch.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Dec 10 18:43:46 EST 2010


Author: thomas.heute at jboss.com
Date: 2010-12-10 18:43:46 -0500 (Fri, 10 Dec 2010)
New Revision: 5566

Added:
   epp/portal/branches/EPP_5_1_Branch/settings.xml
Log:
Adding settings.xml


Added: epp/portal/branches/EPP_5_1_Branch/settings.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/settings.xml	                        (rev 0)
+++ epp/portal/branches/EPP_5_1_Branch/settings.xml	2010-12-10 23:43:46 UTC (rev 5566)
@@ -0,0 +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">
+
+  <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/maven2</url>
+      <mirrorOf>*</mirrorOf>
+    </mirror>
+  </mirrors>
+</settings>



More information about the gatein-commits mailing list