final String configuration = this.getConfigurationContents();
if (configuration != null)
{
andromdapp.addConfiguration(this.getConfigurationContents());
}
andromdapp.run();
}
catch (final Throwable throwable)
{
if (throwable instanceof MojoExecutionException)
{