Hi everyone,

I wanted to ask whether there is some Maven2 plugin which allows to produce a
source bundle for a project, i.e. a JAR file containing not only the sources of
the module itself (as produced by "mvn source:jar") but also the sources of all
its dependencies.
The idea would be to have an analogon to the assembly concept in order to allow
(non-maven) projects which use an assembly as a library to also attach a source
JAR to it for development/debugging.
So far, I have looked at the "assembly" and "source" plugins but couldn't find
anything providing the described functionality. Is there maybe some way to do
this in Maven2?

Thanks in advance for any help!

Best regards,
  Ovidio

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to