Hi, i am on the way of installing DSpace 1.5.1 in Debian 5.0.

But, i cannot run the command "mvn package" because of proxy issue, i think.
When i go for this command, it shows me the error:

*dsp...@wsdebianzico:/opt/src/dspace-1.5.1-release/dspace$ mvn package
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   DSpace Addon Modules
[INFO]   DSpace XML-UI (Manakin) :: Web Application
[INFO]   DSpace LNI :: Web Application
[INFO]   DSpace OAI :: Web Application
[INFO]   DSpace JSP-UI :: Web Application
[INFO]   DSpace SWORD :: Web Application
[INFO]   DSpace Assembly and Configuration
[INFO]
------------------------------------------------------------------------
[INFO] Building DSpace Addon Modules
[INFO]    task-segment: [package]
[INFO]
------------------------------------------------------------------------
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0-beta-6/maven-site-plugin-2.0-beta-6.pom
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0-beta-6/maven-site-plugin-2.0-beta-6.pom
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.apache.maven.plugins:maven-site-plugin

Reason: POM 'org.apache.maven.plugins:maven-site-plugin' not found in
repository: Unable to download the artifact from any repository

  org.apache.maven.plugins:maven-site-plugin:pom:2.0-beta-6

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  maven.dspace.org/snapshot (http://maven.dspace.org/snapshot)
 for project org.apache.maven.plugins:maven-site-plugin


[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 7 seconds
[INFO] Finished at: Fri May 01 04:39:39 GMT+06:00 2009
[INFO] Final Memory: 11M/20M
[INFO]
------------------------------------------------------------------------
*

Here, the point is, i have changed my settings.xml from
/etc/maven2/settings.xml with the command:


<proxy>
      <id>optional</id>
      <active>true</active>
      <protocol>http</protocol>
      <username>proxyuser</username>
      <password>proxypass</password>
      *<host>http://proxy.bracu.ac.bd</host>
      <port>8080</port>
      <nonProxyHosts>localhost</nonProxyHosts>
    *</proxy>


But, nothing has changed. Can you please help me?
-- 
Best,
Zico

Reply via email to