Top "Maven-war-plugin" questions

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.

Workaround(s) for maven-war-plugin error: Failed to copy file for artifact

If I have simple maven webapp project in Eclipse that depends on another maven project in my workspace, I get …

m2eclipse maven-war-plugin
Files got overwritten in maven project when building a war

I'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-plugin
Conditional configuration in maven pom.xml

I'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-plugin
Maven war plugin copy arbitrary files

I apologize that this is surely basic maven/war plugin stuff, but I'm totally not a maven user. I just …

maven maven-war-plugin
Modifying resources inside a war overlay in maven

I have this setup currently: Project A outputs a war file - has a configuration file (WEB-INF/web.xml). We've …

maven overlay maven-war-plugin
Speed up maven war plugin

The maven plugin works very slow for me. In my project the webapp folder has nearly 15000 small files (images, jsp, …

performance maven maven-war-plugin
maven-war-plugin : exclude many dependencies from lib folder

I'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-plugin