you can try various repository managers in market like
 Nexus,
Apache archiva,
Artifactory...
 After setting up your repository manager just include the 
<settings>
  ...
  <mirrors>
    <mirror>
      <id>internal-repository</id>
      <name>Maven Repository Manager running on repo.mycompany.com</name>
      <url>http://repo.mycompany.com/proxy</url>
      <mirrorOf>*</mirrorOf>
    </mirror>
  </mirrors>
  ...
</settings>

This feature is only available in Maven 2.0.5+.
-- 
View this message in context: 
http://maven.40175.n5.nabble.com/Creating-a-Local-Repository-for-Intranet-Access-without-Internet-Connection-tp3393980p3394051.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