You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2010/02/24 14:48:51 UTC

svn commit: r915793 - /webservices/juddi/trunk/docs/examples/helloworld/ivysettings.xml

Author: kstam
Date: Wed Feb 24 13:48:51 2010
New Revision: 915793

URL: http://svn.apache.org/viewvc?rev=915793&view=rev
Log:
JUDDI-367 updating example, adding maven repo

Modified:
    webservices/juddi/trunk/docs/examples/helloworld/ivysettings.xml

Modified: webservices/juddi/trunk/docs/examples/helloworld/ivysettings.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/docs/examples/helloworld/ivysettings.xml?rev=915793&r1=915792&r2=915793&view=diff
==============================================================================
--- webservices/juddi/trunk/docs/examples/helloworld/ivysettings.xml (original)
+++ webservices/juddi/trunk/docs/examples/helloworld/ivysettings.xml Wed Feb 24 13:48:51 2010
@@ -3,7 +3,8 @@
     <settings defaultResolver="chained"/>
     <resolvers>
         <chain name="chained">
-            <ibiblio name="ibiblio" m2compatible="true"/> 
+            <ibiblio name="ibiblio" m2compatible="true"/>
+            <ibiblio name="maven" m2compatible="true" root="http://download.java.net/maven/2" />
             <ibiblio name="nexus" m2compatible="true" usepoms="true" root="http://repository.apache.org/content/groups/snapshots-group" />
         </chain>
     </resolvers>



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org