We can't access it thorugh http as repo is in another unix file system.
If I do this it will not work 

<project>
  ...
   <repositories>
     <repository>
      <id>my-internal-site</id>
      <url>http://var/tmp/repo</url>
     <repository>
   </repositories>
  ...
</project>

-----Original Message-----
From: Jo Vandermeeren [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 25, 2007 11:36 AM
To: Maven Users List
Subject: Re: Accessing repository in Two different Unix server

Jaish,

That is pretty well documented on the Maven website:
http://maven.apache.org/guides/introduction/introduction-to-repositories
.html

It comes down to adding this snippet to your pom file..

<project>
  ...
   <repositories>
     <repository>
      <id>my-internal-site</id>
      <url>http://myserver/repo</url>
     <repository>
   </repositories>
  ...
</project>


Cheers
Jo

On 5/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
>
> Hello All,
>
> We have repository in one unix machine at /var/tmp/repo location. We 
> are running the unix build in other unix box. How we should configure 
> the repository details in POM.xml/Setting.xml so that repository is 
> available.
>
> Any early help would be appreciated.
>
> Regards
> Jaish
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to