Skip to content

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_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:02:48.697 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:02:48.707 Java 21.0.4 Eclipse Adoptium (64-bit)
[INFO] 04:02:48.708 Linux 6.14.0-37-generic (amd64)
[INFO] 04:02:49.256 User cache: /root/.sonar/cache
[INFO] 04:02:49.932 Communicating with SonarQube Server 25.3.0.104237
[INFO] 04:02:49.953 Default locale: "en_US", source code encoding: "UTF-8"
[INFO] 04:02:51.079 Load global settings
[INFO] 04:02:51.171 Load global settings (done) | time=94ms
[INFO] 04:02:51.190 Server id: 243B8A4D-AZWSB3madBdjq_cKUIEO
[INFO] 04:02:51.211 Loading required plugins
[INFO] 04:02:51.211 Load plugins index
[INFO] 04:02:51.291 Load plugins index (done) | time=78ms
[INFO] 04:02:51.291 Load/download plugins
[INFO] 04:02:51.613 Load/download plugins (done) | time=322ms
[INFO] 04:02:52.055 Process project properties
[INFO] 04:02:52.078 Process project properties (done) | time=23ms
[INFO] 04:02:52.089 Project key: co.edu.udistrital.mdp:MP_202610_G81_E2_Back
[INFO] 04:02:52.089 Base dir: /home/cecaduser/workspace/MP_202610_G81_E2_Back
[INFO] 04:02:52.089 Working dir: /home/cecaduser/workspace/MP_202610_G81_E2_Back/target/sonar
[INFO] 04:02:52.097 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202610_G81_E2_Back'
[INFO] 04:02:52.112 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202610_G81_E2_Back' (done) | time=15ms
[INFO] 04:02:52.140 Load quality profiles
[INFO] 04:02:52.191 Load quality profiles (done) | time=51ms
[INFO] 04:02:52.205 Auto-configuring with CI 'Jenkins'
[INFO] 04:02:52.244 Load active rules
[INFO] 04:02:52.576 Load active rules (done) | time=332ms
[INFO] 04:02:52.583 Load analysis cache
[INFO] 04:02:52.599 Load analysis cache (786 bytes) | time=16ms
[INFO] 04:02:52.711 Preprocessing files...
[INFO] 04:02:52.903 2 languages detected in 19 preprocessed files
[INFO] 04:02:52.903 0 files ignored because of scm ignore settings
[INFO] 04:02:52.906 Loading plugins for detected languages
[INFO] 04:02:52.906 Load/download plugins
[INFO] 04:02:53.289 Load/download plugins (done) | time=383ms
[INFO] 04:02:53.438 Load project repositories
[INFO] 04:02:53.601 Load project repositories (done) | time=163ms
[INFO] 04:02:53.631 Indexing files...
[INFO] 04:02:53.631 Project configuration:
[INFO] 04:02:53.632   Excluded sources for coverage: **/controllers/**, **/exceptions/**, **/podam/**, **/dto/**
[INFO] 04:02:53.642 19 files indexed
[INFO] 04:02:53.643 Quality profile for java: Sonar way
[INFO] 04:02:53.643 Quality profile for xml: Sonar way
[INFO] 04:02:53.643 ------------- Run sensors on module MP_202610_G81_E2_Back
[INFO] 04:02:53.720 Load metrics repository
[INFO] 04:02:53.740 Load metrics repository (done) | time=20ms
[INFO] 04:02:54.727 Sensor JavaSensor [java]
[INFO] 04:02:54.731 Configured Java source version (sonar.java.source): 21, preview features enabled (sonar.java.enablePreview): false
[INFO] 04:02:54.759 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 04:02:54.760 Using ECJ batch to parse 18 Main java source files with batch size 104 KB.
[INFO] 04:02:55.172 Starting batch processing.
[INFO] 04:02:55.821 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 04:02:56.844 100% analyzed
[INFO] 04:02:56.845 Batch processing: Done.
[INFO] 04:02:56.847 Did not optimize analysis for any files, performed a full analysis for all 18 files.
[INFO] 04:02:56.849 No "Test" source files to scan.
[INFO] 04:02:56.849 No "Generated" source files to scan.
[INFO] 04:02:56.849 Sensor JavaSensor [java] (done) | time=2123ms
[INFO] 04:02:56.849 Sensor SurefireSensor [java]
[INFO] 04:02:56.850 parsing [/home/cecaduser/workspace/MP_202610_G81_E2_Back/target/surefire-reports]
[INFO] 04:02:56.851 Sensor SurefireSensor [java] (done) | time=2ms
[INFO] 04:02:56.851 Sensor XML Sensor [xml]
[INFO] 04:02:56.857 1 source file to be analyzed
[INFO] 04:02:57.041 1/1 source file has been analyzed
[INFO] 04:02:57.041 Sensor XML Sensor [xml] (done) | time=190ms
[INFO] 04:02:57.041 Sensor JaCoCo XML Report Importer [jacoco]
[WARNING] 04:02:57.043 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='/home/cecaduser/workspace/MP_202610_G81_E2_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:02:57.044 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 04:02:57.044 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms
[INFO] 04:02:57.044 Sensor Java Config Sensor [iac]
[INFO] 04:02:57.074 0 source files to be analyzed
[INFO] 04:02:57.075 0/0 source files have been analyzed
[INFO] 04:02:57.075 Sensor Java Config Sensor [iac] (done) | time=31ms
[INFO] 04:02:57.075 Sensor IaC Docker Sensor [iac]
[INFO] 04:02:57.164 0 source files to be analyzed
[INFO] 04:02:57.165 0/0 source files have been analyzed
[INFO] 04:02:57.165 Sensor IaC Docker Sensor [iac] (done) | time=90ms
[INFO] 04:02:57.165 Sensor TextAndSecretsSensor [text]
[INFO] 04:02:57.165 Available processors: 4
[INFO] 04:02:57.165 Using 4 threads for analysis.
[INFO] 04:02:57.559 Using git CLI to retrieve untracked files
[WARNING] 04:02:57.563 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:02:57.577 19 source files to be analyzed
[INFO] 04:02:57.619 19/19 source files have been analyzed
[INFO] 04:02:57.620 Sensor TextAndSecretsSensor [text] (done) | time=455ms
[INFO] 04:02:57.624 ------------- Run sensors on project
[INFO] 04:02:57.776 Sensor Zero Coverage Sensor
[INFO] 04:02:57.783 Sensor Zero Coverage Sensor (done) | time=7ms
[INFO] 04:02:57.784 Sensor Java CPD Block Indexer
[INFO] 04:02:57.806 Sensor Java CPD Block Indexer (done) | time=22ms
[INFO] 04:02:57.806 ------------- Gather SCA dependencies on project
[INFO] 04:02:57.816 SCM Publisher SCM provider for this project is: git
[INFO] 04:02:57.817 SCM Publisher 9 source files to be analyzed
[INFO] 04:02:58.167 SCM Publisher 9/9 source files have been analyzed (done) | time=349ms
[INFO] 04:02:58.171 CPD Executor 9 files had no CPD blocks
[INFO] 04:02:58.171 CPD Executor Calculating CPD for 9 files
[INFO] 04:02:58.179 CPD Executor CPD calculation finished (done) | time=6ms
[INFO] 04:02:58.183 SCM revision ID '6138e4e43bbdfdcc4c174453b73ac5f80f006682'
[INFO] 04:02:58.273 Analysis report generated in 85ms, dir size=273.8 kB
[INFO] 04:02:58.325 Analysis report compressed in 51ms, zip size=61.2 kB
[INFO] 04:02:58.347 Analysis report uploaded in 22ms
[INFO] 04:02:58.349 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:02:58.349 Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] 04:02:58.349 More about the report processing at http://10.20.84.26:8082/sonar/api/ce/task?id=bd0e9047-f30a-4245-80db-a2d179c455ba
[INFO] 04:02:58.361 Analysis total time: 6.669 s
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11.791 s
[INFO] Finished at: 2026-03-06T04:02:58Z
[INFO] ------------------------------------------------------------------------