1
Guys, my question is this: I have for example the following folders: (Each project obviously in its separate folder)
- Project1
- Project2
- Projectofinal
When I will generate the build of the Projectofinal I add in Deployment Assembly these other 2 projects, so far so good, if I run it in Tomcat goes well, but when I give a Maven -> Update Project and come back in this part of Deployment Assembly, the other projects I added there disappear from the listing, then I need to add again.
Someone has already gone through this and imagine what to do to not disappear from the list after the Update Project?
All this hinders me when I will generate MVN CLEAN INSTALL, because it generates War without these dependencies.