Unsafe mirrors? [WAS] Re: Problem using mvn site and mvn site-deploy

2007-03-01 Thread Borut Bolčina
[mailto:[EMAIL PROTECTED] Sent: 21 February 2007 12:20 To: Maven Users List Subject: Problem using mvn site and mvn site-deploy Hi all, I am having problems using the above commands. Maven can't resolve an artefact, the message is: [INFO

RE: Problem using mvn site and mvn site-deploy

2007-02-23 Thread Tomas Malmsten
Malmsten -Original Message- From: Tomas Malmsten [mailto:[EMAIL PROTECTED] Sent: 21 February 2007 12:20 To: Maven Users List Subject: Problem using mvn site and mvn site-deploy Hi all, I am having problems using the above commands. Maven can't resolve an artefact, the message is: [INFO

Problem using mvn site and mvn site-deploy

2007-02-21 Thread Tomas Malmsten
Hi all, I am having problems using the above commands. Maven can't resolve an artefact, the message is: [INFO] [ERROR] BUILD ERROR [INFO] [INFO]

Re: Problem using mvn site and mvn site-deploy

2007-02-21 Thread Borut Bolčina
Hello, I am having a similar issue trying to install freehep-rmic-plugin. This jar (archiva-utils) doesn't exist on ibiblio. Where is it? We use company repo with several mirrors to get artifacts. Missing: -- 1) org.apache.maven.archiva:archiva-utils:jar:1.0-SNAPSHOT Try downloading

Problem with mvn site

2006-03-27 Thread Venkatagopalaraju
Dear Maven Users, I have multiple projects.When I am trying to use mvn clean package from parent(Main pom.xml) level, It is working fine and generating javadoc,jars,reports...etc. Problem is, When I try to use mvn site from parent(Main pom.xml) level, It is generating

Re: Problem with mvn site

2006-03-27 Thread Wayne Fay
Try mvn clean package site. Alternatively, mvn install the cs-proxy module and cs-dbutil module. And then try mvn site again. Wayne On 3/27/06, Venkatagopalaraju [EMAIL PROTECTED] wrote: Dear Maven Users, I have multiple projects.When I am trying to use mvn clean package from