Questions tagged [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

226 questions
-1
votes
1 answer

Maven: creating a war with a ROOT dir

I have always (for the purposes of vhost configuration in apache and tomcat) deployed my web app into tomcat as follows by extracting a tar.gz file which is built by ant; tomcat/webapps/myApp/ROOT/ and so this is what production…
dre
  • 1,027
  • 1
  • 11
  • 31
1 2 3
…
15
16