return client.processProject( projectId, pomFilename, autoVersionSubmodules );
}
catch ( MalformedURLException e )
{
log.error( "Invalid build agent url " + buildAgentUrl );
throw new ContinuumReleaseException( "Invalid build agent url " + buildAgentUrl );
}
catch ( Exception e )
{
log.error( "Failed to process project for releasing", e );
throw new ContinuumReleaseException( "Failed to process project for releasing", e );
}
}