Описание тега maven-war-plugin

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.

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.

The Maven War Plugin has a default binding to the package phase for Maven projects having a war packaging.

Check the official usage page for a first look at how to use this plugin.

More Info