Hi guys! Can you please help me properly setup mav...
# announcements
d
Hi guys! Can you please help me properly setup maven pom.xml to execute JUnit 5 Jupiter tests in mixed Java + Kotlin project. Can someone of you provide me worked example? PS: I have also posted similar questions on JUnit GitHub and StackOverflow: - https://github.com/junit-team/junit5/issues/1899 - https://stackoverflow.com/questions/56306835/pom-xml-maven-configuration-to-run-junit-4-junit-5-jupiter-tests-in-mixed-java?noredirect=1#comment99224282_56306835 Thanks! --- Regards, Maksim
spend few hower, but seems like I found answers by myself… worked configueation of maven multi-module project with mixed Java + Kotlin and JUnit 4 vintage ++ JUnit 5 jupiter tests execution located here: https://github.com/daggerok/mixed-kotlin-java-jupiter-tests Thanks to me
❤️ 1