I\'m using maven to build a multimodule project. In one project I execute maven-war-plugin four times in order to filter some properties in every execution. As a stand alone project it 开发者_Go百科w
I wonder if it is possible to filter out files from WEB-INF/classes with maven-war-plugin? I have the following java package structure:
I have a maven war p开发者_如何转开发roject which produces webapp.war, and a maven \'skin\' project which produces skin.zip (a file full of resources and XML files).Now I want to add this zip file as
Situation is pretty straightforward. I have a Java webapp that I\'m converting to be built with Maven. At present, the app is built with Ant into a single WAR file, which is then bundled into an EAR w