Describe the bug
It is required to have .mvn directory Inside the resources-its. Currently that .mvn directory is not copied.
To Reproduce
Create a simply project setup within src/test/resources-its/ which contains .mvn and during the execution of an integration test you can check the resulting target/maven-it/../ the .mvn directory is missing.
Describe the bug It is required to have
.mvn
directory Inside theresources-its
. Currently that.mvn
directory is not copied.To Reproduce Create a simply project setup within
src/test/resources-its/
which contains.mvn
and during the execution of an integration test you can check the resultingtarget/maven-it/../
the.mvn
directory is missing.Expected behavior The
.mvn
must be copied.The used versions