private File resolve()

in tomee-patch-plugin/src/main/java/org/apache/tomee/patch/plugin/PatchMojo.java [640:646]


    private File resolve(final String gav) throws MojoFailureException, MojoExecutionException {
        try {
            return Mvn.mvn(gav);
        } catch (Exception e) {
            return download(gav);
        }
    }