in src/main/java/org/apache/maven/plugins/changelog/scm/provider/svn/svnexe/command/info/SvnInfoCommandExpanded.java [68:78]
public InfoScmResult executeInfoTagCommand(
final SvnScmProviderRepository repository,
final ScmFileSet fileSet,
final String tag,
final CommandParameters parameters,
final boolean recursive,
final String revision)
throws ScmException {
Commandline cl = createTagCommandLine(repository, fileSet, tag, recursive, revision);
return executeInfoCommand(cl);
}