Skip to content
  1. Mar 26, 2020
  2. Mar 05, 2020
  3. Feb 27, 2020
  4. Jan 30, 2020
  5. Jan 08, 2020
  6. Nov 12, 2019
  7. Oct 22, 2019
  8. Oct 21, 2019
  9. Sep 25, 2019
  10. Aug 30, 2019
  11. Aug 05, 2019
  12. Jul 24, 2019
  13. Jul 05, 2019
  14. Jun 28, 2019
  15. May 27, 2019
  16. May 14, 2019
  17. Apr 30, 2019
  18. Apr 10, 2019
  19. Mar 05, 2019
  20. Feb 08, 2019
  21. Feb 07, 2019
  22. Jan 02, 2019
    • Thomas Bouffard's avatar
      task(bundles): retrieve tomcat and wildfly for official repositories (#175) · 89a9f6fb
      Thomas Bouffard authored
      Previous implementation used a dedicated download mechanism: retrieve
      them from download sites (but without checksum checks), cache them locally
      and detect if they were available locally.
      
      New implementation relies on the Maven dependency resolution. This
        - makes the pom simpler (no antrun task, nor dedicated caching), in particular
        remove dependency on ant-contrib
        - cache, checksum checks are deferred to Maven --> safer builds
      
      In addition, fix community tomcat assembly (remove leading /) that were
      useless and generated warning when building on windows
      
      Plus some minor fixes:
        - fix warning generated by parent not in the root folder (set no relative
           path)
        - set encoding to UTF-8 for reproducible builds
        - wildfly bundle community: remove the deploy plugin configuration as
           it is managed at top level globally in the parent of the project and
           configured using a property set to not deploy the module
        - git ignore: correctly ignore node resources
      
      
      Covers [BS-19060](https://bonitasoft.atlassian.net/browse/BS-19060)
      89a9f6fb
  23. Nov 14, 2018
  24. Nov 08, 2018
  25. Nov 05, 2018
  26. Oct 07, 2018
  27. Sep 07, 2018
  28. Aug 22, 2018
  29. Aug 16, 2018
  30. Aug 14, 2018
  31. Aug 10, 2018
  32. Jul 05, 2018
  33. Jun 27, 2018
  34. Jun 01, 2018
  35. May 17, 2018
  36. Apr 26, 2018
  37. Mar 01, 2018