You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2016/12/24 15:28:59 UTC

svn commit: r1775976 - /maven/plugins/trunk/maven-deploy-plugin/src/it/MDEPLOY-202_deployfile-with-multiple-executions/verify.groovy

Author: schulte
Date: Sat Dec 24 15:28:58 2016
New Revision: 1775976

URL: http://svn.apache.org/viewvc?rev=1775976&view=rev
Log:
[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+.


Modified:
    maven/plugins/trunk/maven-deploy-plugin/src/it/MDEPLOY-202_deployfile-with-multiple-executions/verify.groovy

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/MDEPLOY-202_deployfile-with-multiple-executions/verify.groovy
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/MDEPLOY-202_deployfile-with-multiple-executions/verify.groovy?rev=1775976&r1=1775975&r2=1775976&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/MDEPLOY-202_deployfile-with-multiple-executions/verify.groovy (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/MDEPLOY-202_deployfile-with-multiple-executions/verify.groovy Sat Dec 24 15:28:58 2016
@@ -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/