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

Reply via email to