On Fri, May 25, 2012 12:12 pm, hujirong 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>
>

Check out

http://www.sonatype.com/books/nexus-book/reference/config.html

and if you want to use the max-public group make sure that central is part
of that group.

manfred
http://simpligility.com

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

Reply via email to