Hi Sahil
 
Here are some notes which may help you from my personal install
documentation:
 

Setup the proxy configuration - include the following file,
settings.xml, in the /home/dspace/.m2 directory 

<settings>
<proxies>
<proxy>
<active>true</active>
<protocol>http</protocol>
<host>YOUR_PROXY_HOSTNAME</host>
<port>8080</port>
</proxy>
</proxies>
</settings>

Go to:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin
/ and download maven-metadata.xml. Then cd to the 2.0-beta-6 directory
and download maven-site-plugin-2.0-beta-6.jar. Extract the jar to:
/home/dspace/.m2/repository/org/apache/maven/plugins/maven-site-plugin/
Also copy the maven-metadata.xml file (as maven-metadata-central.xml) to
this directory. 

Note some version numbers may have changed, but you definitely need to
check whether you have a proxy configuration setup.
 
I hope this is of some assistance to you.
 
Kind regards
Gary
 
 
 
Gary Browne
Development Programmer
Library IT Services
University of Sydney
ph: 9351-5946
 


________________________________

        From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sahil
Dave
        Sent: Wednesday, 9 July 2008 5:18 AM
        To: Sands Fish
        Cc: Dspace Tech
        Subject: Re: [Dspace-tech] Dspace 1.5 install error
        
        


        On Tue, Jul 8, 2008 at 7:22 PM, Sands Fish <[EMAIL PROTECTED]>
wrote:
        

                Sahil, 

                Which version of Maven are you using (mvn -v)?  Current
is 2.0.9.


        >> yes i am using the latest version - 2.0.9
        

                <http://2.0.9.> 

                Also, you could try passing the -U command to update all
dependencies during the build.


        >> actually, i think i am not able to download the plugins that
maven needs while running "mvn package". my internet connection comes
through a proxy server.
        
        
        
        -- 
        Sahil
        

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to