[jboss-svn-commits] JBL Code SVN: r8607 - labs/reportingservices/trunk
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Jan 2 08:49:36 EST 2007
Author: noel.rocher at jboss.com
Date: 2007-01-02 08:49:34 -0500 (Tue, 02 Jan 2007)
New Revision: 8607
Modified:
labs/reportingservices/trunk/pom.xml
Log:
add access to the Reporting Service Unofficial maven2 repository
Modified: labs/reportingservices/trunk/pom.xml
===================================================================
--- labs/reportingservices/trunk/pom.xml 2007-01-02 11:59:02 UTC (rev 8606)
+++ labs/reportingservices/trunk/pom.xml 2007-01-02 13:49:34 UTC (rev 8607)
@@ -91,6 +91,18 @@
</snapshots>
</repository>
+ <repository>
+ <id>RS-Repo</id>
+ <name>Reporting Services Repository for non Maven2 projects</name>
+ <url>http://labs.jboss.com/reportingservices/maven2/</url>
+ <releases>
+ <updatePolicy>interval:10000</updatePolicy>
+ </releases>
+ <snapshots>
+ <updatePolicy>interval:10000</updatePolicy>
+ </snapshots>
+ </repository>
+
</repositories>
More information about the jboss-svn-commits
mailing list