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.

maven2: excluding directory from WAR

I tried this to exclude whole directory (${basedir}/src/main/webapp/webscripts) from my WAR file but it failed. What …

maven-2 maven maven-war-plugin
In Maven, how output the classpath being used?

For my current purposes I have a Maven project which creates a war file, and I want to see what …

maven classpath war maven-war-plugin
Why is maven-war-plugin failing for web.xml missing if I configured it not to fail on missing web.xml?

Here's a challenge: why is this build failing? I have configured Maven's maven-war-plugin not to fail on an abscent web.…

java maven maven-3 war maven-war-plugin
How to overwrite files in the WAR file during maven build?

I have a Java webapp project that I develop in Eclipse (more precisely MyEclipse 10) and build using Maven 3. I have …

eclipse maven myeclipse maven-war-plugin maven-profiles
Run an ant task in maven build phase before war is packaged?

When deploying a webapp I need to update some variables in UI resources, unzip some assets and concat some files, …

maven pom.xml maven-war-plugin maven-antrun-plugin
Exclude all the jar's from webapp/WEB-INF/lib

I have the third party jar's in my WEB project placed at /src/main/webapp/WEB-INF/lib/ I have mentioned …

maven maven-war-plugin
maven-replacer-plugin to replace tokens in build and not source

I am trying to use the maven-replacer-plugin to replace tokens in my web.xml when it is built in the …

maven replace maven-3 maven-war-plugin
Why would a maven-war-plugin generate a JAR instead of a WAR?

I am following this Contract first using CXF tutorial and while the resulting pom.xml generates sources and even completes …

maven maven-3 maven-plugin maven-war-plugin
How to remove version number from war file

I have a Dependency in child pom like this. <dependencies> <dependency> <groupId>sample-groupID</…

maven pom.xml maven-war-plugin maven-ear-plugin