diff --git a/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.13.0.adoc b/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.13.0.adoc
index 88cd6ad22e..34642bca44 100644
--- a/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.13.0.adoc
+++ b/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.13.0.adoc
@@ -60,6 +60,7 @@
:issue-411: https://github.com/khmarbaise/maven-it-extension/issues/411[Fixed #411]
:issue-413: https://github.com/khmarbaise/maven-it-extension/issues/413[Fixed #413]
:issue-414: https://github.com/khmarbaise/maven-it-extension/issues/414[Fixed #414]
+:issue-417: https://github.com/khmarbaise/maven-it-extension/issues/417[Fixed #417]
:issue-??: https://github.com/khmarbaise/maven-it-extension/issues/??[Fixed #??]
:release_0_13_0: https://github.com/khmarbaise/maven-it-extension/milestone/13
@@ -76,6 +77,7 @@
* {issue-329} - Upgrade to smpp 5.3.14
* {issue-409} - Remove superfluous debugging outputs
* {issue-410} - Document build requirement
+ * {issue-417} - Maven 4.0.0 - Failing IT - maven-resources-plugin not defined
*Breaking Changes*
diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/LogoutputIT/basic/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/LogoutputIT/basic/pom.xml
index 9b496f0013..95af48070b 100644
--- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/LogoutputIT/basic/pom.xml
+++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/LogoutputIT/basic/pom.xml
@@ -31,6 +31,15 @@ under the License.
Test an EAR generation
+
+
+
+ org.apache.maven.plugins
+ maven-resources-plugin
+ 3.3.1
+
+
+
org.apache.maven.plugins
diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/LogoutputIT/basic_windows/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/LogoutputIT/basic_windows/pom.xml
index 9b496f0013..95af48070b 100644
--- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/LogoutputIT/basic_windows/pom.xml
+++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/LogoutputIT/basic_windows/pom.xml
@@ -31,6 +31,15 @@ under the License.
Test an EAR generation
+
+
+
+ org.apache.maven.plugins
+ maven-resources-plugin
+ 3.3.1
+
+
+
org.apache.maven.plugins