[MBUILDCACHE-32] Do not print exception when probing builds (#33)

* [MBUILDCACHE-32] Do not print exception when probing buildInfo.xml in remote repo

* [MBUILDCACHE-32] Do not print exception when probing buildInfo.xml in remote repo - using fail fast flag

* fix review comments

Signed-off-by: Olivier Lamy <olamy@apache.org>

* need to do some trick for wagon dav users

Signed-off-by: Olivier Lamy <olamy@apache.org>

---------

Signed-off-by: Olivier Lamy <olamy@apache.org>
Co-authored-by: aashitki <alex.ashitkin@db.com>
Co-authored-by: Olivier Lamy <olamy@apache.org>
1 file changed
tree: c24ff43754db52e847b54f28ecf7c6404b75e53b
  1. .github/
  2. .mvn/
  3. src/
  4. .asf.yaml
  5. .git-blame-ignore-revs
  6. .gitattributes
  7. .gitignore
  8. deploySite.sh
  9. Jenkinsfile
  10. LICENSE
  11. NOTICE
  12. pom.xml
  13. README.md
README.md

Apache Maven Build Cache Extension

ASF Jira Apache License, Version 2.0, January 2004 Maven Central Jenkins Status Jenkins tests

This project provides a Build Cache Extension feature which calculates out-of-date modules in the build dependencies graph and improves build times by avoiding re-building unnecessary modules. Read cache guide for more details.

Requires Maven 3.9+ (MNG-7391).

License

This code is under the Apache License, Version 2.0, January 2004.

See the NOTICE file for required notices and attributions.