I have 3 modules in my maven project for jar, war and ear package. When I build JAR file, I add some XML files to META-INF directory (like jboss.xml or ejb-jar.xml). If i build EAR, the package include jar file but without XML files in META-INF...
I'm confused because I don't know how to change it. Please help