[jboss-cvs] JBossAS SVN: r90610 - projects/spring-int/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 26 02:57:41 EDT 2009


Author: marius.bogoevici
Date: 2009-06-26 02:57:41 -0400 (Fri, 26 Jun 2009)
New Revision: 90610

Modified:
   projects/spring-int/trunk/pom.xml
Log:
Adding maven release repo configuration

Modified: projects/spring-int/trunk/pom.xml
===================================================================
--- projects/spring-int/trunk/pom.xml	2009-06-26 06:33:32 UTC (rev 90609)
+++ projects/spring-int/trunk/pom.xml	2009-06-26 06:57:41 UTC (rev 90610)
@@ -452,4 +452,13 @@
     </profile>
   </profiles>
 
+  <distributionManagement>
+    <repository>
+      <!-- Copy the distribution jar file to a local checkout of the maven repository
+        -  This variable can be set in $MAVEN_HOME/conf/settings.xml -->
+      <id>repository.jboss.org</id>
+      <url>file://${maven.repository.root}</url>
+    </repository>
+  </distributionManagement>
+  
 </project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list