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] 03:39:11.099 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] 03:39:11.108 Java 21.0.4 Eclipse Adoptium (64-bit)
[INFO] 03:39:11.108 Linux 6.14.0-37-generic (amd64)
[INFO] 03:39:11.285 User cache: /root/.sonar/cache
[INFO] 03:39:11.946 Communicating with SonarQube Server 25.3.0.104237
[INFO] 03:39:11.963 Default locale: "en_US", source code encoding: "UTF-8"
[INFO] 03:39:12.818 Load global settings
[INFO] 03:39:12.896 Load global settings (done) | time=79ms
[INFO] 03:39:12.912 Server id: 243B8A4D-AZWSB3madBdjq_cKUIEO
[INFO] 03:39:12.925 Loading required plugins
[INFO] 03:39:12.925 Load plugins index
[INFO] 03:39:12.985 Load plugins index (done) | time=60ms
[INFO] 03:39:12.985 Load/download plugins
[INFO] 03:39:13.240 Load/download plugins (done) | time=255ms
[INFO] 03:39:13.574 Process project properties
[INFO] 03:39:13.597 Process project properties (done) | time=23ms
[INFO] 03:39:13.609 Project key: co.edu.udistrital.mdp:MP_202610_G81_E4_Back
[INFO] 03:39:13.615 Base dir: /home/cecaduser/workspace/MP_202610_G81_E4_Back
[INFO] 03:39:13.615 Working dir: /home/cecaduser/workspace/MP_202610_G81_E4_Back/target/sonar
[INFO] 03:39:13.624 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202610_G81_E4_Back'
[INFO] 03:39:13.637 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202610_G81_E4_Back' (done) | time=13ms
[INFO] 03:39:13.668 Load quality profiles
[INFO] 03:39:13.716 Load quality profiles (done) | time=48ms
[INFO] 03:39:13.730 Auto-configuring with CI 'Jenkins'
[INFO] 03:39:13.767 Load active rules
[INFO] 03:39:14.036 Load active rules (done) | time=269ms
[INFO] 03:39:14.043 Load analysis cache
[INFO] 03:39:14.058 Load analysis cache (2.4 kB) | time=15ms
[INFO] 03:39:14.127 Preprocessing files...
[INFO] 03:39:14.270 2 languages detected in 48 preprocessed files
[INFO] 03:39:14.271 0 files ignored because of scm ignore settings
[INFO] 03:39:14.273 Loading plugins for detected languages
[INFO] 03:39:14.273 Load/download plugins
[INFO] 03:39:14.531 Load/download plugins (done) | time=258ms
[INFO] 03:39:14.646 Load project repositories
[INFO] 03:39:14.754 Load project repositories (done) | time=108ms
[INFO] 03:39:14.772 Indexing files...
[INFO] 03:39:14.772 Project configuration:
[INFO] 03:39:14.773 Excluded sources for coverage: **/controllers/**, **/exceptions/**, **/podam/**, **/dto/**
[INFO] 03:39:14.786 48 files indexed
[INFO] 03:39:14.787 Quality profile for java: Sonar way
[INFO] 03:39:14.787 Quality profile for xml: Sonar way
[INFO] 03:39:14.787 ------------- Run sensors on module MP_202610_G81_E4_Back
[INFO] 03:39:14.862 Load metrics repository
[INFO] 03:39:14.878 Load metrics repository (done) | time=16ms
[INFO] 03:39:15.669 Sensor JavaSensor [java]
[INFO] 03:39:15.673 Configured Java source version (sonar.java.source): 21, preview features enabled (sonar.java.enablePreview): false
[INFO] 03:39:15.701 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 03:39:15.703 Using ECJ batch to parse 47 Main java source files with batch size 104 KB.
[INFO] 03:39:16.039 Starting batch processing.
[INFO] 03:39:16.591 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 03:39:17.875 100% analyzed
[INFO] 03:39:17.875 Batch processing: Done.
[INFO] 03:39:17.877 Did not optimize analysis for any files, performed a full analysis for all 47 files.
[INFO] 03:39:17.879 No "Test" source files to scan.
[INFO] 03:39:17.879 No "Generated" source files to scan.
[INFO] 03:39:17.879 Sensor JavaSensor [java] (done) | time=2211ms
[INFO] 03:39:17.879 Sensor SurefireSensor [java]
[INFO] 03:39:17.880 parsing [/home/cecaduser/workspace/MP_202610_G81_E4_Back/target/surefire-reports]
[INFO] 03:39:17.881 Sensor SurefireSensor [java] (done) | time=2ms
[INFO] 03:39:17.881 Sensor XML Sensor [xml]
[INFO] 03:39:17.888 1 source file to be analyzed
[INFO] 03:39:18.051 1/1 source file has been analyzed
[INFO] 03:39:18.051 Sensor XML Sensor [xml] (done) | time=170ms
[INFO] 03:39:18.051 Sensor JaCoCo XML Report Importer [jacoco]
[WARNING] 03:39:18.053 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] 03:39:18.054 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 03:39:18.054 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms
[INFO] 03:39:18.054 Sensor Java Config Sensor [iac]
[INFO] 03:39:18.075 0 source files to be analyzed
[INFO] 03:39:18.075 0/0 source files have been analyzed
[INFO] 03:39:18.076 Sensor Java Config Sensor [iac] (done) | time=22ms
[INFO] 03:39:18.076 Sensor IaC Docker Sensor [iac]
[INFO] 03:39:18.153 0 source files to be analyzed
[INFO] 03:39:18.153 0/0 source files have been analyzed
[INFO] 03:39:18.154 Sensor IaC Docker Sensor [iac] (done) | time=78ms
[INFO] 03:39:18.154 Sensor TextAndSecretsSensor [text]
[INFO] 03:39:18.154 Available processors: 4
[INFO] 03:39:18.154 Using 4 threads for analysis.
[INFO] 03:39:18.537 Using git CLI to retrieve untracked files
[WARNING] 03:39:18.541 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] 03:39:18.555 48 source files to be analyzed
[INFO] 03:39:18.628 48/48 source files have been analyzed
[INFO] 03:39:18.629 Sensor TextAndSecretsSensor [text] (done) | time=475ms
[INFO] 03:39:18.633 ------------- Run sensors on project
[INFO] 03:39:18.776 Sensor Zero Coverage Sensor
[INFO] 03:39:18.786 Sensor Zero Coverage Sensor (done) | time=10ms
[INFO] 03:39:18.786 Sensor Java CPD Block Indexer
[INFO] 03:39:18.823 Sensor Java CPD Block Indexer (done) | time=36ms
[INFO] 03:39:18.823 ------------- Gather SCA dependencies on project
[INFO] 03:39:18.835 SCM Publisher SCM provider for this project is: git
[INFO] 03:39:18.836 SCM Publisher 22 source files to be analyzed
[INFO] 03:39:19.344 SCM Publisher 22/22 source files have been analyzed (done) | time=508ms
[INFO] 03:39:19.349 CPD Executor 22 files had no CPD blocks
[INFO] 03:39:19.349 CPD Executor Calculating CPD for 25 files
[INFO] 03:39:19.361 CPD Executor CPD calculation finished (done) | time=12ms
[INFO] 03:39:19.367 SCM revision ID 'c65211f7f9451018a1a1f17e49e42671d6e38f55'
[INFO] 03:39:19.471 Analysis report generated in 96ms, dir size=321.7 kB
[INFO] 03:39:19.588 Analysis report compressed in 116ms, zip size=116.2 kB
[INFO] 03:39:19.612 Analysis report uploaded in 24ms
[INFO] 03:39:19.614 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] 03:39:19.614 Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] 03:39:19.614 More about the report processing at http://10.20.84.26:8082/sonar/api/ce/task?id=53fdcfa5-f993-4c9f-a5e0-63f8cd904e24
[INFO] 03:39:19.634 Analysis total time: 6.344 s
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.690 s
[INFO] Finished at: 2026-03-09T03:39:19Z
[INFO] ------------------------------------------------------------------------