RemoveScmResult scmResult =
scmProvider.remove( scmRepository, scmFileSet, "Removing for next development iteration." );
if ( !scmResult.isSuccess() )
{
throw new ReleaseScmCommandException( "Cannot remove release POMs from SCM", scmResult );
}
}
catch ( ScmException exception )
{
throw new ReleaseExecutionException( "Cannot remove release POMs from SCM: " + exception.getMessage(),