[MNG-5457] Show repository id when downloading or uploading from/to a remote repository

o Updated to account for recent log messages in 3.4+.



git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1775976 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/it/MDEPLOY-202_deployfile-with-multiple-executions/verify.groovy b/src/it/MDEPLOY-202_deployfile-with-multiple-executions/verify.groovy
index a01675b..4232c45 100644
--- a/src/it/MDEPLOY-202_deployfile-with-multiple-executions/verify.groovy
+++ b/src/it/MDEPLOY-202_deployfile-with-multiple-executions/verify.groovy
@@ -19,4 +19,4 @@
 

 def buildLog = new File ( basedir, "build.log")

 

-assert buildLog.text.matches( /Uploading .* file:target\/repo\/org\/apache\/maven\/plugins\/deploy\/it\/org\.eclipse\.osgi\/1\.0\/org\.eclipse\.osgi-1\.0-sources\.jar/)
\ No newline at end of file
+assert buildLog.text =~ /Uploading.*file:target\/repo\/org\/apache\/maven\/plugins\/deploy\/it\/org\.eclipse\.osgi\/1\.0\/org\.eclipse\.osgi-1\.0-sources\.jar/