Hello, I have two different web.xml files. One for Developers and another for Production.
Today I manually rename the file to use in develop enviroment and production. I would like to know how can I automatize the build using Maven Profile (or any other plugin). Is that possible? Thanks in advance.
