[Dspace-tech] Maven problem

2015-02-13 Thread Henry Atsu Agbodza
Dear all, I'm installing dspace 4.2 on Ubuntu 14 LTS and encountered a bulid error. Below is the error Plugin org.apache.maven.plugins:maven-resources-plugin:2.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for

Re: [Dspace-tech] Maven problem

2015-02-13 Thread Hilton Gibson
Hi Henry I am guessing a bad internet connection perhaps? Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025C Stellenbosch University Private Bag X5036 Stellenbosch 7599 South Africa Tel: +27 21 808 4100 | Cell: +27 84 646 4758 On 13 February 2015 at

[Dspace-tech] maven problem, not proxy issue

2012-02-15 Thread Martin Musacchio
Just repeating my question. Hope someone helps: I'm stuck at the 'mvn package' part of the installation (dspace 1.8.1, -and also 1.6.2- and maven2=2.2.1-10) and it fails downloading the first file, claiming network unreachable, 'Unable to download the artifact from any repository', the

Re: [Dspace-tech] maven problem, not proxy issue

2012-02-15 Thread Mark H. Wood
On Wed, Feb 15, 2012 at 08:32:26AM -0300, Martin Musacchio wrote: I'm stuck at the 'mvn package' part of the installation (dspace 1.8.1, -and also 1.6.2- and maven2=2.2.1-10) and it fails downloading the first file, claiming network unreachable, 'Unable to download the artifact from any

[Dspace-tech] maven problem, not proxy issue

2012-02-07 Thread Martin Musacchio
Hi all. I'm stuck at the 'mvn package' part of the installation (dspace 1.8.1, maven2=2.2.1-10) and it fails downloading the first file, claiming network unreachable, 'Unable to download the artifact from any repository', the usual. I've searched the list and most people fixed this problem

[Dspace-tech] maven problem

2009-05-02 Thread Zico
I am installing Dspace-1.5.1 in Debian-5.0. This is behind proxy. I have changed the settings.xml according to my proxy. Here, my settings.xml is in */opt/apache-maven-2.0.9/conf . *When i ran mvn package in my /opt/src/dspace-1.5.1-release/dspace/ then it can download packages from maven

Re: [Dspace-tech] maven problem

2009-05-02 Thread Zico
On Sat, May 2, 2009 at 2:22 PM, Zico mailz...@gmail.com wrote: I am installing Dspace-1.5.1 in Debian-5.0. This is behind proxy. I have changed the settings.xml according to my proxy. Here, my settings.xml is in */opt/apache-maven-2.0.9/conf . *When i ran mvn package in my

Re: [Dspace-tech] maven problem

2009-04-21 Thread Panyarak Ngamsritragul
Dear Zico, You have to edit the proxy section in /etc/maven2/settings.xml to point to your proxy server. This is applicable if you are using Linux Ubuntu. If you are using other OS, you have to figure out where this file is. Panyarak On Tue, 21 Apr 2009, Zico wrote: I am trying to install

Re: [Dspace-tech] maven problem

2009-04-21 Thread Zico
On Tue, Apr 21, 2009 at 3:39 PM, Panyarak Ngamsritragul pa...@me.psu.ac.thwrote: Dear Zico, You have to edit the proxy section in /etc/maven2/settings.xml to point to your proxy server. This is applicable if you are using Linux Ubuntu. If you are using other OS, you have to figure out

[Dspace-tech] maven problem

2009-04-21 Thread Zico
I am trying to install dspace-1.5 behind a proxy in university. Here, i cannot execute the command mvn package. How can i solve this problem? -- Best, Zico -- Stay on top of everything new and different, both inside and

Re: [Dspace-tech] maven problem

2009-04-21 Thread Van Ly
Putting 'maven mvn proxy' in a search engine gives http://maven.apache.org/guides/mini/guide-proxies.html -- Van Ly From: Zico [mailto:mailz...@gmail.com] Sent: Tue 4/21/2009 7:24 PM To: Tech DSpace Subject: [Dspace-tech] maven problem I am trying to install