commit | cc6f81ed96d7944452eff89330b787fea25f85bd | [log] [tgz] |
---|---|---|
author | Hugo Hirsch <github@hugo-hirsch.de> | Sun Jun 25 10:44:29 2023 +0200 |
committer | Hugo Hirsch <github@hugo-hirsch.de> | Sun Jun 25 10:44:29 2023 +0200 |
tree | 04b104987fb52328d7c8ca8792268d86c2e6d716 | |
parent | 3e4d3a279f40622dc32e2d51579e32f4400f0d76 [diff] |
Fix typo
This project contains the project's webpage.
Its deployment is done via asf.yaml. Every commit is directly pushed and available on https://creadur.apache.org/
In order to sync the current webpage (taken from current SNAPSHOT) you need to run the following commands:
$ cd creadur-rat $ mvn clean site:site site:stage $ cd ../creadur-site $ cp -rvf ../creadur-rat/target/staging/* ./rat/ Make sure to manually adapt download pages as they need to reference the current release and SNAPSHOT versions! $ git commit -am "Update site build for RAT"
WARNING! This will sync the current master branch/SNAPSHOT version of the homepage if not run on the release branch
Same, but:
$ cd creadur-tentacles $ mvn clean site:site site:stage $ cd ../creadur-site $ cp -rvf ../creadur-tentacles/target/staging/* ./tentacles/ Make sure to manually adapt download pages as they need to reference the current release and SNAPSHOT versions! $ git commit -am "Update site build for TENTACLES"
Due to problems when generating Javadoc do only use JDK16! Newer versions run into NPE during path traversal.
$ cd creadur-rat $ git checkout apache-rat-project-0.14 $ mvn clean site:site site:stage Verify contents under target/staging $ cd ../creadur-site $ mkdir rat014 $ cp -rvf ../creadur-rat/target/staging/* ./rat014/ Make sure to manually adapt download pages as they need to reference the current release and SNAPSHOT versions! $ git commit -am "Push new preview version of RAT 0.14"
This will allow a preview of the release site build at rat014
Make sure that https://creadur.apache.org/rat/RELEASE_NOTES.txt does not yield a 404. RAT's changelog consists of 2 versions:
Usually it helps to copy over the release-generated version into the subfolder /rat of this project
Make sure to generate a combined changelog that includes the most current release, available under relase-notes/rat.txt