Introduction
When using Maven3 to build your enterprise application containing an war file, the war file’s context root is set as
<artifactId>-<version>
If you want to overwrite this root context, you can do this in the EAR’s pom.xml. Continue reading “Maven: update context root in EAR”