Author: schulte
Date: Sat Dec 24 13:58:28 2016
New Revision: 1775953

URL: http://svn.apache.org/viewvc?rev=1775953&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=1775953&r1=1775952&r2=1775953&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 13:58:28 2016
@@ -19,4 +19,4 @@
 
 def buildLog = new File ( basedir, "build.log")
 
-assert 1 == buildLog.text.count( '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.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


Reply via email to