Console Output
+ mvn sonar:sonar -Dsonar.token=**** -Dsonar.host.url=http://10.20.84.26:8082/sonar
[INFO] Scanning for projects...
[WARNING] The artifact org.codehaus.mojo:sonar-maven-plugin:jar:4.0.0.4121 has been relocated to org.sonarsource.scanner.maven:sonar-maven-plugin:jar:4.0.0.4121: SonarQube plugin was moved to SonarSource organisation
[INFO]
[INFO] ------------< co.edu.udistrital.mdp:MP_202610_G81_E4_Back >-------------
[INFO] Building MP_202610_G81_E4_Back 0.0.1-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- sonar:4.0.0.4121:sonar (default-cli) @ MP_202610_G81_E4_Back ---
[WARNING] 04:09:38.895 Using an unspecified version instead of an explicit plugin version may introduce breaking analysis changes at an unwanted time. It is highly recommended to use an explicit version, e.g. 'org.sonarsource.scanner.maven:sonar-maven-plugin:4.0.0.4121'.
[INFO] 04:09:38.905 Java 21.0.4 Eclipse Adoptium (64-bit)
[INFO] 04:09:38.905 Linux 6.14.0-37-generic (amd64)
[INFO] 04:09:39.346 User cache: /root/.sonar/cache
[INFO] 04:09:39.964 Communicating with SonarQube Server 25.3.0.104237
[INFO] 04:09:39.982 Default locale: "en_US", source code encoding: "UTF-8"
[INFO] 04:09:40.864 Load global settings
[INFO] 04:09:40.948 Load global settings (done) | time=84ms
[INFO] 04:09:40.964 Server id: 243B8A4D-AZWSB3madBdjq_cKUIEO
[INFO] 04:09:40.977 Loading required plugins
[INFO] 04:09:40.977 Load plugins index
[INFO] 04:09:41.040 Load plugins index (done) | time=63ms
[INFO] 04:09:41.040 Load/download plugins
[INFO] 04:09:41.338 Load/download plugins (done) | time=298ms
[INFO] 04:09:41.669 Process project properties
[INFO] 04:09:41.683 Process project properties (done) | time=14ms
[INFO] 04:09:41.696 Project key: co.edu.udistrital.mdp:MP_202610_G81_E4_Back
[INFO] 04:09:41.696 Base dir: /home/cecaduser/workspace/MP_202610_G81_E4_Back
[INFO] 04:09:41.696 Working dir: /home/cecaduser/workspace/MP_202610_G81_E4_Back/target/sonar
[INFO] 04:09:41.703 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202610_G81_E4_Back'
[INFO] 04:09:41.718 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202610_G81_E4_Back' (done) | time=15ms
[INFO] 04:09:41.748 Load quality profiles
[INFO] 04:09:41.794 Load quality profiles (done) | time=46ms
[INFO] 04:09:41.808 Auto-configuring with CI 'Jenkins'
[INFO] 04:09:41.857 Load active rules
[INFO] 04:09:42.119 Load active rules (done) | time=262ms
[INFO] 04:09:42.126 Load analysis cache
[INFO] 04:09:42.143 Load analysis cache (2.4 kB) | time=17ms
[INFO] 04:09:42.211 Preprocessing files...
[INFO] 04:09:42.362 2 languages detected in 48 preprocessed files
[INFO] 04:09:42.362 0 files ignored because of scm ignore settings
[INFO] 04:09:42.364 Loading plugins for detected languages
[INFO] 04:09:42.365 Load/download plugins
[INFO] 04:09:42.734 Load/download plugins (done) | time=369ms
[INFO] 04:09:42.856 Load project repositories
[INFO] 04:09:42.970 Load project repositories (done) | time=114ms
[INFO] 04:09:42.990 Indexing files...
[INFO] 04:09:42.991 Project configuration:
[INFO] 04:09:42.991 Excluded sources for coverage: **/controllers/**, **/exceptions/**, **/podam/**, **/dto/**
[INFO] 04:09:43.005 48 files indexed
[INFO] 04:09:43.006 Quality profile for java: Sonar way
[INFO] 04:09:43.006 Quality profile for xml: Sonar way
[INFO] 04:09:43.006 ------------- Run sensors on module MP_202610_G81_E4_Back
[INFO] 04:09:43.067 Load metrics repository
[INFO] 04:09:43.084 Load metrics repository (done) | time=16ms
[INFO] 04:09:43.844 Sensor JavaSensor [java]
[INFO] 04:09:43.847 Configured Java source version (sonar.java.source): 21, preview features enabled (sonar.java.enablePreview): false
[INFO] 04:09:43.875 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 04:09:43.877 Using ECJ batch to parse 47 Main java source files with batch size 104 KB.
[INFO] 04:09:44.212 Starting batch processing.
[INFO] 04:09:44.764 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 04:09:46.017 100% analyzed
[INFO] 04:09:46.017 Batch processing: Done.
[INFO] 04:09:46.022 Did not optimize analysis for any files, performed a full analysis for all 47 files.
[INFO] 04:09:46.026 No "Test" source files to scan.
[INFO] 04:09:46.027 No "Generated" source files to scan.
[INFO] 04:09:46.027 Sensor JavaSensor [java] (done) | time=2184ms
[INFO] 04:09:46.027 Sensor SurefireSensor [java]
[INFO] 04:09:46.028 parsing [/home/cecaduser/workspace/MP_202610_G81_E4_Back/target/surefire-reports]
[INFO] 04:09:46.029 Sensor SurefireSensor [java] (done) | time=2ms
[INFO] 04:09:46.029 Sensor XML Sensor [xml]
[INFO] 04:09:46.041 1 source file to be analyzed
[INFO] 04:09:46.245 1/1 source file has been analyzed
[INFO] 04:09:46.251 Sensor XML Sensor [xml] (done) | time=222ms
[INFO] 04:09:46.251 Sensor JaCoCo XML Report Importer [jacoco]
[WARNING] 04:09:46.254 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='/home/cecaduser/workspace/MP_202610_G81_E4_Back/../target/jacoco-report/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] 04:09:46.254 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 04:09:46.254 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms
[INFO] 04:09:46.254 Sensor Java Config Sensor [iac]
[INFO] 04:09:46.274 0 source files to be analyzed
[INFO] 04:09:46.275 0/0 source files have been analyzed
[INFO] 04:09:46.275 Sensor Java Config Sensor [iac] (done) | time=21ms
[INFO] 04:09:46.275 Sensor IaC Docker Sensor [iac]
[INFO] 04:09:46.359 0 source files to be analyzed
[INFO] 04:09:46.359 0/0 source files have been analyzed
[INFO] 04:09:46.359 Sensor IaC Docker Sensor [iac] (done) | time=84ms
[INFO] 04:09:46.360 Sensor TextAndSecretsSensor [text]
[INFO] 04:09:46.360 Available processors: 4
[INFO] 04:09:46.360 Using 4 threads for analysis.
[INFO] 04:09:46.767 Using git CLI to retrieve untracked files
[WARNING] 04:09:46.771 Analyzing only language associated files, make sure to run the analysis inside a git repository to make use of inclusions specified via "sonar.text.inclusions"
[INFO] 04:09:46.787 48 source files to be analyzed
[INFO] 04:09:46.861 48/48 source files have been analyzed
[INFO] 04:09:46.862 Sensor TextAndSecretsSensor [text] (done) | time=502ms
[INFO] 04:09:46.866 ------------- Run sensors on project
[INFO] 04:09:47.004 Sensor Zero Coverage Sensor
[INFO] 04:09:47.014 Sensor Zero Coverage Sensor (done) | time=10ms
[INFO] 04:09:47.014 Sensor Java CPD Block Indexer
[INFO] 04:09:47.051 Sensor Java CPD Block Indexer (done) | time=37ms
[INFO] 04:09:47.051 ------------- Gather SCA dependencies on project
[INFO] 04:09:47.063 SCM Publisher SCM provider for this project is: git
[INFO] 04:09:47.064 SCM Publisher 8 source files to be analyzed
[INFO] 04:09:47.397 SCM Publisher 8/8 source files have been analyzed (done) | time=333ms
[INFO] 04:09:47.401 CPD Executor 23 files had no CPD blocks
[INFO] 04:09:47.402 CPD Executor Calculating CPD for 24 files
[INFO] 04:09:47.428 CPD Executor CPD calculation finished (done) | time=25ms
[INFO] 04:09:47.434 SCM revision ID 'da73eb13898b71b50909e85c8ea3848f643382d8'
[INFO] 04:09:47.626 Analysis report generated in 186ms, dir size=317.7 kB
[INFO] 04:09:47.764 Analysis report compressed in 137ms, zip size=113.2 kB
[INFO] 04:09:47.858 Analysis report uploaded in 94ms
[INFO] 04:09:47.860 ANALYSIS SUCCESSFUL, you can find the results at: http://10.20.84.26:8082/sonar/dashboard?id=co.edu.udistrital.mdp%3AMP_202610_G81_E4_Back
[INFO] 04:09:47.860 Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] 04:09:47.860 More about the report processing at http://10.20.84.26:8082/sonar/api/ce/task?id=a3f44ee3-c234-4566-92a6-cc3daaf6eab2
[INFO] 04:09:47.892 Analysis total time: 6.503 s
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.226 s
[INFO] Finished at: 2026-03-09T04:09:47Z
[INFO] ------------------------------------------------------------------------