Search in sources :

Example 1 with SynergyAddCommand

use of org.apache.maven.scm.provider.synergy.command.add.SynergyAddCommand in project maven-scm by apache.

the class SynergyScmProvider method add.

/**
 * {@inheritDoc}
 */
public AddScmResult add(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException {
    SynergyAddCommand command = new SynergyAddCommand();
    command.setLogger(getLogger());
    return (AddScmResult) command.execute(repository, fileSet, parameters);
}
Also used : AddScmResult(org.apache.maven.scm.command.add.AddScmResult) SynergyAddCommand(org.apache.maven.scm.provider.synergy.command.add.SynergyAddCommand)

Aggregations

AddScmResult (org.apache.maven.scm.command.add.AddScmResult)1 SynergyAddCommand (org.apache.maven.scm.provider.synergy.command.add.SynergyAddCommand)1