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] 00:37:27.112 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] 00:37:27.121 Java 21.0.4 Eclipse Adoptium (64-bit)
[INFO] 00:37:27.121 Linux 6.14.0-29-generic (amd64)
[INFO] 00:37:27.312 User cache: /root/.sonar/cache
[INFO] 00:37:27.924 Communicating with SonarQube Server 25.3.0.104237
[INFO] 00:37:27.943 Default locale: "en_US", source code encoding: "UTF-8"
[INFO] 00:37:28.808 Load global settings
[INFO] 00:37:28.892 Load global settings (done) | time=86ms
[INFO] 00:37:28.909 Server id: 243B8A4D-AZWSB3madBdjq_cKUIEO
[INFO] 00:37:28.921 Loading required plugins
[INFO] 00:37:28.922 Load plugins index
[INFO] 00:37:28.980 Load plugins index (done) | time=59ms
[INFO] 00:37:28.980 Load/download plugins
[INFO] 00:37:29.257 Load/download plugins (done) | time=277ms
[INFO] 00:37:29.603 Process project properties
[INFO] 00:37:29.618 Process project properties (done) | time=15ms
[INFO] 00:37:29.629 Project key: co.edu.udistrital.mdp:MP_202530_G81_E3_MyWish_Back
[INFO] 00:37:29.629 Base dir: /home/cecaduser/workspace/MP_202530_G81_E3_MyWish_Back
[INFO] 00:37:29.629 Working dir: /home/cecaduser/workspace/MP_202530_G81_E3_MyWish_Back/target/sonar
[INFO] 00:37:29.636 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202530_G81_E3_MyWish_Back'
[INFO] 00:37:29.651 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202530_G81_E3_MyWish_Back' (done) | time=15ms
[INFO] 00:37:29.681 Load quality profiles
[INFO] 00:37:29.738 Load quality profiles (done) | time=57ms
[INFO] 00:37:29.752 Auto-configuring with CI 'Jenkins'
[INFO] 00:37:29.789 Load active rules
[INFO] 00:37:30.040 Load active rules (done) | time=251ms
[INFO] 00:37:30.046 Load analysis cache
[INFO] 00:37:30.064 Load analysis cache (811 bytes) | time=18ms
[INFO] 00:37:30.134 Preprocessing files...
[INFO] 00:37:30.251 2 languages detected in 11 preprocessed files
[INFO] 00:37:30.251 0 files ignored because of scm ignore settings
[INFO] 00:37:30.254 Loading plugins for detected languages
[INFO] 00:37:30.254 Load/download plugins
[INFO] 00:37:30.555 Load/download plugins (done) | time=301ms
[INFO] 00:37:30.670 Load project repositories
[INFO] 00:37:30.782 Load project repositories (done) | time=112ms
[INFO] 00:37:30.800 Indexing files...
[INFO] 00:37:30.801 Project configuration:
[INFO] 00:37:30.801   Excluded sources for coverage: **/controllers/**, **/exceptions/**, **/podam/**, **/dto/**
[INFO] 00:37:30.810 11 files indexed
[INFO] 00:37:30.811 Quality profile for java: Sonar way
[INFO] 00:37:30.811 Quality profile for xml: Sonar way
[INFO] 00:37:30.811 ------------- Run sensors on module MP_202530_G81_E3_MyWish_Back
[INFO] 00:37:30.878 Load metrics repository
[INFO] 00:37:30.894 Load metrics repository (done) | time=16ms
[INFO] 00:37:31.662 Sensor JavaSensor [java]
[INFO] 00:37:31.667 Configured Java source version (sonar.java.source): 21, preview features enabled (sonar.java.enablePreview): false
[INFO] 00:37:31.694 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 00:37:31.696 Using ECJ batch to parse 10 Main java source files with batch size 104 KB.
[INFO] 00:37:32.015 Starting batch processing.
[INFO] 00:37:32.513 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 00:37:33.344 100% analyzed
[INFO] 00:37:33.344 Batch processing: Done.
[INFO] 00:37:33.346 Did not optimize analysis for any files, performed a full analysis for all 10 files.
[INFO] 00:37:33.347 No "Test" source files to scan.
[INFO] 00:37:33.347 No "Generated" source files to scan.
[INFO] 00:37:33.347 Sensor JavaSensor [java] (done) | time=1685ms
[INFO] 00:37:33.347 Sensor SurefireSensor [java]
[INFO] 00:37:33.348 parsing [/home/cecaduser/workspace/MP_202530_G81_E3_MyWish_Back/target/surefire-reports]
[INFO] 00:37:33.349 Sensor SurefireSensor [java] (done) | time=2ms
[INFO] 00:37:33.349 Sensor XML Sensor [xml]
[INFO] 00:37:33.356 1 source file to be analyzed
[INFO] 00:37:33.552 1/1 source file has been analyzed
[INFO] 00:37:33.552 Sensor XML Sensor [xml] (done) | time=203ms
[INFO] 00:37:33.552 Sensor JaCoCo XML Report Importer [jacoco]
[WARNING] 00:37:33.555 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] 00:37:33.555 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 00:37:33.556 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=4ms
[INFO] 00:37:33.556 Sensor Java Config Sensor [iac]
[INFO] 00:37:33.574 0 source files to be analyzed
[INFO] 00:37:33.575 0/0 source files have been analyzed
[INFO] 00:37:33.575 Sensor Java Config Sensor [iac] (done) | time=19ms
[INFO] 00:37:33.575 Sensor IaC Docker Sensor [iac]
[INFO] 00:37:33.654 0 source files to be analyzed
[INFO] 00:37:33.654 0/0 source files have been analyzed
[INFO] 00:37:33.655 Sensor IaC Docker Sensor [iac] (done) | time=80ms
[INFO] 00:37:33.655 Sensor TextAndSecretsSensor [text]
[INFO] 00:37:33.655 Available processors: 4
[INFO] 00:37:33.655 Using 4 threads for analysis.
[INFO] 00:37:34.018 Using git CLI to retrieve untracked files
[WARNING] 00:37:34.023 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] 00:37:34.035 11 source files to be analyzed
[INFO] 00:37:34.082 11/11 source files have been analyzed
[INFO] 00:37:34.084 Sensor TextAndSecretsSensor [text] (done) | time=429ms
[INFO] 00:37:34.087 ------------- Run sensors on project
[INFO] 00:37:34.229 Sensor Zero Coverage Sensor
[INFO] 00:37:34.235 Sensor Zero Coverage Sensor (done) | time=6ms
[INFO] 00:37:34.235 Sensor Java CPD Block Indexer
[INFO] 00:37:34.255 Sensor Java CPD Block Indexer (done) | time=20ms
[INFO] 00:37:34.255 ------------- Gather SCA dependencies on project
[INFO] 00:37:34.270 CPD Executor 4 files had no CPD blocks
[INFO] 00:37:34.270 CPD Executor Calculating CPD for 6 files
[INFO] 00:37:34.277 CPD Executor CPD calculation finished (done) | time=6ms
[INFO] 00:37:34.282 SCM revision ID '0fbe9c679ab2c4365f370a9e7347014c8afdf542'
[INFO] 00:37:34.371 Analysis report generated in 87ms, dir size=262.6 kB
[INFO] 00:37:34.408 Analysis report compressed in 36ms, zip size=47.0 kB
[INFO] 00:37:34.449 Analysis report uploaded in 41ms
[INFO] 00:37:34.451 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] 00:37:34.451 Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] 00:37:34.451 More about the report processing at http://10.20.84.26:8082/sonar/api/ce/task?id=0481001f-71c8-45a6-9ac6-7584fc744c50
[INFO] 00:37:34.461 Analysis total time: 5.152 s
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.494 s
[INFO] Finished at: 2025-10-01T00:37:34Z
[INFO] ------------------------------------------------------------------------