In our company in the CI machines maven local repository is purged before every build. As result my build logs always have a bunch of noise like this
Downloa
mvn -B .. or mvn --batch-mode ... will do the trick.
Update
--no-transfer-progress will suppress the output of downloading messages at all without suppressing the other output.