+ 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_E3_Back >-------------
[INFO] Building MP_202610_G81_E3_Back 0.0.1-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- sonar:4.0.0.4121:sonar (default-cli) @ MP_202610_G81_E3_Back ---
[WARNING] 05:01:05.472 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] 05:01:05.482 Java 21.0.4 Eclipse Adoptium (64-bit)
[INFO] 05:01:05.482 Linux 6.17.0-14-generic (amd64)
[INFO] 05:01:05.664 User cache: /root/.sonar/cache
[INFO] 05:01:06.263 Communicating with SonarQube Server 25.3.0.104237
[INFO] 05:01:06.313 Default locale: "en_US", source code encoding: "UTF-8"
[INFO] 05:01:07.479 Load global settings
[INFO] 05:01:07.582 Load global settings (done) | time=105ms
[INFO] 05:01:07.599 Server id: 243B8A4D-AZWSB3madBdjq_cKUIEO
[INFO] 05:01:07.613 Loading required plugins
[INFO] 05:01:07.613 Load plugins index
[INFO] 05:01:07.703 Load plugins index (done) | time=89ms
[INFO] 05:01:07.703 Load/download plugins
[INFO] 05:01:08.060 Load/download plugins (done) | time=356ms
[INFO] 05:01:08.546 Process project properties
[INFO] 05:01:08.580 Process project properties (done) | time=34ms
[INFO] 05:01:08.591 Project key: co.edu.udistrital.mdp:MP_202610_G81_E3_Back
[INFO] 05:01:08.591 Base dir: /home/cecaduser/workspace/MP_202610_G81_E3_Back
[INFO] 05:01:08.592 Working dir: /home/cecaduser/workspace/MP_202610_G81_E3_Back/target/sonar
[INFO] 05:01:08.600 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202610_G81_E3_Back'
[INFO] 05:01:08.613 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202610_G81_E3_Back' (done) | time=13ms
[INFO] 05:01:08.668 Load quality profiles
[INFO] 05:01:08.718 Load quality profiles (done) | time=50ms
[INFO] 05:01:08.732 Auto-configuring with CI 'Jenkins'
[INFO] 05:01:08.770 Load active rules
[INFO] 05:01:09.189 Load active rules (done) | time=419ms
[INFO] 05:01:09.204 Load analysis cache
[INFO] 05:01:09.227 Load analysis cache (2.8 kB) | time=23ms
[INFO] 05:01:09.396 Preprocessing files...
[INFO] 05:01:09.722 2 languages detected in 58 preprocessed files
[INFO] 05:01:09.722 0 files ignored because of scm ignore settings
[INFO] 05:01:09.725 Loading plugins for detected languages
[INFO] 05:01:09.728 Load/download plugins
[INFO] 05:01:10.066 Load/download plugins (done) | time=338ms
[INFO] 05:01:10.278 Load project repositories
[INFO] 05:01:10.419 Load project repositories (done) | time=142ms
[INFO] 05:01:10.448 Indexing files...
[INFO] 05:01:10.448 Project configuration:
[INFO] 05:01:10.450 Excluded sources for coverage: **/controllers/**, **/exceptions/**, **/podam/**, **/dto/**
[INFO] 05:01:10.469 58 files indexed
[INFO] 05:01:10.472 Quality profile for java: Sonar way MP
[INFO] 05:01:10.472 Quality profile for xml: Sonar way
[INFO] 05:01:10.472 ------------- Run sensors on module MP_202610_G81_E3_Back
[INFO] 05:01:10.565 Load metrics repository
[INFO] 05:01:10.587 Load metrics repository (done) | time=22ms
[INFO] 05:01:11.714 Sensor JavaSensor [java]
[INFO] 05:01:11.718 Configured Java source version (sonar.java.source): 21, preview features enabled (sonar.java.enablePreview): false
[INFO] 05:01:11.753 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 05:01:11.755 Using ECJ batch to parse 48 Main java source files with batch size 104 KB.
[INFO] 05:01:12.540 Starting batch processing.
[INFO] 05:01:13.440 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 05:01:16.802 100% analyzed
[INFO] 05:01:16.802 Batch processing: Done.
[INFO] 05:01:16.803 Did not optimize analysis for any files, performed a full analysis for all 48 files.
[WARNING] 05:01:16.806 Use of preview features have been detected during analysis. Enable DEBUG mode to see them.
[INFO] 05:01:16.807 Using ECJ batch to parse 9 Test java source files with batch size 104 KB.
[INFO] 05:01:16.824 Starting batch processing.
[INFO] 05:01:17.776 100% analyzed
[INFO] 05:01:17.776 Batch processing: Done.
[INFO] 05:01:17.777 Did not optimize analysis for any files, performed a full analysis for all 9 files.
[INFO] 05:01:17.777 No "Generated" source files to scan.
[INFO] 05:01:17.778 Sensor JavaSensor [java] (done) | time=6064ms
[INFO] 05:01:17.778 Sensor SurefireSensor [java]
[INFO] 05:01:17.780 parsing [/home/cecaduser/workspace/MP_202610_G81_E3_Back/target/surefire-reports]
[WARNING] 05:01:17.781 Reports path contains no files matching TEST-.*.xml : /home/cecaduser/workspace/MP_202610_G81_E3_Back/target/surefire-reports
[INFO] 05:01:17.781 Sensor SurefireSensor [java] (done) | time=3ms
[INFO] 05:01:17.781 Sensor XML Sensor [xml]
[INFO] 05:01:17.791 1 source file to be analyzed
[INFO] 05:01:17.990 1/1 source file has been analyzed
[INFO] 05:01:17.991 Sensor XML Sensor [xml] (done) | time=210ms
[INFO] 05:01:17.991 Sensor JaCoCo XML Report Importer [jacoco]
[WARNING] 05:01:17.993 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='/home/cecaduser/workspace/MP_202610_G81_E3_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] 05:01:17.996 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 05:01:18.078 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=87ms
[INFO] 05:01:18.079 Sensor Java Config Sensor [iac]
[INFO] 05:01:18.098 0 source files to be analyzed
[INFO] 05:01:18.099 0/0 source files have been analyzed
[INFO] 05:01:18.099 Sensor Java Config Sensor [iac] (done) | time=20ms
[INFO] 05:01:18.099 Sensor IaC Docker Sensor [iac]
[INFO] 05:01:18.188 0 source files to be analyzed
[INFO] 05:01:18.188 0/0 source files have been analyzed
[INFO] 05:01:18.188 Sensor IaC Docker Sensor [iac] (done) | time=89ms
[INFO] 05:01:18.188 Sensor TextAndSecretsSensor [text]
[INFO] 05:01:18.189 Available processors: 4
[INFO] 05:01:18.189 Using 4 threads for analysis.
[INFO] 05:01:18.958 Using git CLI to retrieve untracked files
[WARNING] 05:01:18.969 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] 05:01:19.008 58 source files to be analyzed
[INFO] 05:01:19.192 58/58 source files have been analyzed
[INFO] 05:01:19.193 Sensor TextAndSecretsSensor [text] (done) | time=1005ms
[INFO] 05:01:19.200 ------------- Run sensors on project
[INFO] 05:01:19.437 Sensor Zero Coverage Sensor
[INFO] 05:01:19.440 Sensor Zero Coverage Sensor (done) | time=3ms
[INFO] 05:01:19.440 Sensor Java CPD Block Indexer
[INFO] 05:01:19.516 Sensor Java CPD Block Indexer (done) | time=76ms
[INFO] 05:01:19.516 ------------- Gather SCA dependencies on project
[INFO] 05:01:19.555 CPD Executor 25 files had no CPD blocks
[INFO] 05:01:19.555 CPD Executor Calculating CPD for 23 files
[INFO] 05:01:19.570 CPD Executor CPD calculation finished (done) | time=14ms
[INFO] 05:01:19.576 SCM revision ID '8e47ec318ee512667de735747d4a447bf02051c0'
[INFO] 05:01:19.770 Analysis report generated in 179ms, dir size=459.6 kB
[INFO] 05:01:19.997 Analysis report compressed in 225ms, zip size=162.3 kB
[INFO] 05:01:20.033 Analysis report uploaded in 36ms
[INFO] 05:01:20.034 ANALYSIS SUCCESSFUL, you can find the results at: http://10.20.84.26:8082/sonar/dashboard?id=co.edu.udistrital.mdp%3AMP_202610_G81_E3_Back
[INFO] 05:01:20.035 Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] 05:01:20.035 More about the report processing at http://10.20.84.26:8082/sonar/api/ce/task?id=29dbb337-7b53-4d43-8ff3-ec101a24b189
[INFO] 05:01:20.086 Analysis total time: 11.930 s
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15.822 s
[INFO] Finished at: 2026-03-23T05:01:20Z
[INFO] ------------------------------------------------------------------------