I am trying to create a war file that will be deployed on a web/application server.
The source files of the app are purely HTML, CSS, and JavaScript. There is a separat
This is extremely simple:
src/main/webapp
foldersrc/main/webapp
foldersrc/main/webapp/WEB-INF
directory. add the maven-war-plugin to your pom.xml, with the following configuration:
maven-war-plugin
src/main/webapp/WEB-INF/web.xml
run mvn clean install!