This is an automated email from the ASF dual-hosted git repository.
claude pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
from 995efa36 Merge pull request #252 from
Claudenw/RAT-324_tests_to_validate_that_UI_options
add 6ee46d62 initial RAT-374 changes
add b196ffd0 initial RAT-374 changes
add ba053fd2 Made README-CLI.txt point to online site for details
add 543367c2 moved cli_help.txt
add 2991e906 changed build seq and changed from site:site to site Also
ensured the /src/site/apt/cli_help.txt gets deleted during clean
add e6f2c8f3 Fixes for RAT-374: accurate version Information
add e47043a7 changed output to argument to use project.version
add 83700ce2 changed Version to VersionInfo, added javadocs and cleanedup
add 7bd61b73 Merge branch 'apache:master' into
RAT-374_automatically_update_CLI_documentation
add 85fb2e96 Changed to useing Package info
add c58dd27e RAT-374: Fix typo
add 0d82728d RAT-374: Fix var name
add b3dda6a2 RAT-374: Adapt docs and add changelog
add 6cfe2a83 LHF: remove empty line
new 716c1a38 Merge pull request #253 from
Claudenw/RAT-374_automatically_update_CLI_documentation
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/maven.yml | 10 +-
.../src/main/java/org/apache/rat/Defaults.java | 2 +-
.../src/main/java/org/apache/rat/Report.java | 7 +-
.../src/main/java/org/apache/rat/VersionInfo.java | 127 +++++++++++++++++++++
.../org/apache/rat/document/impl/FileDocument.java | 8 +-
apache-rat/.gitignore | 1 +
apache-rat/README-CLI.txt | 48 +-------
apache-rat/README.txt | 11 +-
apache-rat/pom.xml | 45 ++++++++
apache-rat/src/site/apt/index.apt.vm | 71 +-----------
pom.xml | 5 +
src/changes/changes.xml | 28 ++---
12 files changed, 217 insertions(+), 146 deletions(-)
create mode 100644
apache-rat-core/src/main/java/org/apache/rat/VersionInfo.java