Search code examples
mavenear

Problems in building ear with Maven


Iam trying to build ear with maven.common core and web are built coming to ear its throwing error :unable to generate default application.xml Unable to read articraft of type test-jar


Solution

  • Need to change the scope of some jars as provided instead of compile