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

Maven 4.0.0 - Failing IT - maven-resources-plugin not defined #417

Closed khmarbaise closed 11 months ago

khmarbaise commented 11 months ago
Expecting all elements of:
  ["Version not locked for default bindings plugins [maven-resources-plugin], you should define versions in pluginManagement section of your pom.xml or parent"]
to satisfy given requirements, but these elements did not:

"Version not locked for default bindings plugins [maven-resources-plugin], you should define versions in pluginManagement section of your pom.xml or parent"
error: 
Expecting actual:
  "Version not locked for default bindings plugins [maven-resources-plugin], you should define versions in pluginManagement section of your pom.xml or parent"
to start with:
  "Using platform encoding ("
java.lang.AssertionError: 

Expecting all elements of:
  ["Version not locked for default bindings plugins [maven-resources-plugin], you should define versions in pluginManagement section of your pom.xml or parent"]
to satisfy given requirements, but these elements did not:

"Version not locked for default bindings plugins [maven-resources-plugin], you should define versions in pluginManagement section of your pom.xml or parent"
error: 
Expecting actual:
  "Version not locked for default bindings plugins [maven-resources-plugin], you should define versions in pluginManagement section of your pom.xml or parent"
to start with:
  "Using platform encoding ("

    at com.soebes.itf.examples.LogoutputIT.basic(LogoutputIT.java:56)
    at java.base/java.lang.reflect.Method.invoke(Method.java:580)
    at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
    at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
    at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.tryRemoveAndExec(ForkJoinPool.java:1351)
    at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:422)
    at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:651)
    at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)