org.codehaus.cargo.container.spi.deployer.AbstractCopyingInstalledLocalDeployer.deployEar ignores the deployable/properties/name configuration from Maven2 plugin
file: core/api/container/src/main/java/org/codehaus/cargo/container/spi/deployer/AbstractCopyingInstalledLocalDeployer.java
It uses the EAR artifact name to generate the target path – ignoring the name override specified in the POM file. I will try to provide a patch to this.
0