Re: maven shade plugin createSourceJar does not include sources from current module

2012-05-25 Thread Saurabh Ajmera
Hi Oliver, Thanks for your response. I have created the following jira: http://jira.codehaus.org/browse/MSHADE-120 Also, I have attached a sample project to help reproduce the issue. Thank you, Saurabh Ajmera On May 25, 2012, at 11:07 AM, Olivier Lamy wrote: > In such case the best approach is

Re: maven shade plugin createSourceJar does not include sources from current module

2012-05-25 Thread Olivier Lamy
In such case the best approach is to create an issue with a sample project to reproduce the trouble . And the best of the best attaching a patch which fix the issue :-) -- Olivier Le 25 mai 2012 17:40, "Saurabh Ajmera" a écrit : > Hi, > > Is there anyone using the shade plugin? are you facing th

Re: maven shade plugin createSourceJar does not include sources from current module

2012-05-25 Thread Saurabh Ajmera
Hi, Is there anyone using the shade plugin? are you facing this issue? On May 22, 2012, at 11:06 AM, Saurabh Ajmera wrote: > Hi, > > I am using the maven shade plugin to produce a jar which includes contents of > one dependency artifact plus the contents of my current maven module, such > tha

maven shade plugin createSourceJar does not include sources from current module

2012-05-22 Thread Saurabh Ajmera
Hi, I am using the maven shade plugin to produce a jar which includes contents of one dependency artifact plus the contents of my current maven module, such that the contents of my maven module override the files with the same name in the dependency jar. The shade plugin generates the jar file