You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Expected behavior
The .mvn must be copied.
The used versions
Maven: [Maven 3.9.X, Maven 4.0.0-beta-3]
JDK: 21.0.2
ITF: 0.13.1
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: