1. 16 Nov, 2018 1 commit
  2. 13 Nov, 2018 1 commit
  3. 02 Nov, 2018 1 commit
  4. 01 Nov, 2018 4 commits
  5. 30 Oct, 2018 1 commit
  6. 29 Oct, 2018 1 commit
  7. 28 Oct, 2018 21 commits
  8. 27 Oct, 2018 2 commits
  9. 26 Oct, 2018 5 commits
  10. 25 Oct, 2018 2 commits
  11. 24 Oct, 2018 1 commit
    • Paul N. Baker's avatar
      mvn: run mvnw only if executable (#7326) · 745b6550
      Paul N. Baker authored
      The problem that can occur is ocassionally mvnw will not be executable. This can happen if mvnw is included from an archetype, as unix permissions aren't preserved within the jar they're stored in. Only using mvnw if it exists AND is executable
      745b6550