Details
Description
Inside moduleset-issue.zip is a maven project (including eclipse indigo project files)
The project has three modules: module-a, module-b and assembler. The assembler module used the assembly plugin with a descriptor.
You can reproduce the issue by executing "mvn package" for the assembler module and then observing the file moduleset-issue/assebler/target/assembler-0.0.1-SNAPSHOT-bin.zip.
The objective of the descriptor was to create a zip file with two directories: Directory A would include module-a and its dependencies and directory B would contain module-b and its dependencies.
What happens is: both directories have all the dependencies.