put("targetPackage", targetPackage);
putAll(configValues);
}
});
pluginMojo.execute();
} catch (URISyntaxException e) {
throw new RuntimeException(e);
} catch (MojoExecutionException e) {
throw new RuntimeException(e);
} catch (DependencyResolutionRequiredException e) {