[hibernate-commits] [hibernate/hibernate-validator] fe703b: HV-1558 Skip exploding the distribution zip by def...

GitHub noreply at github.com
Thu Jan 11 11:36:56 EST 2018


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: fe703b808ce495ef9fef17d7065ecc83c2a4dc68
      https://github.com/hibernate/hibernate-validator/commit/fe703b808ce495ef9fef17d7065ecc83c2a4dc68
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-01-11 (Thu, 11 Jan 2018)

  Changed paths:
    M distribution/src/main/assembly/dist.xml

  Log Message:
  -----------
  HV-1558 Skip exploding the distribution zip by default

It is only useful when debugging the build, and it is actually harmful
when we want to upload the assembled artifacts.


  Commit: 641f55607b90ec732f0a4d213077744eed26b75e
      https://github.com/hibernate/hibernate-validator/commit/641f55607b90ec732f0a4d213077744eed26b75e
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-01-11 (Thu, 11 Jan 2018)

  Changed paths:
    M distribution/pom.xml
    M pom.xml

  Log Message:
  -----------
  HV-1558 Put the distribution files to upload into distribution/target/dir

We now choose which files will be uploaded to SourceForge as part of the
build by moving them to distribution/target/dist, which gives us greater
flexibility. Previously the paths to files to upload were hardcoded in
the release scripts.


Compare: https://github.com/hibernate/hibernate-validator/compare/7d5a0455ba5b...641f55607b90


More information about the hibernate-commits mailing list