Advertisement
Guest User

Untitled

a guest
Jun 9th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.74 KB | None | 0 0
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>***</groupId>
  4. <artifactId>***</artifactId>
  5. <version>1.0.0</version>
  6. <packaging>pom</packaging>
  7. <name>MEDIATION-DEV1_SMED-Apporteur</name>
  8. <properties>
  9. <sonar.junit.reportsPath>reports</sonar.junit.reportsPath>
  10. <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
  11. <sonar.jdbc.username>***</sonar.jdbc.username>
  12. <sonar.jdbc.password>***</sonar.jdbc.password>
  13. <sonar.jdbc.url>jdbc:mysql://***useUnicode=true&characterEncoding=utf8</sonar.jdbc.url>
  14. <sonar.language>java</sonar.language>
  15. <sonar.jdbc.driver>com.mysql.jdbc.Driver</sonar.jdbc.driver>
  16. <sonar.jdbc.dialect>mysql</sonar.jdbc.dialect>
  17. <sonar.host.url>***</sonar.host.url>
  18. </properties>
  19. </project>
  20.  
  21. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
  22. [INFO] Scanning for projects...
  23. [INFO]
  24. [INFO] ------------------------------------------------------------------------
  25. [INFO] Building ***
  26. [INFO] ------------------------------------------------------------------------
  27. [INFO]
  28. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ Apporteur ---
  29. [INFO] Deleting E:jenkins-slaveworkspaceworkspaceMediation-Sonar-Test-Alextarget
  30. [INFO]
  31. [INFO] ------------------------------------------------------------------------
  32. [INFO] Building ***
  33. [INFO] ------------------------------------------------------------------------
  34. [INFO]
  35. [INFO] --- sonar-maven-plugin:3.0.2:sonar (default-cli) @ Apporteur ---
  36. [INFO] User cache: C:UsersS046499.sonarcache
  37. [INFO] SonarQube version: 4.5.7
  38. [INFO] Default locale: "en_US", source code encoding: "windows-1252" (analysis is platform dependent)
  39. [INFO] [14:01:41.624] Load global referentials...
  40. [INFO] [14:01:41.861] Load global referentials done: 241 ms
  41. [INFO] [14:01:41.888] User cache: C:UsersS046499.sonarcache
  42. [INFO] [14:01:41.904] Install plugins
  43. [INFO] [14:01:42.141] Install JDBC driver
  44. [INFO] [14:01:42.161] Create JDBC datasource for jdbc:*** useUnicode=true&characterEncoding=utf8
  45. [INFO] [14:01:43.969] Initializing Hibernate
  46. [INFO] [14:01:47.254] views plugin licensed to ***, EVALUATION [Expiration: 2016-06-17, Server: *]
  47. [INFO] [14:01:47.560] Load project referentials...
  48. [INFO] [14:01:48.253] Load project referentials done: 693 ms
  49. [INFO] [14:01:48.255] Load project settings
  50. [INFO] [14:01:48.837] Loading technical debt model...
  51. [INFO] [14:01:48.889] Loading technical debt model done: 52 ms
  52. [INFO] [14:01:48.895] Apply project exclusions
  53. [WARN] [14:01:49.305] 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used.
  54. [INFO] [14:01:49.408] ------------- Scan ***
  55. [INFO] [14:01:49.421] Load module settings
  56. [INFO] [14:01:51.137] Language is forced to java
  57. [INFO] [14:01:51.144] Loading rules...
  58. [INFO] [14:01:52.704] Loading rules done: 1560 ms
  59. [INFO] [14:01:52.749] Configure Maven plugins
  60. [INFO] [14:01:53.031] Compare to previous analysis (2016-06-09)
  61. [INFO] [14:01:53.053] Compare over 30 days (2016-05-10, analysis of 2016-06-01 14:22:45.0)
  62. [INFO] [14:01:53.057] No quality gate is configured.
  63. [INFO] [14:01:54.287] Base dir: E:jenkins-slaveworkspaceworkspaceMediation-Sonar-Test-Alex
  64. [INFO] [14:01:54.288] Working dir: E:jenkins-slaveworkspaceworkspaceMediation-Sonar-Test-Alextargetsonar
  65. [INFO] [14:01:54.292] Source paths: pom.xml
  66. [INFO] [14:01:54.308] Source encoding: windows-1252, default locale: en_US
  67. [INFO] [14:01:54.309] Index files
  68. [INFO] [14:01:54.366] 0 files indexed
  69. [INFO] [14:01:54.368] Quality profile for java: Sonar way
  70. [INFO] [14:01:54.416] Sensor QProfileSensor...
  71. [INFO] [14:01:54.446] Sensor QProfileSensor done: 30 ms
  72. [INFO] [14:01:54.447] Sensor InitialOpenIssuesSensor...
  73. [INFO] [14:01:54.623] Sensor InitialOpenIssuesSensor done: 176 ms
  74. [INFO] [14:01:54.624] Sensor ProjectLinksSensor...
  75. [INFO] [14:01:54.677] Sensor ProjectLinksSensor done: 53 ms
  76. [INFO] [14:01:54.682] Sensor VersionEventsSensor...
  77. [INFO] [14:01:54.733] Sensor VersionEventsSensor done: 51 ms
  78. [INFO] [14:01:54.734] Sensor FileHashSensor...
  79. [INFO] [14:01:54.735] Sensor FileHashSensor done: 1 ms
  80. [INFO] [14:01:54.735] Sensor Maven dependencies...
  81. [INFO] [14:01:55.009] Sensor Maven dependencies done: 273 ms
  82. [INFO] [14:01:55.013] Sensor CPD Sensor (wrapped)...
  83. [INFO] [14:01:55.017] JavaCpdEngine is used for java
  84. [INFO] [14:01:55.018] Sensor CPD Sensor (wrapped) done: 6 ms
  85. [INFO] [14:01:55.464] Execute decorators...
  86. [INFO] [14:01:55.955] Store results in database
  87. [INFO] [14:01:56.238] ANALYSIS SUCCESSFUL, you can browse ***
  88. [INFO] [14:01:56.329] Executing post-job class org.sonar.plugins.dbcleaner.ProjectPurgePostJob
  89. [INFO] [14:01:56.348] -> Keep one snapshot per day between 2016-05-12 and 2016-06-08
  90. [INFO] [14:01:56.354] -> Keep one snapshot per week between 2015-06-11 and 2016-05-12
  91. [INFO] [14:01:56.358] -> Keep one snapshot per month between 2011-06-16 and 2015-06-11
  92. [INFO] [14:01:56.365] -> Delete data prior to: 2011-06-16
  93. [INFO] [14:01:56.375] -> Clean MEDIATION-DEV1_SMED-Apporteur [id=4094]
  94. [INFO] [14:01:56.387] <- Delete aborted builds
  95. [INFO] [14:01:56.491] <- Clean snapshot 7289
  96. [INFO] [14:01:56.646] Executing post-job class org.sonar.plugins.core.issue.notification.SendIssueNotificationsPostJob
  97. [INFO] [14:01:56.647] Executing post-job class org.sonar.plugins.core.batch.IndexProjectPostJob
  98. [INFO] ------------------------------------------------------------------------
  99. [INFO] BUILD SUCCESS
  100. [INFO] ------------------------------------------------------------------------
  101. [INFO] Total time: 18.157 s
  102. [INFO] Finished at: 2016-06-09T14:01:56+02:00
  103. [INFO] Final Memory: 23M/428M
  104. [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement