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 maven-deploy-plugin:deploy-f

Re: Maven Plugin that I can adapt for my own needs

2016-02-08 Thread Mike Samuel
On Fri, Feb 5, 2016 at 10:56 PM, Mike Samuel wrote: > I'm developing a maven plugin and I've worked through "Maven - Guide > to Developing Java Plugins" but am still having some trouble getting > configurations parsed consistently between MojoTestCases run under > eclipse and maven run at the comm

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 d

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