Hi ,
I am using maven 3.0.3.how to configure maven official repository and my
company remote repository.
It is always connect to repo1 central repository.plz help me.
                   <mirror>
              <id>repository</id>
              <mirrorOf>*,!repo1</mirrorOf>
              <name>ConsRepo</name>
              <url>http://mycompany.com/repository</url>
        </mirror>
                    <mirror>
              <id>repo1</id>
              <mirrorOf>external:*</mirrorOf>
              <name>maven2</name>
              <url>http://repo1.maven.org/maven2</url>
        </mirror>
Plz help me
Thanks & Regards,
shekarchandra

--
View this message in context: 
http://maven.40175.n5.nabble.com/maven-repositories-how-to-tp5090872p5090872.html
Sent from the Maven - Users mailing list archive at Nabble.com.

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

Reply via email to