Hi, Just noticed that "mvn integration-test" fails in microsling-core, for some reason the web container is not started.
All tests pass using "mvn jetty:run" and "mvn -o -PnullMicroslingProfile test", so it's really only the cargo-maven2-plugin that does not work. I'll have a look tomorrow, in the meantime use " mvn install -Dmaven.test.skip=true" to build microsling (and when you do this, cargo starts the container..weird ;-) -Bertrand
