We have a Maven project which use the overlay of war plugin in order to merge 2 wars.
With Eclipse, we have a Tomcat 8 installation (use tomcat installation property checked) in server view.
If we republish the project, only parent compiled files are deployed to Tomcat.
When we take a look in target directory, we have :
It seems Eclipse just deploy "classes" directory into webapps directory of Tomcat.
How to solve it ?
Thank you
Eclipse Neon RC3, Tomcat 8, Maven 3.3.9. Same problem with Mars...
It is impossible to solve this problem.
Eclipse with his plugin doesn't build the project in Maven native way. We tried on Mars, Neon, Oxygen version with all update which were possible for m2e plugin.