Can someone please point me to an step by step guide on how to package 2 spring-boot war applications into an ear with skinny wars?
I have both spring-boot applications deployed and working separately on a jboss-eap-6.2 server, but when I try to package them into an ear the result doesn't deploy.
maven ear plugin configuration? pom.xml configuration?