Wildfly 13.0 failing to deploy multiple WARs while deploying from Eclipse, works fine otherwise
I finally figured out a solution, in order to not "explode" your jars inside the WAR, you need to right click on your project ---> Maven ---> Disable Workspace Resolution. This solved my problem, I can now deploy without any problem from Eclipse!