Hi,
  I have a need to aggregating a project's source code with its dependency's
source code. That is, a project p1 has dependency on p2. I would like to
create a source jar for p1 that also contains the source code of p2. How do
I achieve this? Does the source:aggregate goal in maven-source-plugin can
solve my problem?

Regards,
Rice

Reply via email to