0

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.

Bruce_Wayne
  • 1,564
  • 3
  • 18
  • 41
Daniel
  • 609
  • 2
  • 7
  • 17

1 Answers1

0

This is not something done commonly with Maven. But have a look at the discussion of this SO question: How can I merge resource files in a Maven assembly?

Community
  • 1
  • 1
Brett Walker
  • 3,566
  • 1
  • 18
  • 36