Here is my project consisting of the following maven modules:
model, services, web
Only web module war file is creating under target folder..web
.web
You need to set packaging at pom.xml
pom.xml
war
Than run the command:
mvn install