Author: thomas.heute(a)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/...
+ <mirrorOf>*</mirrorOf>
+ </mirror>
+ </mirrors>
+</settings>