khmarbaise / maven-it-extension

Experimental JUnit Jupiter Extension for writing integration tests for Maven plugins/Maven extensions/Maven Core
https://khmarbaise.github.io/maven-it-extension/
Apache License 2.0
90 stars 31 forks source link

Make the IT's running for Maven 4 #464

Closed khmarbaise closed 7 months ago

khmarbaise commented 7 months ago

Describe the bug Currently some of the IT's are checking the line like:

"-------------------< com.soebes.katas:kata-fraction >-------------------",

which has fewer dashes in Maven 4 which will fail.

Expected behavior We should remove those parts because they are not really relevant for the IT's.