This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch MSOURCES-120
in repository https://gitbox.apache.org/repos/asf/maven-source-plugin.git
The following commit(s) were added to refs/heads/MSOURCES-120 by this push:
new 02b08aa print zip analysis
02b08aa is described below
commit 02b08aa19a198a271fcd91d9302353a163945eff
Author: Hervé Boutemy <[email protected]>
AuthorDate: Sun Sep 1 20:55:50 2019 +0200
print zip analysis
---
src/it/reproducible/verify.groovy | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/it/reproducible/verify.groovy
b/src/it/reproducible/verify.groovy
index 46e4124..8556b74 100644
--- a/src/it/reproducible/verify.groovy
+++ b/src/it/reproducible/verify.groovy
@@ -46,6 +46,7 @@ for ( ZipArchiveEntry zae : zipFile.getEntries() )
zipFile.close();
String buf = r.toString()
+println buf
String expectedSha1 = System.properties['os.name'].toLowerCase().contains(
'windows' ) ? 'c1a0f57e19f6f400da66bee06084a4bdb0d2fc00' :
'7bd062f9b45afb7423f3c004c8080ebad4e98754'