https://bz.apache.org/bugzilla/show_bug.cgi?id=60196
--- Comment #2 from Arjan Tijms <arjan.ti...@gmail.com> --- Thanks a lot for the quick fix! ps. I added a CI target for Tomcat to the Java EE samples project (https://github.com/javaee-samples/javaee7-samples.git) After a git clone the JASPIC tests can be started using: mvn clean install -pl "test-utils,util" -am cd jaspic mvn clean test -P tomcat-ci-managed Tomcat versions from the Apache public and staging repositories can be tested. It currently defaults to version 8.5.6, but another version can be used via the -Dtomcat.version option. E.g. mvn clean test -P tomcat-co-managed -Dtomcat.version=8.5.5 Note that for Tomcat the integration tests with EJB, JSF, JACC, etc are automatically skipped. The staged Tomcat 8.5.6 has a perfect test result btw, all tests pass. Very impressive! -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org