Re: import file from other modules

2008-10-30 Thread Aaron X Bell
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

Re: How to install sources

2006-04-20 Thread Aaron X Bell
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