OpenSearch/distribution
Nik Everett a8f40b3e04 Build: Assert jar LICENSE and NOTICE files match
Adds tasks that check that the all jars that we build have LICENSE.txt
and NOTICE.txt files and that the files are correct. Sets check to
depend on these task.

This is mostly there for extra parnoia because we automatically
configure all Jar tasks to include the LICENSE.txt and NOTICE.txt
files anyway. But it is quite possible to add configuration to those
tasks that would override either file.

This causes check to depend on several more things than it used to.
Take, for example, javadoc:

check depends on the new verifyJavadocJarNotice which depends on
extractJavadocJar which depends on javadocJar which depends on
javadoc, this check now depends on javadoc.
2018-04-25 19:53:24 -04:00
..
archives Build: Assert jar LICENSE and NOTICE files match 2018-04-25 19:53:24 -04:00
bwc Build: Split distributions into oss and default 2018-04-20 15:33:57 -07:00
packages Build: Assert jar LICENSE and NOTICE files match 2018-04-25 19:53:24 -04:00
src Add distribution type to startup scripts 2018-04-20 15:34:01 -07:00
tools Only enable modules to have native controllers 2018-04-20 15:34:02 -07:00
build.gradle Build: Assert jar LICENSE and NOTICE files match 2018-04-25 19:53:24 -04:00