Fix #40 Cannot clean on Windows as long as mvnd keeps a plugin from the tree loaded

This commit is contained in:
Peter Palaga
2020-07-29 15:19:14 +02:00
parent 2a24501f05
commit 3d397966eb
3 changed files with 60 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ public class ModuleAndPluginNativeIT {
final ClientOutput output = Mockito.mock(ClientOutput.class);
client.execute(output,
// "clean", workaround for https://github.com/mvndaemon/mvnd/issues/40
"clean",
"install", "-e", "-Dmvnd.log.level=DEBUG").assertSuccess();
Assertions.assertThat(helloPath).exists();