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
88 stars 28 forks source link

The .mvn directory is not copied #479

Open khmarbaise opened 4 days ago

khmarbaise commented 4 days ago

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