ua.setDestDirectory(resourceDir);
ua.setOverwrite(true);
ua.extract();
} catch (IOException e) {
getLog().error("Failed to copy dojo release jar", e);
throw new MojoExecutionException("Failed to copy dojo release jar");
} catch (NoSuchArchiverException e) {
getLog().error("Failed to unarchive dojo release jar", e);
throw new MojoExecutionException("Failed to unarchive dojo release jar");
} catch (ArchiverException e) {
getLog().error("Failed to unarchive dojo release jar", e);
throw new MojoExecutionException("Failed to unarchive dojo release jar");
}
}