Execute e2e tests on Travis also for Java 11
szpak opened this issue · 2 comments
szpak commented
Due to their nature (releasing the project in Nexus OSS) the current e2e cannot be executed in parallel. While tests currently pass locally with Java 11 (#73) it would be good to execute them also on Travis (currently it is done only for Java 8 as a release guardian). A remedy could be using a different project released with different staging repository, but it complicates e2e tests configuration a little bit.
szpak commented
Waiting for marcphilipp/nexus-publish-plugin#11 to have support for parallel e2e execution for the same staging repository.