Re: [Dspace-tech] [INFO] Error building POM (may not be thisproject'sPOM): Unable to download the artifact from any repository

2008-04-24 Thread Filbert Minj
Hi,

I am runing the command from  dspace-1.5.0-release/dspace

That is
cd  dspace-1.5.0-release/dspace
mvn package

Thanks,

--
Filbert Minj
- Original Message - 
From: Robin Taylor [EMAIL PROTECTED]
To: 'Filbert Minj' [EMAIL PROTECTED]; 
dspace-tech@lists.sourceforge.net
Sent: Thursday, April 24, 2008 4:17 PM
Subject: Re: [Dspace-tech] [INFO] Error building POM (may not be 
thisproject'sPOM): Unable to download the artifact from any repository


 Which directory are you in when you run the command ? You should be in
 ../dspace, I suspect you are in the modules directory so it finds the 
 wrong
 pom to begin with.

 Cheers, Robin.



 -- 
 The University of Edinburgh is a charitable body, registered in
 Scotland, with registration number SC005336.


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Filbert 
 Minj
 Sent: 24 April 2008 11:40
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] [INFO] Error building POM (may not be this
 project'sPOM): Unable to download the artifact from any repository

 Hi,
 While installing dspace-1.5.0-release when I use the command

 mvn package

 It gives the following errors. Could some body tell me what exacly is
 happening.

 Thanks,

 --
 Filbert Minj

 
 [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: 2 seconds
 [INFO] Finished at: Thu Apr 24 18:28:43 IST 2008 [INFO] Final Memory: 
 2M/4M
 [INFO]
 



 --
 This message has been scanned for viruses and dangerous content by
 MailScanner, and is believed to be clean.


 -
 This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
 Don't miss this year's exciting event. There's still time to save $100.
 Use priority code J8TL2D2.
 http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javao
 ne
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech



 -
 This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
 Don't miss this year's exciting event. There's still time to save $100.
 Use priority code J8TL2D2.
 http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

 -- 
 This message has been scanned for viruses and
 dangerous content by MailScanner, and is
 believed to be clean.
 



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

Re: [Dspace-tech] [INFO] Error building POM (may not be thisproject'sPOM): Unable to download the artifact from any repository

2008-04-24 Thread James Rutherford
On Thu, Apr 24, 2008 at 10:57:05AM +, Filbert Minj wrote:
 I am runing the command from  dspace-1.5.0-release/dspace
 
 That is
 cd  dspace-1.5.0-release/dspace
 mvn package

Are you running this from behind a proxy? If so, you need to set up the
maven configuration appropriately. Maven is complaining about not being
able to download the maven-site-plugin from any repository, which sounds
like a connectivity issue.

cheers,

Jim

 Thanks,
 
 --
 Filbert Minj
 - Original Message -
 From: Robin Taylor [EMAIL PROTECTED]
 To: 'Filbert Minj' [EMAIL PROTECTED];
 dspace-tech@lists.sourceforge.net
 Sent: Thursday, April 24, 2008 4:17 PM
 Subject: Re: [Dspace-tech] [INFO] Error building POM (may not be
 thisproject'sPOM): Unable to download the artifact from any repository
 
 
  Which directory are you in when you run the command ? You should be in
  ../dspace, I suspect you are in the modules directory so it finds the
  wrong
  pom to begin with.
 
  Cheers, Robin.
 
 
 
  --
  The University of Edinburgh is a charitable body, registered in
  Scotland, with registration number SC005336.
 
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Filbert
  Minj
  Sent: 24 April 2008 11:40
  To: dspace-tech@lists.sourceforge.net
  Subject: [Dspace-tech] [INFO] Error building POM (may not be this
  project'sPOM): Unable to download the artifact from any repository
 
  Hi,
  While installing dspace-1.5.0-release when I use the command
 
  mvn package
 
  It gives the following errors. Could some body tell me what exacly is
  happening.
 
  Thanks,
 
  --
  Filbert Minj
 
  
  [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: 2 seconds
  [INFO] Finished at: Thu Apr 24 18:28:43 IST 2008 [INFO] Final Memory:
  2M/4M
  [INFO]
  
 
 
 
  --
  This message has been scanned for viruses and dangerous content by
  MailScanner, and is believed to be clean.
 
 
  -
  This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
  Don't miss this year's exciting event. There's still time to save $100.
  Use priority code J8TL2D2.
  http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javao
  ne
  ___
  DSpace-tech mailing list
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 
 
  -
  This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
  Don't miss this year's exciting event. There's still time to save $100.
  Use priority code J8TL2D2.
  http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
  ___
  DSpace-tech mailing list
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
  --
  This message has been scanned for viruses and
  dangerous content by MailScanner, and is
  believed to be