The maven assembly plugin moduleset sources instructions are not including any files and not matching the included modules
问题 I have a multi-module maven project, and I'm trying to get the moduleset sources portion of the assembly plugin to work. I have modules " module_parent ", " module_a ", and " module_assembly ". module_a and module_assembly are children of module_parent . module_assembly has a declared pom dependency on module_a . module_assmebly has the assembly plugin, with the assembly.xml looking like: <?xml version="1.0"?> <assembly> <id>bin</id> <formats> <format>zip</format> </formats>