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_202530_G81_E3_MyWish_Back >---------
[INFO] Building MP_202530_G81_E3_MyWish_Back 0.0.1-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- sonar:4.0.0.4121:sonar (default-cli) @ MP_202530_G81_E3_MyWish_Back ---
[WARNING] 10:11:49.383 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] 10:11:49.394 Java 21.0.4 Eclipse Adoptium (64-bit)
[INFO] 10:11:49.394 Linux 6.14.0-29-generic (amd64)
[INFO] 10:11:49.689 User cache: /root/.sonar/cache
[INFO] 10:11:50.674 Communicating with SonarQube Server 25.3.0.104237
[INFO] 10:11:50.704 Default locale: "en_US", source code encoding: "UTF-8"
[INFO] 10:11:52.092 Load global settings
[INFO] 10:11:52.288 Load global settings (done) | time=197ms
[INFO] 10:11:52.313 Server id: 243B8A4D-AZWSB3madBdjq_cKUIEO
[INFO] 10:11:52.336 Loading required plugins
[INFO] 10:11:52.337 Load plugins index
[INFO] 10:11:52.446 Load plugins index (done) | time=109ms
[INFO] 10:11:52.446 Load/download plugins
[INFO] 10:11:52.801 Load/download plugins (done) | time=355ms
[INFO] 10:11:53.280 Process project properties
[INFO] 10:11:53.297 Process project properties (done) | time=17ms
[INFO] 10:11:53.312 Project key: co.edu.udistrital.mdp:MP_202530_G81_E3_MyWish_Back
[INFO] 10:11:53.313 Base dir: /home/cecaduser/workspace/MP_202530_G81_E3_MyWish_Back
[INFO] 10:11:53.313 Working dir: /home/cecaduser/workspace/MP_202530_G81_E3_MyWish_Back/target/sonar
[INFO] 10:11:53.323 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202530_G81_E3_MyWish_Back'
[INFO] 10:11:53.343 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202530_G81_E3_MyWish_Back' (done) | time=20ms
[INFO] 10:11:53.412 Load quality profiles
[INFO] 10:11:53.479 Load quality profiles (done) | time=67ms
[INFO] 10:11:53.513 Auto-configuring with CI 'Jenkins'
[INFO] 10:11:53.563 Load active rules
[INFO] 10:11:53.929 Load active rules (done) | time=366ms
[INFO] 10:11:53.936 Load analysis cache
[INFO] 10:11:53.954 Load analysis cache (811 bytes) | time=18ms
[INFO] 10:11:54.067 Preprocessing files...
[INFO] 10:11:54.244 2 languages detected in 11 preprocessed files
[INFO] 10:11:54.245 0 files ignored because of scm ignore settings
[INFO] 10:11:54.248 Loading plugins for detected languages
[INFO] 10:11:54.248 Load/download plugins
[INFO] 10:11:54.642 Load/download plugins (done) | time=394ms
[INFO] 10:11:54.885 Load project repositories
[INFO] 10:11:55.108 Load project repositories (done) | time=222ms
[INFO] 10:11:55.142 Indexing files...
[INFO] 10:11:55.142 Project configuration:
[INFO] 10:11:55.142   Excluded sources for coverage: **/controllers/**, **/exceptions/**, **/podam/**, **/dto/**
[INFO] 10:11:55.152 11 files indexed
[INFO] 10:11:55.153 Quality profile for java: Sonar way
[INFO] 10:11:55.153 Quality profile for xml: Sonar way
[INFO] 10:11:55.153 ------------- Run sensors on module MP_202530_G81_E3_MyWish_Back
[INFO] 10:11:55.231 Load metrics repository
[INFO] 10:11:55.263 Load metrics repository (done) | time=32ms
[INFO] 10:11:56.105 Sensor JavaSensor [java]
[INFO] 10:11:56.109 Configured Java source version (sonar.java.source): 21, preview features enabled (sonar.java.enablePreview): false
[INFO] 10:11:56.139 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 10:11:56.140 Using ECJ batch to parse 10 Main java source files with batch size 104 KB.
[INFO] 10:11:56.493 Starting batch processing.
[INFO] 10:11:57.118 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 10:11:58.619 100% analyzed
[INFO] 10:11:58.619 Batch processing: Done.
[INFO] 10:11:58.621 Did not optimize analysis for any files, performed a full analysis for all 10 files.
[INFO] 10:11:58.622 No "Test" source files to scan.
[INFO] 10:11:58.623 No "Generated" source files to scan.
[INFO] 10:11:58.623 Sensor JavaSensor [java] (done) | time=2519ms
[INFO] 10:11:58.623 Sensor SurefireSensor [java]
[INFO] 10:11:58.624 parsing [/home/cecaduser/workspace/MP_202530_G81_E3_MyWish_Back/target/surefire-reports]
[INFO] 10:11:58.625 Sensor SurefireSensor [java] (done) | time=2ms
[INFO] 10:11:58.625 Sensor XML Sensor [xml]
[INFO] 10:11:58.677 1 source file to be analyzed
[INFO] 10:11:59.124 1/1 source file has been analyzed
[INFO] 10:11:59.127 Sensor XML Sensor [xml] (done) | time=502ms
[INFO] 10:11:59.127 Sensor JaCoCo XML Report Importer [jacoco]
[WARNING] 10:11:59.162 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='/home/cecaduser/workspace/MP_202530_G81_E3_MyWish_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] 10:11:59.167 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 10:11:59.167 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=40ms
[INFO] 10:11:59.167 Sensor Java Config Sensor [iac]
[INFO] 10:11:59.229 0 source files to be analyzed
[INFO] 10:11:59.229 0/0 source files have been analyzed
[INFO] 10:11:59.230 Sensor Java Config Sensor [iac] (done) | time=63ms
[INFO] 10:11:59.230 Sensor IaC Docker Sensor [iac]
[INFO] 10:11:59.401 0 source files to be analyzed
[INFO] 10:11:59.402 0/0 source files have been analyzed
[INFO] 10:11:59.402 Sensor IaC Docker Sensor [iac] (done) | time=172ms
[INFO] 10:11:59.402 Sensor TextAndSecretsSensor [text]
[INFO] 10:11:59.402 Available processors: 4
[INFO] 10:11:59.402 Using 4 threads for analysis.
[INFO] 10:12:00.219 Using git CLI to retrieve untracked files
[WARNING] 10:12:00.226 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] 10:12:00.249 11 source files to be analyzed
[INFO] 10:12:00.424 11/11 source files have been analyzed
[INFO] 10:12:00.431 Sensor TextAndSecretsSensor [text] (done) | time=1029ms
[INFO] 10:12:00.444 ------------- Run sensors on project
[INFO] 10:12:00.825 Sensor Zero Coverage Sensor
[INFO] 10:12:00.837 Sensor Zero Coverage Sensor (done) | time=12ms
[INFO] 10:12:00.837 Sensor Java CPD Block Indexer
[INFO] 10:12:00.968 Sensor Java CPD Block Indexer (done) | time=131ms
[INFO] 10:12:00.968 ------------- Gather SCA dependencies on project
[INFO] 10:12:01.000 CPD Executor 4 files had no CPD blocks
[INFO] 10:12:01.000 CPD Executor Calculating CPD for 6 files
[INFO] 10:12:01.042 CPD Executor CPD calculation finished (done) | time=25ms
[INFO] 10:12:01.202 SCM revision ID '0fbe9c679ab2c4365f370a9e7347014c8afdf542'
[INFO] 10:12:01.430 Analysis report generated in 301ms, dir size=262.6 kB
[INFO] 10:12:01.545 Analysis report compressed in 110ms, zip size=47.0 kB
[INFO] 10:12:01.578 Analysis report uploaded in 33ms
[INFO] 10:12:01.580 ANALYSIS SUCCESSFUL, you can find the results at: http://10.20.84.26:8082/sonar/dashboard?id=co.edu.udistrital.mdp%3AMP_202530_G81_E3_MyWish_Back
[INFO] 10:12:01.580 Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] 10:12:01.583 More about the report processing at http://10.20.84.26:8082/sonar/api/ce/task?id=33596104-5c33-4c83-addc-953d48658115
[INFO] 10:12:01.608 Analysis total time: 8.748 s
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  14.236 s
[INFO] Finished at: 2025-10-01T10:12:01Z
[INFO] ------------------------------------------------------------------------