On Wed, Apr 30, 2008 at 11:28 AM, malaka ekanayake <[EMAIL PROTECTED]> wrote: > Hi all, > > Resonantly I check out the source from * > http://svn.xwiki.org/svnroot/xwiki/trunks* .Then I try to build the project > using "mvn install" but initially it failed. Then I found out that it is > because we connect to the Internet to proxy.To fix this problem you need to > add the following to the ~/.m2/settings.xml > > inside the settings tag > > <proxies> > <proxy> > <active>true</active> > <protocol>http</protocol> > <host>cache.mrt.ac.lk</host> > <port>3128</port> > <username></username > <password></password> > </proxy> > </proxies> > > do we need to add this to the "Building XWiki from sources" article?
Sure! thanks in advance :) -- Jean-Vincent Drean _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

