Fix #42 mvnd fails if there is no .mvn/ dir in the user home

This commit is contained in:
Peter Palaga
2020-07-30 12:25:56 +02:00
parent 5d46afa55c
commit 6b912897b9
6 changed files with 21 additions and 17 deletions

View File

@@ -20,7 +20,6 @@ package org.jboss.fuse.mvnd.plugin;
import java.io.File;
import java.io.IOException;
import java.net.URISyntaxException;
import java.net.URL;
import java.nio.file.FileSystems;
import java.nio.file.Files;