Go to file
itapiafe 4d7bed4fe8 add all project files 2026-03-31 14:16:24 +02:00
e-rights-back-office add all project files 2026-03-31 14:16:24 +02:00
e-rights-common add all project files 2026-03-31 14:16:24 +02:00
e-rights-front-office add all project files 2026-03-31 14:16:24 +02:00
node_modules add all project files 2026-03-31 14:16:24 +02:00
tmp add all project files 2026-03-31 14:16:24 +02:00
.gitignore add all project files 2026-03-31 14:16:24 +02:00
README.md first commit 2026-03-31 14:15:23 +02:00
package-lock.json add all project files 2026-03-31 14:16:24 +02:00
package.json add all project files 2026-03-31 14:16:24 +02:00
pom.xml add all project files 2026-03-31 14:16:24 +02:00
qodana.yaml add all project files 2026-03-31 14:16:24 +02:00
release_notes.txt add all project files 2026-03-31 14:16:24 +02:00

README.md

#Trigger SonarQube Analysis

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:

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