Skip to content
  1. Feb 27, 2020
  2. Jan 30, 2020
  3. Jan 08, 2020
  4. Nov 12, 2019
  5. Oct 22, 2019
  6. Oct 21, 2019
  7. Sep 25, 2019
  8. Aug 30, 2019
  9. Aug 05, 2019
  10. Jul 24, 2019
  11. Jul 05, 2019
  12. Jun 28, 2019
  13. May 27, 2019
  14. May 14, 2019
  15. Apr 30, 2019
  16. Apr 10, 2019
  17. Mar 05, 2019
  18. Feb 08, 2019
  19. Feb 07, 2019
  20. 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
  21. Nov 14, 2018
  22. Nov 08, 2018
  23. Nov 05, 2018
  24. Oct 07, 2018
  25. Sep 07, 2018
  26. Aug 22, 2018
  27. Aug 16, 2018
  28. Aug 14, 2018
  29. Aug 10, 2018
  30. Jul 05, 2018
  31. Jun 27, 2018
  32. Jun 01, 2018
  33. May 17, 2018
  34. Apr 26, 2018
  35. Mar 01, 2018
  36. Jan 30, 2018
  37. Dec 19, 2017
Loading