You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2021/04/05 11:47:39 UTC

[maven-wrapper-plugin] branch MWRAPPER-3 updated: Verify output

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch MWRAPPER-3
in repository https://gitbox.apache.org/repos/asf/maven-wrapper-plugin.git


The following commit(s) were added to refs/heads/MWRAPPER-3 by this push:
     new 9bd6c46  Verify output
9bd6c46 is described below

commit 9bd6c46cefeff29efb72d1b6e1478715a5fa10c1
Author: rfscholte <rf...@apache.org>
AuthorDate: Mon Apr 5 13:47:22 2021 +0200

    Verify output
---
 src/it/projects/default/verify.groovy | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/it/projects/default/verify.groovy b/src/it/projects/default/verify.groovy
index 04369ef..e721d20 100644
--- a/src/it/projects/default/verify.groovy
+++ b/src/it/projects/default/verify.groovy
@@ -23,4 +23,5 @@ assert new File(basedir,'mvnw.cmd').exists()
 assert new File(basedir,'mvnwDebug').exists()
 assert new File(basedir,'mvnwDebug.cmd').exists()
 assert new File(basedir,'.mvn/wrapper/maven-wrapper.properties').exists()
-assert !(new File(basedir,'.mvn/wrapper/maven-wrapper.jar').exists())
\ No newline at end of file
+assert !(new File(basedir,'.mvn/wrapper/maven-wrapper.jar').exists())
+assert new File(basedir, 'build.log').text.contains('[INFO] Unpacked org.apache.maven:apache-maven-wrapper:zip:script:')
\ No newline at end of file