[seam-commits] Seam SVN: r14553 - branches/enterprise/WFK_2_0_PRE/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Apr 12 07:25:47 EDT 2012
Author: manaRH
Date: 2012-04-12 07:25:47 -0400 (Thu, 12 Apr 2012)
New Revision: 14553
Modified:
branches/enterprise/WFK_2_0_PRE/build/settings.xml
Log:
set only Mead repository without Maven Central
Modified: branches/enterprise/WFK_2_0_PRE/build/settings.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/build/settings.xml 2012-04-11 06:17:36 UTC (rev 14552)
+++ branches/enterprise/WFK_2_0_PRE/build/settings.xml 2012-04-12 11:25:47 UTC (rev 14553)
@@ -10,7 +10,7 @@
ld|
| Default: ~/.m2/repository
-->
- <localRepository>/home/mnovotny/.m2/repository-jb-wfk-2-rhel-6-build</localRepository>
+ <localRepository>/home/mnovotny/.m2/repository-jb-wfk-2-rhel-6-build-mead</localRepository>
<!-- offline
| Determines whether maven should attempt to connect to the network when executing a build.
@@ -37,12 +37,12 @@
| this mirror serves has an ID that matches the mirrorOf element of this mirror. IDs are used
| for inheritance and direct lookup purposes, and must be unique across the set of mirrors.
|-->
- <!-- <mirror>
- <id>Mead</id>
- <mirrorOf>Central</mirrorOf>
+ <mirror>
+ <id>Central</id>
+ <mirrorOf>central</mirrorOf>
<name>Mead enviroment repository</name>
<url>http://download.devel.redhat.com/brewroot/repos/jb-wfk-2-rhel-6-build/latest/maven</url>
- </mirror> -->
+ </mirror>
</mirrors>
<profiles>
@@ -85,7 +85,7 @@
</profiles>
<activeProfiles>
- <activeProfile>jboss-wfk2-repository</activeProfile>
+<!-- <activeProfile>jboss-wfk2-repository</activeProfile> -->
</activeProfiles>
</settings>
More information about the seam-commits
mailing list