|
|
||
|---|---|---|
| e-rights-back-office | ||
| e-rights-common | ||
| e-rights-front-office | ||
| node_modules | ||
| tmp | ||
| .gitignore | ||
| README.md | ||
| package-lock.json | ||
| package.json | ||
| pom.xml | ||
| qodana.yaml | ||
| release_notes.txt | ||
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