maven cargo deploy to war file fails to deploy as part of teamcity
问题 The same deployment works correctly on windows, and on linux - but using teamcity and its built in maven I get an error. Local deploys, and the error is : the container configuration directory "/BuildAgent/work/68d4a71c8dc5cfd9/target/cargo/configurations/tomcat8x" does not exist. Please configure the container before attempting to perform any local deployment. The relevant section of pom looks like this : <plugin> <groupId>org.codehaus.cargo</groupId> <artifactId>cargo-maven2-plugin<