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]


Reply via email to