RE: How to upload this pdf plugin on to my internal company repository?

2012-05-29 Thread hujirong
Yes, I have that. I believe I fixed this issue by "mvn pdf:pdf -U". 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-tp5709832p5710325.html Sent from the Maven - Users mailing list archive at Nabbl

RE: How to upload this pdf plugin on to my internal company repository?

2012-05-29 Thread Matt Walsh
> -Original Message- > From: hujirong [mailto:jirong...@gmail.com] > Sent: Tuesday, May 29, 2012 1:12 PM > To: users@maven.apache.org > Subject: Re: How to upload this pdf plugin on to my i

Re: How to upload this pdf plugin on to my internal company repository?

2012-05-29 Thread hujirong
Unfortunately I can't change what max-public has. I already explained why, because we have a internal central repo and everything is hosted there instead of using or proxying Maven central. This is not what I can change. So my question remains the same: why I am getting this error and how to fix t

Re: How to upload this pdf plugin on to my internal company repository?

2012-05-25 Thread Anders Hammar
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.so

Re: How to upload this pdf plugin on to my internal company repository?

2012-05-25 Thread Manfred Moser
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

Re: How to upload this pdf plugin on to my internal company repository?

2012-05-25 Thread hujirong
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

Re: How to upload this pdf plugin on to my internal company repository?

2012-05-25 Thread Manfred Moser
On Fri, May 25, 2012 10:09 am, hujirong wrote: > Yes, we are using our own internal Nexus repository, not Maven central. I > have the Nexus admin right and I did uploaded the pdf plugin already. > > Jirong You should NOT be uploading artifacts that are available in external repositories. Just prox

Re: How to upload this pdf plugin on to my internal company repository?

2012-05-25 Thread hujirong
Yes, we are using our own internal Nexus repository, not Maven central. I have the Nexus admin right and I did uploaded the pdf plugin already. Jirong -- View this message in context: http://maven.40175.n5.nabble.com/How-to-upload-this-pdf-plugin-on-to-my-internal-company-repository-tp5709832p5

Re: How to upload this pdf plugin on to my internal company repository?

2012-05-25 Thread Anders Hammar
The org.apache.maven.plugins:maven-pdf-plugin:1.1 already exists in the Central repository, so Maven should normally be able to use it. I would suspect that the Central Repo is not part of the Nexus repo group 'mdm-public'. You should talk to your Nexus admin about this. /Anders On Fri, May 25, 2