You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by de...@wipro.com on 2005/05/25 11:01:08 UTC

Problem in using Tomcat Web Server on a Linux OS as the Central repository

Hi,       

           

I had used the Tomcat Web Server on a Linux OS as the Central repository
for downloading the dependent jar files. I had created a directory by
name "maven" under webapps folder of tomcat and placed the dependent jar
files in it with the same structure that Maven proposes. And used the
property maven.repo.remote=http://10.145.92.29:8081/maven in the
build.properties file.

           

I had got the following error:       

__  __

|  \/  |__ _Apache__ ___

| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~

|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2



Attempting to download commons-digester-1.5.jar.

WARNING: Failed to download commons-digester-1.5.jar.

The build cannot continue because of the following unsatisfied
dependency:



commons-digester-1.5.jar



Total time: 2 seconds

Finished at: Wed May 25 14:24:55 IST 2005

           

Is there any way through which I can download the dependent jar files
from a Web Server?



Regards,

Deepa






Confidentiality Notice

The information contained in this electronic message and any attachments to this message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged information. If
you are not the intended recipient, please notify the sender at Wipro or Mailadmin@wipro.com immediately
and destroy all copies of this message and any attachments.

Re: Problem in using Tomcat Web Server on a Linux OS as the Central repository

Posted by Graham King <Gr...@kbcfp.com>.
  Deepa,

  The directory structure is <groupId>/jars/<artifactId>-<version>.jar

  So you need to copy your commons-digester to

  maven/commons-digester/jars/commons-digester-1.5.jar

  then maven should be able to find it.

  Graham.

deepa.muthukumar@wipro.com wrote:
> Hi,       
> 
> 
>            
> 
> 
> I had used the Tomcat Web Server on a Linux OS as the Central repository
> for downloading the dependent jar files. I had created a directory by
> name "maven" under webapps folder of tomcat and placed the dependent jar
> files in it with the same structure that Maven proposes. And used the
> property maven.repo.remote=http://10.145.92.29:8081/maven in the
> build.properties file.
> 
> 
>            
> 
> 
> I had got the following error:       
> 
> 
> __  __
> 
> |  \/  |__ _Apache__ ___
> 
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> 
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
> 
> 
> 
> 
> Attempting to download commons-digester-1.5.jar.
> 
> WARNING: Failed to download commons-digester-1.5.jar.
> 
> The build cannot continue because of the following unsatisfied
> dependency:
> 
> 
> 
> 
> commons-digester-1.5.jar
> 
> 
> 
> 
> Total time: 2 seconds
> 
> Finished at: Wed May 25 14:24:55 IST 2005
> 
>            
> 
> 
> Is there any way through which I can download the dependent jar files
> from a Web Server?
> 
> 
> 
> 
> Regards,
> 
> Deepa
> 
> 
> 
> 
> 
> 
> 
> Confidentiality Notice
> 
> 
> The information contained in this electronic message and any attachments to this message are intended
> for the exclusive use of the addressee(s) and may contain confidential or privileged information. If
> you are not the intended recipient, please notify the sender at Wipro or Mailadmin@wipro.com immediately
> and destroy all copies of this message and any attachments.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org