I am using this directory structure :
Parent
|
|--Back-end(one module FOR enitity)
| |- pom.xml
|
|--Back-end(one module FOR rest)
| |- pom.xml
|
|--Back-end(one module FOR service)
| |- pom.xml
|
|--Front-end(module for angular)
| |-public
| | |-myApp
| | |-all angularjs related files
|
|
|
|pom.xml
My back-end module produces a WAR but now how to make separate war for angular : the goal here is to be able to deploy the entire javascript application(angularjs) as a java war file.