Tag: JavaEE

  • maven-ear-plugin and application.xml

    If you are building a modern JavaEE 6 application you might need to package it in EAR. Supposingly, specification says if your EAR contains META-INF/application.xml file, you must provide configuration of modules so that the application server knows what to load. Now, specification also supposingly says that, if you want your application server to AUTO…