Hi, When making a zip assembly, I'd need to generate a file that contains a list of the modules contained in the zip (just the modules, not the transitive dependencies). So if my pom has:
<modules>
<module>moduleA</module>
<module>moduleB</module>
</modules>
I'd get a file (e.g modules.txt) in the zip that would say:
moduleA-0.0.1.jar
moduleB-0.0.1.jar
Any pointers to a plugin that could do that or any other help would be
greatly appreciated. Thanks!
--
FD
