try {
if (!runtimeImpl.start() && strict) {
throw new RuntimeException("undefined placeholders");
}
} catch (Exception e) {
runtimeImpl.error(e);
throw new MojoExecutionException("Autoconfig failed", e);
}
if (exploding && explodedDirectory != null) {
unpack(dest, explodedDirectory);