Maven assembly plugin: include file without taking its path folders
问题 I'm using maven-assembly-plugin to include files from a dependency ZIP (also generated with assembly plugin) into a final release ZIP file. The issue is that I want to select which files from the dependency to get, but not copying the folder path where those files are. Just the files. For example: <assembly> <formats> <format>zip</format> <format>dir</format> </formats> <includeBaseDirectory>false</includeBaseDirectory> <dependencySets> <dependencySet> <includes> <include>package:artifactId