I have a main war file with maven dependencies to various war files. With the maven-war-plugin I am able to merge them into one, but my problem is, if files with the same name exist they will be overridden by the last one.
What I want is to merge the files with the same name.