From cfb7b687b4fc0fb6e9786108527fc0e34cf52eb7 Mon Sep 17 00:00:00 2001 From: itapiafe Date: Tue, 31 Mar 2026 14:15:23 +0200 Subject: [PATCH] first commit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8683167 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +#Trigger SonarQube Analysis +```shell script +mvn -P dependencies-check,security-check,static-analysis,code-coverage,javadoc clean install checkstyle:checkstyle spotbugs:spotbugs dependency-check:aggregate sonar:sonar -DfailIfNoTests=false + +``` +to run the analysis with reduced log level use the following command: +```shell script +mvn -P dependencies-check,security-check,static-analysis,code-coverage,javadoc clean install checkstyle:checkstyle spotbugs:spotbugs dependency-check:aggregate sonar:sonar -Dlog4j.configuration=file:"./e-rights-common/src/main/resources/log4j.xml" -DfailIfNoTests=false +``` \ No newline at end of file