Author: nilsga
Date: Mon Jan 21 03:59:31 2008
New Revision: 613861

URL: http://svn.apache.org/viewvc?rev=613861&view=rev
Log:
Added exo repo for portlet 2.0 api

Modified:
    struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml

Modified: struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml?rev=613861&r1=613860&r2=613861&view=diff
==============================================================================
--- struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml (original)
+++ struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml Mon Jan 21 03:59:31 
2008
@@ -147,11 +147,19 @@
    </dependencies>
    <repositories>
        <repository>
-            <id>apache.snapshots</id>
-            <name>Apache Maven Repository (Snapshots and Test Builds)</name>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-            <releases><enabled>false</enabled></releases>
-            <snapshots><enabled>true</enabled></snapshots>
-        </repository>
+        <id>apache.snapshots</id>
+        <name>Apache Maven Repository (Snapshots and Test Builds)</name>
+        <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+        <releases><enabled>false</enabled></releases>
+        <snapshots><enabled>true</enabled></snapshots>
+    </repository>
+       <repository>
+               <id>exo</id>
+               <name>Exlolab repository</name>
+               <url>http://maven2.exoplatform.org/maven/</url>
+               <releases><enabled>true</enabled></releases>
+               <snapshots><enabled>false</enabled></releases>
+       </repository>
+        
    </repositories>
 </project>


Reply via email to