Menu
  • HOME
  • TAGS

maven-ear-plugin contextRoot ignored

java,maven,maven-ear-plugin

The problem is that you generate the application.xml only once while you need two application.xml. For this you need to put also two executions of the generate-application-xml goal binded on the generate-resources phase of the maven lifecycle in order to generate the application.xml file two times (in two different folders...