mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-10 13:15:27 +00:00
Fix #40 Cannot clean on Windows as long as mvnd keeps a plugin from the tree loaded
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user