This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a change to branch feature/RAT-530
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
from b921c769 RAT-530: Prepare for a 0.18 release
add 9dcb4c79 RAT-531: Fix NPE on families is null
add 26a1a971 RAT-531: Add changelog for NPE fix
add 131e3bc9 RAT-293: Add properties for SonarCloud integration
add 76e59a0e RAT-293: Merge changes from master
add ebd219f0 Merge remote-tracking branch 'origin/master' into
feature/RAT-293_sonarCloud
add 6819b54d Merge remote-tracking branch 'origin/master' into
feature/RAT-293_sonarCloud
add 6bbe459c Merge branch 'master' into feature/RAT-293_sonarCloud
add cf2c28b5 Merge pull request #33 from apache/feature/RAT-293_sonarCloud
add d9d63c87 RAT-293: Add SonarCloud integration
add de921f4d RAT-293: Specify sonar-maven-plugin version
add b6093bb1 RAT-293: Use maven wrapper on GHA run
add 2e146e1a RAT-293: Fix call on GHA
add f0efb980 RAT-293: Set sonar credetials via maven commandline
add a90c1c7e RAT-293: Set sonar credetials via maven commandline
add 2e291ee7 RAT-293: Fix build warning as sonar.token is preferred and
sonar.login to be removed
add df111ba4 RAT-293: Update README.md and add badge
add 838c2eaa Bump org.codehaus.plexus:plexus-testing from 2.0.2 to 2.1.0
add 5f7a797f Merge pull request #607 from
apache/dependabot/maven/org.codehaus.plexus-plexus-testing-2.1.0
add d6de929e RAT-293: Generate coverage report via SonarCloud (#603)
add 439a32f5 Bump actions/cache from 4 to 5
add 141b55e9 Merge pull request #605 from
apache/dependabot/github_actions/actions/cache-5
add 60add48f Merge branch 'master' into RAT-531
add 3667c1d3 Merge pull request #602 from huangxiaopingRD/RAT-531
add fbdc26a8 Merge branch 'master' into feature/RAT-530
No new revisions were added by this update.
Summary of changes:
.github/workflows/sonarcloud.yml | 36 +++++++++++++
README.md | 2 +
apache-rat-plugin/pom.xml | 2 +-
.../java/org/apache/rat/mp/AbstractRatMojo.java | 2 +-
pom.xml | 61 +++++++++++++++++++++-
src/changes/changes.xml | 8 ++-
6 files changed, 107 insertions(+), 4 deletions(-)
create mode 100644 .github/workflows/sonarcloud.yml