serverId));
{
try
{
SettingsDecrypter settingsDecrypter = container.lookup( SettingsDecrypter.class );
SettingsDecryptionResult result =
settingsDecrypter.decrypt( new DefaultSettingsDecryptionRequest( server ) );
server = result.getServer();
}
catch ( ComponentLookupException cle )
{
throw new MojoExecutionException( "Unable to lookup SettingsDecrypter: " + cle.getMessage(), cle );