You should have your repository manager (be it Nexus or some other
brand) proxy the central repo. I would guess that a default setup
includes this already. I know that the Nexus ones does this. Then you
configure your settings.xml according to the one specified in the free
Nexus book:
http://www.sonatype.com/books/nexus-book/reference/maven-sect-single-group.html

/Anders

On Fri, May 25, 2012 at 9:12 PM, hujirong <jirong...@gmail.com> wrote:
> First, our internal network is very slow, so everything we need is stored in
> our own internal Nexus. My question is what's the issue with my upload?
>
> Second, follow your suggestion, how can I setup a proxy tells Maven to
> retrieve everything from Maven central which is not in our internal
> repository? This is my current setting:
>
>
>  <mirrors>
>    <mirror>
>      <id>nexus</id>
>      <mirrorOf>*</mirrorOf>
>
>
> <url>http://localhost:8080/nexus-2.0.4-1/content/groups/max-public/</url>
>    </mirror>
>  </mirrors>
>
> Thanks
> Jirong
>
> --
> View this message in context: 
> http://maven.40175.n5.nabble.com/How-to-upload-this-pdf-plugin-on-to-my-internal-company-repository-tp5709832p5709856.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
>

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

Reply via email to