Commit Graph

106 Commits

Author SHA1 Message Date
Stefan Bodewig 6546134471
building SBOMs requires Java 9+ 2026-07-26 18:16:49 +02:00
Stefan Bodewig 03e4ac2dcb
remove build-system external references 2026-07-19 10:48:37 +02:00
Maarten Coene dc35d510d2
fixed build 2026-06-26 14:17:03 +02:00
Stefan Bodewig 67df79d90a
cyclonedx -> cdx 2026-06-20 08:31:27 +02:00
Stefan Bodewig c0601d9258
extract files to build dir instead of /tmp 2026-06-07 15:28:17 +02:00
Stefan Bodewig c8a49f5cf8
target dependency is not required 2026-06-06 18:36:42 +02:00
Stefan Bodewig 6968b1b39f
create SBOMs for tarballs 2026-06-06 18:32:57 +02:00
Stefan Bodewig edb5269d63
add SBOMs to binary distribution 2026-06-06 17:29:45 +02:00
Stefan Bodewig fb454b6788
also sign SBOMs, actuylly the openpgp antlib doesn't semm to work for GnuPG 2.x 2026-06-04 20:49:15 +02:00
Stefan Bodewig 16932bebcf
publish SBOM for ivy.jar 2026-06-04 20:44:13 +02:00
Stefan Bodewig d269dbcb87
RAT doesn't like .asf.yaml 2026-06-04 20:40:31 +02:00
Maarten Coene 3a8510df01
Use latest Apache Rat Ant Task Library 2025-04-21 23:23:35 +02:00
COENE Maarten b5246c559e Fix sign task 2024-12-22 16:28:18 +01:00
Maarten Coene 098c73410e Exclude IntelliJ IDEA artifacts 2024-12-19 10:25:42 +01:00
Stefan Bodewig 55179bb0b6 need newer version of RAT for https license URIs 2022-11-01 10:13:15 +01:00
Jaikiran Pai 6edcf2631d No longer required in Java 8 2019-11-02 18:32:22 +05:30
jkf 0d07c9985c updated reference to license from http to https using find . -type f -exec sed -i s/http://www.apache.org/licenses/LICENSE-2.0/https://www.apache.org/licenses/LICENSE-2.0/ {} \; 2019-05-26 22:48:00 +02:00
Gintas Grigelionis 969ba77e95 Fix merge 2018-08-29 08:52:03 +02:00
Gintas Grigelionis cbb0714f2f Reduce the amount of downloads and add a clarification 2018-08-29 08:45:59 +02:00
Gintas Grigelionis 7c33b3c079 Update tools 2018-08-29 08:22:48 +02:00
Jaikiran Pai 5918182e0d Set the https.protocol system property even for regular builds when running on Java 7 2018-07-25 10:50:59 +05:30
Jaikiran Pai 43ddccb859 Fix build failures of tutorials when running against Java 7 2018-07-25 10:16:10 +05:30
Gintas Grigelionis 92c2791522 Update RAT 2018-06-08 10:45:17 +02:00
Nicolas Lalevée 55fb3f8930 when packaging the sources, do not default-exclude, but still exclude .git folder 2018-04-15 15:31:45 +02:00
Gintas Grigelionis 9a31defc9a Use the latest asciidoctorj 2018-04-12 18:05:13 +02:00
Nicolas Lalevée 910fe14820 fix asciidoctor task classpath 2018-04-11 21:12:07 +02:00
Nicolas Lalevée 4470ae5ee8 Asciidoc needs to be run unnested from their jar.
cf https://github.com/spring-projects/spring-boot/issues/7399#issuecomment-260908153
2018-04-11 19:29:38 +02:00
Nicolas Lalevée 0164b8d4d9 exclude md5 files from License check 2018-04-11 14:42:11 +02:00
Nicolas Lalevée 8dedf388aa remove the reference to the old documentation folder 2018-04-11 14:32:50 +02:00
Nicolas Lalevée 8933719ad9 Let's make the release instruction a simple text file 2018-04-11 14:32:12 +02:00
Nicolas Lalevée 6238cdc723 output the path to the rat report in case of error 2018-04-11 14:25:02 +02:00
Gintas Grigelionis 84234234e2 Revise coding style 2018-03-14 06:59:00 +01:00
Gintas Grigelionis 1dc8749f6e No more MD5 2018-03-06 18:33:54 +01:00
Gintas Grigelionis 156706e42e refactor tagsdoc generator 2018-01-12 17:02:45 +01:00
Gintas Grigelionis ada0a22acf More stringent cleanup of non-ASCII 2017-10-30 23:26:45 +01:00
Gintas Grigelionis ce3596e642 Improvements to/adjustments for tagsdoc 2017-10-30 22:43:56 +01:00
Gintas Grigelionis dbea06feba Add dependency 2017-10-30 21:10:05 +01:00
Gintas Grigelionis 2f3e3d849c Salvaged tagsdoc target from ivy-site 2017-10-30 20:20:28 +01:00
Nicolas Lalevée 844100aed6 fix the build of the asciidoc extension by using a wider Ivy configuration 2017-07-12 23:26:08 +02:00
Nicolas Lalevée 6f22f4b49c An asciidoctor macro to create links to Jira 2017-07-12 22:54:25 +02:00
twogee 87cd5df6f3 Sort entries in .gitignore; adjust indentation in build.xml 2017-07-02 12:35:44 +02:00
Nicolas Lalevée 7e764a320c Make the generation the book.html file, the doc in one page 2017-06-30 23:29:29 +02:00
Nicolas Lalevée 5bc940ca65 use highlightjs to put colors on the xml snipsets 2017-06-30 16:39:39 +02:00
Nicolas Lalevée c1c99616f3 display the version of the doc in the toc 2017-06-25 17:32:20 +02:00
Nicolas Lalevée 80d9b0c380 add license header to asciidoc files 2017-06-25 13:24:41 +02:00
Jaikiran Pai bbc66785aa [doc changes] fix image corruption of docs + fix title of generated HTML docs 2017-06-19 11:50:27 +05:30
Jaikiran Pai c50f4b4cb1 Don't commit tutorial logs generated during build 2017-06-16 09:57:07 +05:30
Jaikiran Pai 32296ea391 Merge latest master changes 2017-06-15 13:10:12 +05:30
twogee a2fdfe6737 Whitespace cleanup 2017-06-05 22:37:14 +02:00
twogee ef719acab9 Checkstyle-driven cleanup (whitespace, javadoc, JLS) 2017-06-03 11:47:51 +02:00