0

First of all - sorry for my poor english :P I'm decided to write because I searched all google and stackoverflow and I didn't find answer...

So, I have a maven project in eclipse (Windows) and I have to export three packages (each time with another web.xml). And my question is: Is it possible to change dynamically web.xml (in WEB-INF) during maven installing/building project and as a result get 3 ear files, each of them build for another web.xml?

Aleksandr M
  • 24,264
  • 12
  • 69
  • 143

1 Answers1

0

You can use the maven-war plugin to manipulate your web.xml.

This post can maybe help.

Community
  • 1
  • 1
Pieter
  • 895
  • 11
  • 22