mirror of https://github.com/apache/maven.git
Remove verbose option
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326170 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
35d884623b
commit
caaa12315b
|
@ -78,7 +78,7 @@ sub syncSource()
|
|||
$repoDirectory = $sourceConfiguration->val( "host", "repoDirectory" );
|
||||
}
|
||||
|
||||
my $cmd = "rsync $standardOptions $options --rsh=\"ssh -T -v -l $rsyncUser\" $address:$directory/ $repoDirectory";
|
||||
my $cmd = "rsync $standardOptions $options --rsh=\"ssh -T -l $rsyncUser\" $address:$directory/ $repoDirectory";
|
||||
|
||||
runRsync( $cmd, $sourceConfiguration );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue