How do I identify which layer I need to include in my wildfly-jar-maven-plugin in order to load a specific extension?
I have an Maven application I am attempting to containerize. The current build pipeline uses manually compiled EAR and WAR files and a standalone.xml file, so I’ve updated the source code so that everything is built and placed in a Wildfly Bootable JAR. The only problem comes with configuring the JBoss server.