François Xavier Gendrin wrote:
>
> I'm searching a way to include files (shell script, properties files,
> etc.) from an another module, and I didn't know how to do it.
>
This can be achieved more reliably using a dependencySet in your assembly.
Declare the module you want to include as a dep
Source jars are easy to manually install locally as they are not linked to
any other files. They are not mentioned in POMs, for example - they are
associated simply by existing with the correct name.
Simply put your source in a jar and copy it to the local repo beside the
binary artifact. The onl