I ve got an maven based web project including the "normal" directory structure. I've the need to generate to war artifacts, one is the normal app, the other is an admin "version", which is realised by using 2 different maven-profiles. In case of the admin version I need to rename a JSP-file just before the war file is packaged.
How can I do this? Which maven-plugin fits this requirement?