Re: debugging maven-deploy-plugin:deploy-file

2016-02-10 Thread Mehul Sanghvi
s. > > Chris > > > Von: Mehul Sanghvi <mehul.sang...@gmail.com> > Gesendet: Dienstag, 9. Februar 2016 21:49 > An: Maven Users List > Betreff: Re: debugging maven-deploy-plugin:deploy-file > > What should I be looking at on the server side ?

Re: debugging maven-deploy-plugin:deploy-file

2016-02-10 Thread Mehul Sanghvi
my Artifactory logs. >> >> Chris >> >> >> Von: Mehul Sanghvi <mehul.sang...@gmail.com> >> Gesendet: Dienstag, 9. Februar 2016 21:49 >> An: Maven Users List >> Betreff: Re: debugging maven-deploy-pl

Re: debugging maven-deploy-plugin:deploy-file

2016-02-09 Thread Adrien Rivard
Hi, I'm guessing you have a mismatch between the repositories ids you have at execution and the configured in your settings.xml (where the username/password are). Probably the repository id for upload-zip stuff is different that the one for upload-jars? On Tue, Feb 9, 2016 at 1:54 AM, Mehul

AW: debugging maven-deploy-plugin:deploy-file

2016-02-09 Thread Christofer Dutz
Februar 2016 15:02 An: Maven Users List Cc: i...@soebes.de Betreff: Re: debugging maven-deploy-plugin:deploy-file The repositoryId is the same for both. They are getting uploaded to the same repository. So face I have tested the following: 1. verified username/password by logging into the web

Re: debugging maven-deploy-plugin:deploy-file

2016-02-09 Thread Anders Hammar
> > Chris > > > Von: Mehul Sanghvi <mehul.sang...@gmail.com> > Gesendet: Dienstag, 9. Februar 2016 15:02 > An: Maven Users List > Cc: i...@soebes.de > Betreff: Re: debugging maven-deploy-plugin:deploy-file > > The reposit

Re: debugging maven-deploy-plugin:deploy-file

2016-02-09 Thread Mehul Sanghvi
The repositoryId is the same for both. They are getting uploaded to the same repository. So face I have tested the following: 1. verified username/password by logging into the web ui 2. verified that server id in settings.xml matches the distribution repository id in the pom.xml 3.

AW: debugging maven-deploy-plugin:deploy-file

2016-02-09 Thread Christofer Dutz
gt; Gesendet: Dienstag, 9. Februar 2016 16:27 An: Maven Users List Betreff: Re: debugging maven-deploy-plugin:deploy-file Please keep in mind that there could be authorization rules in the repository manager that gives access to some groupIds but not others, for example. You should contact the ones responsi

Re: debugging maven-deploy-plugin:deploy-file

2016-02-09 Thread Mehul Sanghvi
y (Haven't updated that for quite some time) > > > > As I don't seem to be alone with this eventually I'll use Wireshark > > investigate what's going over the wire. Mabe this will help find out > what's > > going wrong. > > > > Chris > > > >

AW: debugging maven-deploy-plugin:deploy-file

2016-02-09 Thread Christofer Dutz
; > My repo is an Artifactory (Haven't updated that for quite some time) > > > > As I don't seem to be alone with this eventually I'll use Wireshark > > investigate what's going over the wire. Mabe this will help find out > what's > > going wrong. > > >

Re: debugging maven-deploy-plugin:deploy-file

2016-02-08 Thread Karl Heinz Marbaise
Hi, On 2/8/16 6:43 AM, Mehul Sanghvi wrote: I have a project with multiple modules and sub-modules. Two of the modules, use the same maven-deploy-plugin:deploy-file logic, just the artefacts they are working Can you show an example of your deploy-file logic? Cause if you are really using

Re: debugging maven-deploy-plugin:deploy-file

2016-02-08 Thread Adrien Rivard
Hi, If it is effectively using the same configuration, the problem could be on the nexus level (users / permission). Try uploading it directly from the nexus GUI. That said I don't recall anything that would prevent iploading zip and not jars so your problem can still be on maven level. Can you

Re: debugging maven-deploy-plugin:deploy-file

2016-02-08 Thread Mehul Sanghvi
I have attached a copy of the pom.xml that I am using. On Mon, Feb 8, 2016 at 4:05 AM, Karl Heinz Marbaise wrote: > Hi, > > On 2/8/16 6:43 AM, Mehul Sanghvi wrote: > >> I have a project with multiple modules and sub-modules. Two of the >> modules, use >> the same

debugging maven-deploy-plugin:deploy-file

2016-02-07 Thread Mehul Sanghvi
I have a project with multiple modules and sub-modules. Two of the modules, use the same maven-deploy-plugin:deploy-file logic, just the artefacts they are working with are different. One module uploads designated JARs to Nexus. The other is meant for uploading ZIP files. Both are activated