30 Apr
2008
30 Apr
'08
9:47 a.m.
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