[jboss-cvs] JBossAS SVN: r105401 - projects/ejb-book/trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun May 30 14:07:54 EDT 2010


Author: ALRubinger
Date: 2010-05-30 14:07:53 -0400 (Sun, 30 May 2010)
New Revision: 105401

Modified:
   projects/ejb-book/trunk/build/pom.xml
Log:
[EJBBOOK-26] Configure JBoss Nexus Repositories in the build parent POM

Modified: projects/ejb-book/trunk/build/pom.xml
===================================================================
--- projects/ejb-book/trunk/build/pom.xml	2010-05-30 18:06:50 UTC (rev 105400)
+++ projects/ejb-book/trunk/build/pom.xml	2010-05-30 18:07:53 UTC (rev 105401)
@@ -241,4 +241,37 @@
 
   </dependencyManagement>
 
+  <repositories>
+    <repository>
+      <id>jboss-public-repository</id>
+      <name>JBoss Repository</name>
+      <url> https://repository.jboss.org/nexus/content/groups/public </url>
+      <releases>
+        <enabled>true</enabled>
+        <updatePolicy>never</updatePolicy>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+        <updatePolicy>never</updatePolicy>
+      </snapshots>
+    </repository>
+  </repositories>
+
+  <pluginRepositories>
+    <pluginRepository>
+      <id>jboss-public-repository</id>
+      <name>JBoss Repository</name>
+      <url> https://repository.jboss.org/nexus/content/groups/public </url>
+      <releases>
+        <enabled>true</enabled>
+        <updatePolicy>never</updatePolicy>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+        <updatePolicy>never</updatePolicy>
+      </snapshots>
+    </pluginRepository>
+  </pluginRepositories> 
+  
+
 </project>




More information about the jboss-cvs-commits mailing list