pzygielo edited a comment on pull request #3: URL: https://github.com/apache/maven-source-plugin/pull/3#issuecomment-699459880
@slachiewicz - thanks for checking. FYI: Unfortunately - locally run (linux, JDK8) `verify` fails (consistently) on MSOURCES-95 IT. ``` 13 | Running post-build script: .../target/it/MSOURCES-95/verify.groovy 14 ...target/it/MSOURCES-95/build.log 15 16 >-------at org.codehaus.groovy.runtime.InvokerHelper.assertFailed(InvokerHelper.java:404) 17 >-------at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.assertFailed(ScriptBytecodeAdapter.java:650) 18 >-------at Script1.run(Script1.groovy:32) ``` as it seems to fail on ``` assert buildLog.text =~ /(?i) Archive .*${testSourcesJarFileName} is uptodate/ ``` But I think it's covered by thread https://mail-archives.apache.org/mod_mbox/maven-dev/202007.mbox/%3CMailbird-a257189c-b92a-4b17-897d-4eaa5c6850ed%40apache.org%3E already. It verifies correctly with JDK11. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org