Dear All,

To briefly introduce the setup, we have
1) Windows 2003 Server with Apache HTTP Server, Maven Repository with
sub-division as Maven2/int and Maven2/Ext (Intranet Repositories)
2) Solaris Server with continuum and Maven.The Continuum on solaris will
help build and deployment once provided with pom.xml.

The general policy defined is, the POM file creator will have the proxy
connection and will be downloading all the dependents from internet and then
physically copy the files to Windows 2003 Maven/ext repository (Intranet
Repository). And Solaris server when trying to build the pom.xml it will
refer only to INTRANET Repository and will not have have proxy connection. 

The problem faced is the Maven on Solaris is unable to download or detect
the intranet repository. Please provide your inputs as i;ve tried all
possiblilities. Might i'm going wrong somewhere.

The settings.xml on solaris has proxy disabled, <mirrorof> is specified as 
  <mirror>
      <id>Ext</id>
      <mirrorOf>central</mirrorOf>
      <name>ISD External Mirror - MAVEN</name>
      <url>http://abc.com/maven2/ext</url> -->pointer to Windows 2003
repository as Maven2/ext 
   </mirror>
  <mirror>
      <id>Int</id>
      <mirrorOf>central</mirrorOf>
      <name>ISD External Mirror - MAVEN</name>
      <url>http://abc.com/maven2/int</url> -->pointer to Windows 2003
repository as Maven2/int
   </mirror>

yours inputs will be highly appreciated
Tejas
-- 
View this message in context: 
http://www.nabble.com/Maven-Intranet-Repository-Setup-issue-tf1970259.html#a5408845
Sent from the Maven - Issues forum at Nabble.com.

Reply via email to