[hibernate-commits] [hibernate/hibernate-search] d9a572: HSEARCH-2986 Skip exploding the distribution zip b...

GitHub noreply at github.com
Thu Jan 11 11:55:09 EST 2018


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-search
  Commit: d9a5725977ab7c35529c6e5b83c52adddd304f6b
      https://github.com/hibernate/hibernate-search/commit/d9a5725977ab7c35529c6e5b83c52adddd304f6b
  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:
  -----------
  HSEARCH-2986 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: 05253543eb9f2749e410abffc052f9cb64978fb2
      https://github.com/hibernate/hibernate-search/commit/05253543eb9f2749e410abffc052f9cb64978fb2
  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:
  -----------
  HSEARCH-2986 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-search/compare/00ce99872be3...05253543eb9f


More information about the hibernate-commits mailing list