The WAR Plugin is responsible for collecting all artifact dependencies, classes and resources of the web application and packaging them into a web application archive.
If I have simple maven webapp project in Eclipse that depends on another maven project in my workspace, I get …
m2eclipse maven-war-pluginI’m using Maven 3.2.3. I used to be able to run “mvn clean install” on my WAR project and the …
maven maven-3 maven-war-plugin maven-install-pluginI'm building a web application project using maven, and packaging is set to "war". I also use YUI compressor plugin …
maven yui-compressor maven-war-pluginI'd like to ONLY exclude certain files using the maven-war-plugin when the property "skipCompress" is set to true. I thought …
maven-3 pom.xml maven-war-pluginI apologize that this is surely basic maven/war plugin stuff, but I'm totally not a maven user. I just …
maven maven-war-pluginI have this setup currently: Project A outputs a war file - has a configuration file (WEB-INF/web.xml). We've …
maven overlay maven-war-pluginThe maven plugin works very slow for me. In my project the webapp folder has nearly 15000 small files (images, jsp, …
performance maven maven-war-pluginI'm using maven-war-plugin to generate a WAR file. In the dependency hierarchy, I can see many transitive dependencies, which are …
java maven war maven-war-pluginSituation is pretty straightforward. I have a Java webapp that I'm converting to be built with Maven. At present, the …
java maven-2 pom.xml maven-war-plugin maven-ear-plugin