+ 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_E2_Back >-------------
[INFO] Building MP_202610_G81_E2_Back 0.0.1-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- sonar:4.0.0.4121:sonar (default-cli) @ MP_202610_G81_E2_Back ---
[WARNING] 04:20:46.232 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:20:46.241 Java 21.0.4 Eclipse Adoptium (64-bit)
[INFO] 04:20:46.241 Linux 6.17.0-20-generic (amd64)
[INFO] 04:20:46.424 User cache: /root/.sonar/cache
[INFO] 04:20:47.032 Communicating with SonarQube Server 25.3.0.104237
[INFO] 04:20:47.050 Default locale: "en_US", source code encoding: "UTF-8"
[INFO] 04:20:48.170 Load global settings
[INFO] 04:20:48.272 Load global settings (done) | time=102ms
[INFO] 04:20:48.287 Server id: 243B8A4D-AZWSB3madBdjq_cKUIEO
[INFO] 04:20:48.299 Loading required plugins
[INFO] 04:20:48.300 Load plugins index
[INFO] 04:20:48.358 Load plugins index (done) | time=58ms
[INFO] 04:20:48.358 Load/download plugins
[INFO] 04:20:48.670 Load/download plugins (done) | time=312ms
[INFO] 04:20:49.004 Process project properties
[INFO] 04:20:49.018 Process project properties (done) | time=14ms
[INFO] 04:20:49.029 Project key: co.edu.udistrital.mdp:MP_202610_G81_E2_Back
[INFO] 04:20:49.030 Base dir: /home/cecaduser/workspace/MP_202610_G81_E2_Back
[INFO] 04:20:49.030 Working dir: /home/cecaduser/workspace/MP_202610_G81_E2_Back/target/sonar
[INFO] 04:20:49.038 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202610_G81_E2_Back'
[INFO] 04:20:49.061 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202610_G81_E2_Back' (done) | time=23ms
[INFO] 04:20:49.092 Load quality profiles
[INFO] 04:20:49.141 Load quality profiles (done) | time=49ms
[INFO] 04:20:49.155 Auto-configuring with CI 'Jenkins'
[INFO] 04:20:49.192 Load active rules
[INFO] 04:20:49.482 Load active rules (done) | time=290ms
[INFO] 04:20:49.488 Load analysis cache
[INFO] 04:20:49.506 Load analysis cache (7.5 kB) | time=17ms
[INFO] 04:20:49.572 Preprocessing files...
[INFO] 04:20:49.894 2 languages detected in 186 preprocessed files
[INFO] 04:20:49.894 0 files ignored because of scm ignore settings
[INFO] 04:20:49.897 Loading plugins for detected languages
[INFO] 04:20:49.897 Load/download plugins
[INFO] 04:20:50.244 Load/download plugins (done) | time=347ms
[INFO] 04:20:50.357 Load project repositories
[INFO] 04:20:50.472 Load project repositories (done) | time=115ms
[INFO] 04:20:50.490 Indexing files...
[INFO] 04:20:50.491 Project configuration:
[INFO] 04:20:50.491 Excluded sources for coverage: **/controllers/**, **/exceptions/**, **/podam/**, **/dto/**, **/config/**, **/MainApplication.java
[INFO] 04:20:50.515 186 files indexed
[INFO] 04:20:50.516 Quality profile for java: Sonar way MP
[INFO] 04:20:50.516 Quality profile for xml: Sonar way
[INFO] 04:20:50.516 ------------- Run sensors on module MP_202610_G81_E2_Back
[INFO] 04:20:50.583 Load metrics repository
[INFO] 04:20:50.601 Load metrics repository (done) | time=18ms
[INFO] 04:20:51.433 Sensor JavaSensor [java]
[INFO] 04:20:51.437 Configured Java source version (sonar.java.source): 21, preview features enabled (sonar.java.enablePreview): false
[INFO] 04:20:51.462 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 04:20:51.464 Using ECJ batch to parse 143 Main java source files with batch size 104 KB.
[INFO] 04:20:51.843 Starting batch processing.
[INFO] 04:20:52.406 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 04:20:56.759 100% analyzed
[INFO] 04:20:56.759 Batch processing: Done.
[INFO] 04:20:56.761 Did not optimize analysis for any files, performed a full analysis for all 143 files.
[WARNING] 04:20:56.763 Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
[WARNING] 04:20:56.764 Use of preview features have been detected during analysis. Enable DEBUG mode to see them.
[INFO] 04:20:56.764 Using ECJ batch to parse 42 Test java source files with batch size 104 KB.
[INFO] 04:20:56.777 Starting batch processing.
[INFO] 04:20:57.976 100% analyzed
[INFO] 04:20:57.976 Batch processing: Done.
[INFO] 04:20:57.977 Did not optimize analysis for any files, performed a full analysis for all 42 files.
[INFO] 04:20:57.977 No "Generated" source files to scan.
[INFO] 04:20:57.977 Sensor JavaSensor [java] (done) | time=6544ms
[INFO] 04:20:57.977 Sensor SurefireSensor [java]
[INFO] 04:20:57.979 parsing [/home/cecaduser/workspace/MP_202610_G81_E2_Back/target/surefire-reports]
[INFO] 04:20:58.134 Sensor SurefireSensor [java] (done) | time=156ms
[INFO] 04:20:58.134 Sensor XML Sensor [xml]
[INFO] 04:20:58.140 1 source file to be analyzed
[INFO] 04:20:58.320 1/1 source file has been analyzed
[INFO] 04:20:58.320 Sensor XML Sensor [xml] (done) | time=186ms
[INFO] 04:20:58.320 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 04:20:58.324 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 04:20:58.413 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=93ms
[INFO] 04:20:58.413 Sensor Java Config Sensor [iac]
[INFO] 04:20:58.433 0 source files to be analyzed
[INFO] 04:20:58.433 0/0 source files have been analyzed
[INFO] 04:20:58.434 Sensor Java Config Sensor [iac] (done) | time=21ms
[INFO] 04:20:58.434 Sensor IaC Docker Sensor [iac]
[INFO] 04:20:58.511 0 source files to be analyzed
[INFO] 04:20:58.511 0/0 source files have been analyzed
[INFO] 04:20:58.511 Sensor IaC Docker Sensor [iac] (done) | time=77ms
[INFO] 04:20:58.511 Sensor TextAndSecretsSensor [text]
[INFO] 04:20:58.512 Available processors: 4
[INFO] 04:20:58.512 Using 4 threads for analysis.
[INFO] 04:20:58.884 Using git CLI to retrieve untracked files
[WARNING] 04:20:58.888 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:20:58.927 186 source files to be analyzed
[INFO] 04:20:59.264 186/186 source files have been analyzed
[INFO] 04:20:59.266 Sensor TextAndSecretsSensor [text] (done) | time=755ms
[INFO] 04:20:59.283 ------------- Run sensors on project
[INFO] 04:20:59.426 Sensor Zero Coverage Sensor
[INFO] 04:20:59.427 Sensor Zero Coverage Sensor (done) | time=1ms
[INFO] 04:20:59.428 Sensor Java CPD Block Indexer
[INFO] 04:20:59.542 Sensor Java CPD Block Indexer (done) | time=114ms
[INFO] 04:20:59.542 ------------- Gather SCA dependencies on project
[INFO] 04:20:59.564 SCM Publisher SCM provider for this project is: git
[INFO] 04:20:59.566 SCM Publisher 2 source files to be analyzed
[INFO] 04:20:59.821 SCM Publisher 2/2 source files have been analyzed (done) | time=255ms
[INFO] 04:20:59.835 CPD Executor 43 files had no CPD blocks
[INFO] 04:20:59.836 CPD Executor Calculating CPD for 100 files
[INFO] 04:20:59.854 CPD Executor CPD calculation finished (done) | time=18ms
[INFO] 04:20:59.859 SCM revision ID '7d4cb371291f2191567eb6a4de7f7f37dc2152c9'
[INFO] 04:21:00.023 Analysis report generated in 139ms, dir size=1.1 MB
[INFO] 04:21:00.398 Analysis report compressed in 375ms, zip size=492.3 kB
[INFO] 04:21:00.509 Analysis report uploaded in 110ms
[INFO] 04:21:00.510 ANALYSIS SUCCESSFUL, you can find the results at: http://10.20.84.26:8082/sonar/dashboard?id=co.edu.udistrital.mdp%3AMP_202610_G81_E2_Back
[INFO] 04:21:00.510 Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] 04:21:00.510 More about the report processing at http://10.20.84.26:8082/sonar/api/ce/task?id=f498ff17-4e61-4723-8d04-d3dad1473244
[INFO] 04:21:00.564 Analysis total time: 11.843 s
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15.438 s
[INFO] Finished at: 2026-05-04T04:21:00Z
[INFO] ------------------------------------------------------------------------