You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pom.xml 50KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>org.sonarsource.parent</groupId>
  8. <artifactId>parent</artifactId>
  9. <version>49</version>
  10. </parent>
  11. <groupId>org.sonarsource.sonarqube</groupId>
  12. <artifactId>sonarqube</artifactId>
  13. <packaging>pom</packaging>
  14. <version>6.7.7</version>
  15. <name>SonarQube</name>
  16. <url>http://www.sonarqube.org/</url>
  17. <description>Open source platform for continuous inspection of code quality</description>
  18. <modules>
  19. <module>sonar-plugin-api-deps</module>
  20. <module>sonar-application</module>
  21. <module>sonar-scanner-engine</module>
  22. <module>sonar-scanner-protocol</module>
  23. <module>sonar-scanner-engine-shaded</module>
  24. <module>sonar-check-api</module>
  25. <module>sonar-core</module>
  26. <module>sonar-duplications</module>
  27. <module>sonar-home</module>
  28. <module>sonar-markdown</module>
  29. <module>sonar-plugin-api</module>
  30. <module>server</module>
  31. <module>sonar-ws</module>
  32. <module>sonar-testing-harness</module>
  33. <module>plugins/sonar-xoo-plugin</module>
  34. </modules>
  35. <organization>
  36. <name>SonarSource</name>
  37. <url>http://www.sonarsource.com</url>
  38. </organization>
  39. <inceptionYear>2009</inceptionYear>
  40. <issueManagement>
  41. <system>jira</system>
  42. <url>http://jira.sonarsource.com/browse/SONAR</url>
  43. </issueManagement>
  44. <properties>
  45. <license.years>${project.inceptionYear}-2018</license.years>
  46. <!-- see http://repo1.maven.org/maven2/org/sonarsource/dotnet/sonar-csharp-plugin/ -->
  47. <!-- Do not forget to exclude any new transitive dependencies -->
  48. <sonarCSharp.version>6.5.0.3766</sonarCSharp.version>
  49. <!-- see http://repo1.maven.org/maven2/org/sonarsource/java/sonar-java-plugin/ -->
  50. <!-- Do not forget to exclude any new transitive dependencies -->
  51. <sonarJava.version>4.15.0.12310</sonarJava.version>
  52. <!-- see http://repo1.maven.org/maven2/org/sonarsource/javascript/sonar-javascript-plugin/ -->
  53. <!-- Do not forget to exclude any new transitive dependencies -->
  54. <sonarJavaScript.version>3.2.0.5506</sonarJavaScript.version>
  55. <!-- see http://repo1.maven.org/maven2/org/sonarsource/php/sonar-php-plugin/ -->
  56. <!-- Do not forget to exclude any new transitive dependencies -->
  57. <sonarPhp.version>2.11.0.2485</sonarPhp.version>
  58. <!-- see http://repo1.maven.org/maven2/org/sonarsource/python/sonar-python-plugin/ -->
  59. <!-- Do not forget to exclude any new transitive dependencies -->
  60. <sonarPython.version>1.8.0.1496</sonarPython.version>
  61. <!-- see http://repo1.maven.org/maven2/org/sonarsource/flex/sonar-flex-plugin/ -->
  62. <!-- Do not forget to exclude any new transitive dependencies -->
  63. <sonarFlex.version>2.3</sonarFlex.version>
  64. <!-- see http://repo1.maven.org/maven2/org/sonarsource/xml/sonar-xml-plugin/ -->
  65. <!-- Do not forget to exclude any new transitive dependencies -->
  66. <sonarXml.version>1.4.3.1027</sonarXml.version>
  67. <!-- see https://repo1.maven.org/maven2/org/sonarsource/typescript/sonar-typescript-plugin/ -->
  68. <sonarTs.version>1.1.0.1079</sonarTs.version>
  69. <!-- see http://repo1.maven.org/maven2/org/sonarsource/scm/git/sonar-scm-git-plugin/ -->
  70. <sonarGit.version>1.3.0.869</sonarGit.version>
  71. <!-- see http://repo1.maven.org/maven2/org/sonarsource/scm/svn/sonar-scm-svn-plugin/ -->
  72. <sonarSvn.version>1.6.0.860</sonarSvn.version>
  73. <sonarUpdateCenter.version>1.18.0.487</sonarUpdateCenter.version>
  74. <h2.version>1.3.176</h2.version>
  75. <jetty.version>8.1.12.v20130726</jetty.version>
  76. <logback.version>1.2.3</logback.version>
  77. <slf4j.version>1.7.25</slf4j.version>
  78. <!-- Be aware that Log4j is used by Elasticsearch client -->
  79. <log4j.version>2.8.2</log4j.version>
  80. <tomcat.version>8.5.38</tomcat.version>
  81. <elasticsearch.version>5.6.3</elasticsearch.version>
  82. <orchestrator.version>3.15.0.1256</orchestrator.version>
  83. <okhttp.version>3.7.0</okhttp.version>
  84. <jackson.version>2.9.8</jackson.version>
  85. <jjwt.version>0.9.0</jjwt.version>
  86. <protobuf.version>3.0.0-beta-2</protobuf.version>
  87. <hazelcast.version>3.8.6</hazelcast.version>
  88. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  89. <maven.min.version>3.3.9</maven.min.version>
  90. <timestamp>${maven.build.timestamp}</timestamp>
  91. <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format>
  92. <license.title>SonarQube</license.title>
  93. <skipSanityChecks>false</skipSanityChecks>
  94. <argLine>-Xmx512m -Djava.awt.headless=true</argLine>
  95. <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
  96. <!-- used for deployment to SonarSource Artifactory -->
  97. <gitRepositoryName>sonarqube</gitRepositoryName>
  98. <!-- Release: enable publication to Bintray -->
  99. <artifactsToPublish>${project.groupId}:sonar-application:zip</artifactsToPublish>
  100. </properties>
  101. <build>
  102. <extensions>
  103. <extension>
  104. <groupId>kr.motd.maven</groupId>
  105. <artifactId>os-maven-plugin</artifactId>
  106. <version>1.5.0.Final</version>
  107. </extension>
  108. </extensions>
  109. <pluginManagement>
  110. <!-- Plugins ordered by shortname (assembly, antrun ...) -->
  111. <plugins>
  112. <plugin>
  113. <groupId>com.github.eirslett</groupId>
  114. <artifactId>frontend-maven-plugin</artifactId>
  115. <version>1.6</version>
  116. </plugin>
  117. <plugin>
  118. <groupId>org.apache.maven.plugins</groupId>
  119. <artifactId>maven-assembly-plugin</artifactId>
  120. <version>3.1.0</version>
  121. <configuration>
  122. <archiverConfig>
  123. <!-- Workaround for http://jira.codehaus.org/browse/MASSEMBLY-422 -->
  124. <!-- 420(dec) = 644(oct) -->
  125. <fileMode>420</fileMode>
  126. <!-- 493(dec) = 755(oct) -->
  127. <directoryMode>493</directoryMode>
  128. <defaultDirectoryMode>493</defaultDirectoryMode>
  129. </archiverConfig>
  130. </configuration>
  131. </plugin>
  132. <plugin>
  133. <groupId>org.codehaus.mojo</groupId>
  134. <artifactId>build-helper-maven-plugin</artifactId>
  135. <version>3.0.0</version>
  136. </plugin>
  137. <plugin>
  138. <groupId>org.apache.maven.plugins</groupId>
  139. <artifactId>maven-clean-plugin</artifactId>
  140. <version>3.0.0</version>
  141. </plugin>
  142. <plugin>
  143. <groupId>org.apache.maven.plugins</groupId>
  144. <artifactId>maven-dependency-plugin</artifactId>
  145. <version>3.0.2</version>
  146. </plugin>
  147. <plugin>
  148. <groupId>org.apache.maven.plugins</groupId>
  149. <artifactId>maven-enforcer-plugin</artifactId>
  150. <version>3.0.0-M1</version>
  151. </plugin>
  152. <plugin>
  153. <groupId>org.apache.maven.plugins</groupId>
  154. <artifactId>maven-gpg-plugin</artifactId>
  155. <version>1.6</version>
  156. </plugin>
  157. <plugin>
  158. <groupId>org.jacoco</groupId>
  159. <artifactId>jacoco-maven-plugin</artifactId>
  160. <version>0.7.9</version>
  161. <configuration>
  162. <excludes>
  163. <exclude>*_javassist_*</exclude>
  164. </excludes>
  165. <includes>
  166. <include>org.sonar.*</include>
  167. <include>org.sonarqube.*</include>
  168. </includes>
  169. </configuration>
  170. </plugin>
  171. <plugin>
  172. <groupId>org.apache.maven.plugins</groupId>
  173. <artifactId>maven-javadoc-plugin</artifactId>
  174. <version>3.0.0-M1</version>
  175. <configuration>
  176. <author>false</author>
  177. <linksource>true</linksource>
  178. </configuration>
  179. </plugin>
  180. <plugin>
  181. <groupId>org.apache.maven.plugins</groupId>
  182. <artifactId>maven-jar-plugin</artifactId>
  183. <version>3.0.2</version>
  184. </plugin>
  185. <plugin>
  186. <groupId>org.apache.maven.plugins</groupId>
  187. <artifactId>maven-jxr-plugin</artifactId>
  188. <version>2.5</version>
  189. </plugin>
  190. <plugin>
  191. <groupId>org.apache.maven.plugins</groupId>
  192. <artifactId>maven-resources-plugin</artifactId>
  193. <version>3.0.2</version>
  194. </plugin>
  195. <plugin>
  196. <groupId>org.apache.maven.plugins</groupId>
  197. <artifactId>maven-shade-plugin</artifactId>
  198. <version>3.1.0</version>
  199. </plugin>
  200. <plugin>
  201. <groupId>org.apache.maven.plugins</groupId>
  202. <artifactId>maven-source-plugin</artifactId>
  203. <version>3.0.1</version>
  204. </plugin>
  205. <plugin>
  206. <groupId>org.apache.maven.plugins</groupId>
  207. <artifactId>maven-surefire-plugin</artifactId>
  208. <version>2.20.1</version>
  209. </plugin>
  210. <plugin>
  211. <groupId>org.apache.maven.plugins</groupId>
  212. <artifactId>maven-war-plugin</artifactId>
  213. <version>3.2.0</version>
  214. </plugin>
  215. <plugin>
  216. <!-- not thread safe -->
  217. <groupId>org.codehaus.sonar</groupId>
  218. <artifactId>sonar-dev-maven-plugin</artifactId>
  219. <version>1.8</version>
  220. </plugin>
  221. <plugin>
  222. <groupId>org.sonarsource.sonar-packaging-maven-plugin</groupId>
  223. <artifactId>sonar-packaging-maven-plugin</artifactId>
  224. <version>1.18.0.372</version>
  225. </plugin>
  226. <plugin>
  227. <groupId>org.owasp</groupId>
  228. <artifactId>dependency-check-maven</artifactId>
  229. <version>3.0.1</version>
  230. <configuration>
  231. <failBuildOnCVSS>8</failBuildOnCVSS>
  232. <suppressionFile>dependency-check-suppressions.xml</suppressionFile>
  233. <enableExperimental>true</enableExperimental>
  234. </configuration>
  235. </plugin>
  236. <plugin>
  237. <!--
  238. Detection of conflicts in classpath.
  239. Command line is: mvn org.basepom.maven:duplicate-finder-maven-plugin:check
  240. See https://github.com/basepom/duplicate-finder-maven-plugin
  241. -->
  242. <groupId>org.basepom.maven</groupId>
  243. <artifactId>duplicate-finder-maven-plugin</artifactId>
  244. <version>1.1.1</version>
  245. <configuration>
  246. <printEqualFiles>true</printEqualFiles>
  247. <!--
  248. <failBuildInCaseOfDifferentContentConflict>true</failBuildInCaseOfDifferentContentConflict>
  249. <failBuildInCaseOfEqualContentConflict>true</failBuildInCaseOfEqualContentConflict>
  250. <failBuildInCaseOfConflict>true</failBuildInCaseOfConflict>
  251. -->
  252. <checkCompileClasspath>true</checkCompileClasspath>
  253. <checkRuntimeClasspath>true</checkRuntimeClasspath>
  254. <checkTestClasspath>false</checkTestClasspath>
  255. </configuration>
  256. </plugin>
  257. <plugin>
  258. <groupId>org.xolstice.maven.plugins</groupId>
  259. <artifactId>protobuf-maven-plugin</artifactId>
  260. <version>0.5.0</version>
  261. </plugin>
  262. <plugin>
  263. <groupId>com.github.genthaler</groupId>
  264. <artifactId>beanshell-maven-plugin</artifactId>
  265. <version>1.4</version>
  266. </plugin>
  267. </plugins>
  268. </pluginManagement>
  269. <plugins>
  270. <plugin>
  271. <groupId>org.apache.maven.plugins</groupId>
  272. <artifactId>maven-enforcer-plugin</artifactId>
  273. <executions>
  274. <execution>
  275. <id>enforce-rules</id>
  276. <goals>
  277. <goal>enforce</goal>
  278. </goals>
  279. <configuration>
  280. <rules>
  281. <requirePluginVersions>
  282. <message>Build reproducibility : always define plugin versions</message>
  283. <banLatest>true</banLatest>
  284. <banRelease>true</banRelease>
  285. <phases>clean,deploy</phases>
  286. </requirePluginVersions>
  287. <requireReleaseDeps>
  288. <message>No SNAPSHOT versions allowed for dependencies</message>
  289. <onlyWhenRelease>true</onlyWhenRelease>
  290. </requireReleaseDeps>
  291. <requireJavaVersion>
  292. <message>To build this project JDK ${jdk.min.version} (or upper) is required. Please install it.
  293. </message>
  294. <version>${jdk.min.version}</version>
  295. </requireJavaVersion>
  296. <requireMavenVersion>
  297. <version>[${maven.min.version},)</version>
  298. </requireMavenVersion>
  299. <bannedDependencies>
  300. <!-- See SONAR-2512 -->
  301. <message>commons-beanutils:commons-beanutils should be used instead</message>
  302. <excludes>
  303. <exclude>commons-beanutils:commons-beanutils-core</exclude>
  304. </excludes>
  305. <searchTransitive>true</searchTransitive>
  306. </bannedDependencies>
  307. <requireNoRepositories>
  308. <message>Definition of new repositories is not allowed in order to deploy to central repository.
  309. </message>
  310. </requireNoRepositories>
  311. </rules>
  312. </configuration>
  313. </execution>
  314. </executions>
  315. </plugin>
  316. <!--
  317. Choosing a random timezone when executing tests allows to detect
  318. early the tests that are coupled with local environment.
  319. -->
  320. <plugin>
  321. <groupId>com.github.genthaler</groupId>
  322. <artifactId>beanshell-maven-plugin</artifactId>
  323. <executions>
  324. <execution>
  325. <id>randomize-environment</id>
  326. <phase>validate</phase>
  327. <goals>
  328. <goal>run</goal>
  329. </goals>
  330. <configuration>
  331. <quiet>true</quiet>
  332. <script>
  333. <![CDATA[
  334. String[] timezones = new String[] {"GMT-9", "UTC", "GMT+9"};
  335. String testTimezone = timezones[new java.util.Random().nextInt(timezones.length)];
  336. project.getProperties().setProperty("testTimezone", testTimezone);
  337. logger.info("Timezone used for tests: " + testTimezone);
  338. ]]>
  339. </script>
  340. </configuration>
  341. </execution>
  342. </executions>
  343. </plugin>
  344. <plugin>
  345. <groupId>org.apache.maven.plugins</groupId>
  346. <artifactId>maven-jxr-plugin</artifactId>
  347. <configuration>
  348. <aggregate>true</aggregate>
  349. <linkJavadoc>true</linkJavadoc>
  350. <javadocDir>${project.reporting.outputDirectory}/${project.version}/apidocs</javadocDir>
  351. </configuration>
  352. </plugin>
  353. <plugin>
  354. <groupId>org.apache.maven.plugins</groupId>
  355. <artifactId>maven-surefire-plugin</artifactId>
  356. <configuration>
  357. <runOrder>random</runOrder>
  358. <systemPropertyVariables>
  359. <!-- keep system temp directory clean -->
  360. <java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
  361. <!--
  362. See profile 'randomize-environment'
  363. -->
  364. <user.timezone>${testTimezone}</user.timezone>
  365. </systemPropertyVariables>
  366. <threadCount>1</threadCount>
  367. </configuration>
  368. </plugin>
  369. </plugins>
  370. </build>
  371. <dependencyManagement>
  372. <dependencies>
  373. <!-- SonarQube modules -->
  374. <dependency>
  375. <groupId>org.codehaus.sonar</groupId>
  376. <artifactId>sonar-channel</artifactId>
  377. <version>4.1</version>
  378. <exclusions>
  379. <exclusion>
  380. <groupId>org.slf4j</groupId>
  381. <artifactId>slf4j-api</artifactId>
  382. </exclusion>
  383. </exclusions>
  384. </dependency>
  385. <dependency>
  386. <groupId>org.codehaus.sonar</groupId>
  387. <artifactId>sonar-classloader</artifactId>
  388. <version>1.0</version>
  389. </dependency>
  390. <dependency>
  391. <groupId>${project.groupId}</groupId>
  392. <artifactId>sonar-markdown</artifactId>
  393. <version>${project.version}</version>
  394. </dependency>
  395. <dependency>
  396. <groupId>${project.groupId}</groupId>
  397. <artifactId>sonar-core</artifactId>
  398. <version>${project.version}</version>
  399. </dependency>
  400. <dependency>
  401. <groupId>${project.groupId}</groupId>
  402. <artifactId>sonar-db-dao</artifactId>
  403. <version>${project.version}</version>
  404. </dependency>
  405. <dependency>
  406. <groupId>${project.groupId}</groupId>
  407. <artifactId>sonar-db-migration</artifactId>
  408. <version>${project.version}</version>
  409. </dependency>
  410. <dependency>
  411. <groupId>${project.groupId}</groupId>
  412. <artifactId>sonar-db-testing</artifactId>
  413. <version>${project.version}</version>
  414. <type>pom</type>
  415. </dependency>
  416. <dependency>
  417. <groupId>${project.groupId}</groupId>
  418. <artifactId>sonar-scanner-protocol</artifactId>
  419. <version>${project.version}</version>
  420. </dependency>
  421. <dependency>
  422. <groupId>${project.groupId}</groupId>
  423. <artifactId>sonar-ws</artifactId>
  424. <version>${project.version}</version>
  425. </dependency>
  426. <dependency>
  427. <groupId>${project.groupId}</groupId>
  428. <artifactId>sonar-home</artifactId>
  429. <version>${project.version}</version>
  430. </dependency>
  431. <dependency>
  432. <groupId>${project.groupId}</groupId>
  433. <artifactId>sonar-plugin-api</artifactId>
  434. <version>${project.version}</version>
  435. </dependency>
  436. <dependency>
  437. <groupId>${project.groupId}</groupId>
  438. <artifactId>sonar-process</artifactId>
  439. <version>${project.version}</version>
  440. </dependency>
  441. <dependency>
  442. <groupId>${project.groupId}</groupId>
  443. <artifactId>sonar-server</artifactId>
  444. <version>${project.version}</version>
  445. </dependency>
  446. <dependency>
  447. <groupId>org.sonarsource.update-center</groupId>
  448. <artifactId>sonar-update-center-common</artifactId>
  449. <version>${sonarUpdateCenter.version}</version>
  450. </dependency>
  451. <dependency>
  452. <groupId>org.codehaus.sonar</groupId>
  453. <artifactId>sonar-squid</artifactId>
  454. <version>4.1</version>
  455. <exclusions>
  456. <exclusion>
  457. <!--
  458. Provided at runtime by sonar-plugin-api.
  459. Do not use transitive version 4.1 but the current version.
  460. -->
  461. <groupId>org.codehaus.sonar</groupId>
  462. <artifactId>sonar-check-api</artifactId>
  463. </exclusion>
  464. </exclusions>
  465. </dependency>
  466. <dependency>
  467. <groupId>org.sonarsource.sonarqube</groupId>
  468. <artifactId>sonar-xoo-plugin</artifactId>
  469. <version>${project.version}</version>
  470. <scope>test</scope>
  471. </dependency>
  472. <dependency>
  473. <groupId>org.sonarsource.scm.git</groupId>
  474. <artifactId>sonar-scm-git-plugin</artifactId>
  475. <version>${sonarGit.version}</version>
  476. <type>sonar-plugin</type>
  477. <exclusions>
  478. <!--
  479. no need for transitive dependencies as only the JAR file
  480. is needed for the zip bundle
  481. -->
  482. <exclusion>
  483. <groupId>org.eclipse.jgit</groupId>
  484. <artifactId>org.eclipse.jgit</artifactId>
  485. </exclusion>
  486. </exclusions>
  487. </dependency>
  488. <dependency>
  489. <groupId>org.sonarsource.scm.svn</groupId>
  490. <artifactId>sonar-scm-svn-plugin</artifactId>
  491. <version>${sonarSvn.version}</version>
  492. <type>sonar-plugin</type>
  493. <exclusions>
  494. <!--
  495. no need for transitive dependencies as only the JAR file
  496. is needed for the zip bundle
  497. -->
  498. <exclusion>
  499. <groupId>org.tmatesoft.svnkit</groupId>
  500. <artifactId>svnkit</artifactId>
  501. </exclusion>
  502. </exclusions>
  503. </dependency>
  504. <dependency>
  505. <groupId>org.sonarsource.typescript</groupId>
  506. <artifactId>sonar-typescript-plugin</artifactId>
  507. <version>${sonarTs.version}</version>
  508. <type>sonar-plugin</type>
  509. <exclusions>
  510. <exclusion>
  511. <groupId>org.sonarsource.analyzer-commons</groupId>
  512. <artifactId>sonar-analyzer-commons</artifactId>
  513. </exclusion>
  514. </exclusions>
  515. </dependency>
  516. <dependency>
  517. <groupId>org.sonarsource.sonarqube</groupId>
  518. <artifactId>sonar-db-core</artifactId>
  519. <version>${project.version}</version>
  520. </dependency>
  521. <dependency>
  522. <groupId>org.sonarsource.sonarqube</groupId>
  523. <artifactId>sonar-db-testing</artifactId>
  524. <version>${project.version}</version>
  525. </dependency>
  526. <dependency>
  527. <groupId>org.sonarsource.sonarqube</groupId>
  528. <artifactId>sonar-testing-harness</artifactId>
  529. <version>${project.version}</version>
  530. </dependency>
  531. <dependency>
  532. <groupId>org.sonarsource.sonarqube</groupId>
  533. <artifactId>sonar-plugin-bridge</artifactId>
  534. <version>${project.version}</version>
  535. </dependency>
  536. <dependency>
  537. <groupId>org.sonarsource.java</groupId>
  538. <artifactId>sonar-java-plugin</artifactId>
  539. <version>${sonarJava.version}</version>
  540. <type>sonar-plugin</type>
  541. <exclusions>
  542. <!--
  543. no need for transitive dependencies as only the JAR file
  544. is needed for the zip bundle
  545. -->
  546. <exclusion>
  547. <groupId>classworlds</groupId>
  548. <artifactId>classworlds</artifactId>
  549. </exclusion>
  550. <exclusion>
  551. <groupId>org.mockito</groupId>
  552. <artifactId>mockito-all</artifactId>
  553. </exclusion>
  554. <exclusion>
  555. <groupId>org.sonarsource.java</groupId>
  556. <artifactId>java-surefire</artifactId>
  557. </exclusion>
  558. <exclusion>
  559. <groupId>org.sonarsource.java</groupId>
  560. <artifactId>java-jacoco</artifactId>
  561. </exclusion>
  562. <exclusion>
  563. <groupId>org.sonarsource.java</groupId>
  564. <artifactId>java-frontend</artifactId>
  565. </exclusion>
  566. <exclusion>
  567. <groupId>org.sonarsource.java</groupId>
  568. <artifactId>java-checks</artifactId>
  569. </exclusion>
  570. </exclusions>
  571. </dependency>
  572. <dependency>
  573. <groupId>org.sonarsource.javascript</groupId>
  574. <artifactId>sonar-javascript-plugin</artifactId>
  575. <version>${sonarJavaScript.version}</version>
  576. <type>sonar-plugin</type>
  577. <exclusions>
  578. <!--
  579. no need for transitive dependencies as only the JAR file
  580. is needed for the zip bundle
  581. -->
  582. <exclusion>
  583. <groupId>org.sonarsource.javascript</groupId>
  584. <artifactId>javascript-frontend</artifactId>
  585. </exclusion>
  586. <exclusion>
  587. <groupId>org.sonarsource.javascript</groupId>
  588. <artifactId>javascript-checks</artifactId>
  589. </exclusion>
  590. </exclusions>
  591. </dependency>
  592. <dependency>
  593. <groupId>org.sonarsource.dotnet</groupId>
  594. <artifactId>sonar-csharp-plugin</artifactId>
  595. <version>${sonarCSharp.version}</version>
  596. <type>sonar-plugin</type>
  597. <exclusions>
  598. <exclusion>
  599. <groupId>org.sonarsource.dotnet</groupId>
  600. <artifactId>sonar-dotnet-tests-library</artifactId>
  601. </exclusion>
  602. <exclusion>
  603. <groupId>org.sonarsource.dotnet</groupId>
  604. <artifactId>sonar-dotnet-shared-library</artifactId>
  605. </exclusion>
  606. <exclusion>
  607. <groupId>org.sonarsource.sslr-squid-bridge</groupId>
  608. <artifactId>sslr-squid-bridge</artifactId>
  609. </exclusion>
  610. </exclusions>
  611. </dependency>
  612. <dependency>
  613. <groupId>org.sonarsource.php</groupId>
  614. <artifactId>sonar-php-plugin</artifactId>
  615. <version>${sonarPhp.version}</version>
  616. <type>sonar-plugin</type>
  617. <exclusions>
  618. <!--
  619. no need for transitive dependencies as only the JAR file
  620. is needed for the zip bundle
  621. -->
  622. <exclusion>
  623. <groupId>org.sonarsource.php</groupId>
  624. <artifactId>php-frontend</artifactId>
  625. </exclusion>
  626. <exclusion>
  627. <groupId>org.sonarsource.php</groupId>
  628. <artifactId>php-checks</artifactId>
  629. </exclusion>
  630. <exclusion>
  631. <groupId>com.thoughtworks.xstream</groupId>
  632. <artifactId>xstream</artifactId>
  633. </exclusion>
  634. </exclusions>
  635. </dependency>
  636. <dependency>
  637. <groupId>org.sonarsource.python</groupId>
  638. <artifactId>sonar-python-plugin</artifactId>
  639. <version>${sonarPython.version}</version>
  640. <type>sonar-plugin</type>
  641. <exclusions>
  642. <!--
  643. no need for transitive dependencies as only the JAR file
  644. is needed for the zip bundle
  645. -->
  646. <exclusion>
  647. <groupId>org.sonarsource.python</groupId>
  648. <artifactId>python-squid</artifactId>
  649. </exclusion>
  650. <exclusion>
  651. <groupId>org.sonarsource.python</groupId>
  652. <artifactId>python-checks</artifactId>
  653. </exclusion>
  654. <exclusion>
  655. <groupId>org.codehaus.woodstox</groupId>
  656. <artifactId>woodstox-core-lgpl</artifactId>
  657. </exclusion>
  658. <exclusion>
  659. <groupId>org.codehaus.staxmate</groupId>
  660. <artifactId>staxmate</artifactId>
  661. </exclusion>
  662. </exclusions>
  663. </dependency>
  664. <dependency>
  665. <groupId>org.sonarsource.flex</groupId>
  666. <artifactId>sonar-flex-plugin</artifactId>
  667. <version>${sonarFlex.version}</version>
  668. <type>sonar-plugin</type>
  669. <exclusions>
  670. <!--
  671. no need for transitive dependencies as only the JAR file
  672. is needed for the zip bundle
  673. -->
  674. <exclusion>
  675. <groupId>org.sonarsource.flex</groupId>
  676. <artifactId>flex-squid</artifactId>
  677. </exclusion>
  678. <exclusion>
  679. <groupId>org.sonarsource.flex</groupId>
  680. <artifactId>flex-checks</artifactId>
  681. </exclusion>
  682. </exclusions>
  683. </dependency>
  684. <dependency>
  685. <groupId>org.sonarsource.xml</groupId>
  686. <artifactId>sonar-xml-plugin</artifactId>
  687. <version>${sonarXml.version}</version>
  688. <type>sonar-plugin</type>
  689. <exclusions>
  690. <!--
  691. no need for transitive dependencies as only the JAR file
  692. is needed for the zip bundle
  693. -->
  694. <exclusion>
  695. <groupId>xalan</groupId>
  696. <artifactId>xalan</artifactId>
  697. </exclusion>
  698. <exclusion>
  699. <groupId>xerces</groupId>
  700. <artifactId>xercesImpl</artifactId>
  701. </exclusion>
  702. <exclusion>
  703. <groupId>org.sonarsource.xml</groupId>
  704. <artifactId>xml-squid</artifactId>
  705. </exclusion>
  706. </exclusions>
  707. </dependency>
  708. <dependency>
  709. <groupId>com.hazelcast</groupId>
  710. <artifactId>hazelcast</artifactId>
  711. <version>${hazelcast.version}</version>
  712. </dependency>
  713. <dependency>
  714. <groupId>com.hazelcast</groupId>
  715. <artifactId>hazelcast-client</artifactId>
  716. <version>${hazelcast.version}</version>
  717. </dependency>
  718. <dependency>
  719. <groupId>org.elasticsearch.client</groupId>
  720. <artifactId>transport</artifactId>
  721. <version>${elasticsearch.version}</version>
  722. <exclusions>
  723. <exclusion>
  724. <groupId>org.elasticsearch.plugin</groupId>
  725. <artifactId>lang-mustache-client</artifactId>
  726. </exclusion>
  727. <exclusion>
  728. <groupId>org.elasticsearch.plugin</groupId>
  729. <artifactId>transport-netty3-client</artifactId>
  730. </exclusion>
  731. </exclusions>
  732. </dependency>
  733. <dependency>
  734. <groupId>com.github.tlrx</groupId>
  735. <artifactId>elasticsearch-test</artifactId>
  736. <version>1.2.1</version>
  737. </dependency>
  738. <dependency>
  739. <groupId>com.google.guava</groupId>
  740. <artifactId>guava</artifactId>
  741. <version>18.0</version>
  742. </dependency>
  743. <dependency>
  744. <groupId>com.google.code.findbugs</groupId>
  745. <artifactId>jsr305</artifactId>
  746. <version>3.0.2</version>
  747. </dependency>
  748. <dependency>
  749. <groupId>commons-dbutils</groupId>
  750. <artifactId>commons-dbutils</artifactId>
  751. <version>1.5</version>
  752. </dependency>
  753. <dependency>
  754. <groupId>commons-io</groupId>
  755. <artifactId>commons-io</artifactId>
  756. <version>2.4</version>
  757. </dependency>
  758. <dependency>
  759. <groupId>org.apache.commons</groupId>
  760. <artifactId>commons-csv</artifactId>
  761. <version>1.4</version>
  762. </dependency>
  763. <dependency>
  764. <groupId>commons-codec</groupId>
  765. <artifactId>commons-codec</artifactId>
  766. <version>1.8</version>
  767. </dependency>
  768. <dependency>
  769. <groupId>org.apache.commons</groupId>
  770. <artifactId>commons-email</artifactId>
  771. <version>1.5</version>
  772. </dependency>
  773. <dependency>
  774. <groupId>commons-lang</groupId>
  775. <artifactId>commons-lang</artifactId>
  776. <version>2.6</version>
  777. </dependency>
  778. <dependency>
  779. <groupId>commons-dbcp</groupId>
  780. <artifactId>commons-dbcp</artifactId>
  781. <version>1.4</version>
  782. </dependency>
  783. <dependency>
  784. <groupId>com.ibm.icu</groupId>
  785. <artifactId>icu4j</artifactId>
  786. <!-- animal-sniffer doesn't work with 2.6.1 -->
  787. <version>3.4.4</version>
  788. </dependency>
  789. <dependency>
  790. <groupId>javax.xml.bind</groupId>
  791. <artifactId>jaxb-api</artifactId>
  792. <version>2.3.0</version>
  793. </dependency>
  794. <dependency>
  795. <groupId>com.googlecode.json-simple</groupId>
  796. <artifactId>json-simple</artifactId>
  797. <version>1.1.1</version>
  798. <exclusions>
  799. <exclusion>
  800. <groupId>junit</groupId>
  801. <artifactId>junit</artifactId>
  802. </exclusion>
  803. </exclusions>
  804. </dependency>
  805. <dependency>
  806. <groupId>io.jsonwebtoken</groupId>
  807. <artifactId>jjwt</artifactId>
  808. <version>${jjwt.version}</version>
  809. </dependency>
  810. <dependency>
  811. <groupId>com.fasterxml.jackson.core</groupId>
  812. <artifactId>jackson-core</artifactId>
  813. <version>${jackson.version}</version>
  814. </dependency>
  815. <dependency>
  816. <groupId>com.fasterxml.jackson.core</groupId>
  817. <artifactId>jackson-databind</artifactId>
  818. <version>${jackson.version}</version>
  819. </dependency>
  820. <dependency>
  821. <groupId>com.fasterxml.jackson.core</groupId>
  822. <artifactId>jackson-annotations</artifactId>
  823. <version>${jackson.version}</version>
  824. </dependency>
  825. <dependency>
  826. <groupId>org.yaml</groupId>
  827. <artifactId>snakeyaml</artifactId>
  828. <version>1.15</version>
  829. </dependency>
  830. <dependency>
  831. <groupId>org.mybatis</groupId>
  832. <artifactId>mybatis</artifactId>
  833. <version>3.4.4</version>
  834. </dependency>
  835. <dependency>
  836. <groupId>org.nanohttpd</groupId>
  837. <artifactId>nanohttpd</artifactId>
  838. <version>2.3.0</version>
  839. </dependency>
  840. <dependency>
  841. <groupId>org.picocontainer</groupId>
  842. <artifactId>picocontainer</artifactId>
  843. <version>2.15</version>
  844. </dependency>
  845. <dependency>
  846. <groupId>org.slf4j</groupId>
  847. <artifactId>slf4j-api</artifactId>
  848. <version>${slf4j.version}</version>
  849. </dependency>
  850. <dependency>
  851. <groupId>org.slf4j</groupId>
  852. <artifactId>jul-to-slf4j</artifactId>
  853. <version>${slf4j.version}</version>
  854. </dependency>
  855. <dependency>
  856. <groupId>org.slf4j</groupId>
  857. <artifactId>jcl-over-slf4j</artifactId>
  858. <version>${slf4j.version}</version>
  859. </dependency>
  860. <dependency>
  861. <groupId>org.slf4j</groupId>
  862. <artifactId>log4j-over-slf4j</artifactId>
  863. <version>${slf4j.version}</version>
  864. </dependency>
  865. <dependency>
  866. <groupId>org.apache.logging.log4j</groupId>
  867. <artifactId>log4j-to-slf4j</artifactId>
  868. <version>${log4j.version}</version>
  869. </dependency>
  870. <dependency>
  871. <groupId>org.apache.logging.log4j</groupId>
  872. <artifactId>log4j-api</artifactId>
  873. <version>${log4j.version}</version>
  874. </dependency>
  875. <dependency>
  876. <groupId>org.apache.logging.log4j</groupId>
  877. <artifactId>log4j-core</artifactId>
  878. <version>${log4j.version}</version>
  879. </dependency>
  880. <dependency>
  881. <groupId>ch.qos.logback</groupId>
  882. <artifactId>logback-access</artifactId>
  883. <version>${logback.version}</version>
  884. </dependency>
  885. <dependency>
  886. <groupId>ch.qos.logback</groupId>
  887. <artifactId>logback-classic</artifactId>
  888. <version>${logback.version}</version>
  889. </dependency>
  890. <dependency>
  891. <groupId>ch.qos.logback</groupId>
  892. <artifactId>logback-core</artifactId>
  893. <version>${logback.version}</version>
  894. </dependency>
  895. <dependency>
  896. <groupId>com.h2database</groupId>
  897. <artifactId>h2</artifactId>
  898. <version>${h2.version}</version>
  899. </dependency>
  900. <dependency>
  901. <groupId>com.microsoft.sqlserver</groupId>
  902. <artifactId>mssql-jdbc</artifactId>
  903. <version>6.2.2.jre8</version>
  904. </dependency>
  905. <dependency>
  906. <groupId>mysql</groupId>
  907. <artifactId>mysql-connector-java</artifactId>
  908. <version>5.1.42</version>
  909. </dependency>
  910. <dependency>
  911. <groupId>com.oracle.jdbc</groupId>
  912. <artifactId>ojdbc8</artifactId>
  913. <!--
  914. This version is compatible with Oracle 11g and 12c :
  915. http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-faq-090281.html#01_02
  916. -->
  917. <version>12.2.0.1.0</version>
  918. </dependency>
  919. <dependency>
  920. <groupId>org.postgresql</groupId>
  921. <artifactId>postgresql</artifactId>
  922. <version>42.2.5</version>
  923. </dependency>
  924. <dependency>
  925. <groupId>org.codehaus.woodstox</groupId>
  926. <artifactId>woodstox-core-lgpl</artifactId>
  927. <version>4.4.0</version>
  928. <exclusions>
  929. <exclusion>
  930. <!-- provided by Java 1.7 -->
  931. <groupId>javax.xml.stream</groupId>
  932. <artifactId>stax-api</artifactId>
  933. </exclusion>
  934. </exclusions>
  935. </dependency>
  936. <dependency>
  937. <groupId>org.codehaus.staxmate</groupId>
  938. <artifactId>staxmate</artifactId>
  939. <version>2.0.1</version>
  940. <exclusions>
  941. <!-- see SONAR-879 -->
  942. <exclusion>
  943. <groupId>org.codehaus.woodstox</groupId>
  944. <artifactId>stax2-api</artifactId>
  945. </exclusion>
  946. <exclusion>
  947. <groupId>stax</groupId>
  948. <artifactId>stax-api</artifactId>
  949. </exclusion>
  950. <exclusion>
  951. <groupId>org.codehaus.woodstox</groupId>
  952. <artifactId>woodstox-core-asl</artifactId>
  953. </exclusion>
  954. </exclusions>
  955. </dependency>
  956. <dependency>
  957. <groupId>org.mockito</groupId>
  958. <artifactId>mockito-core</artifactId>
  959. <version>1.10.19</version>
  960. <exclusions>
  961. <exclusion>
  962. <groupId>org.hamcrest</groupId>
  963. <artifactId>hamcrest-core</artifactId>
  964. </exclusion>
  965. </exclusions>
  966. </dependency>
  967. <dependency>
  968. <groupId>org.assertj</groupId>
  969. <artifactId>assertj-core</artifactId>
  970. <version>3.4.1</version>
  971. </dependency>
  972. <dependency>
  973. <groupId>org.assertj</groupId>
  974. <artifactId>assertj-guava</artifactId>
  975. <version>3.0.0</version>
  976. </dependency>
  977. <dependency>
  978. <groupId>org.codehaus.woodstox</groupId>
  979. <artifactId>stax2-api</artifactId>
  980. <version>3.1.4</version>
  981. <exclusions>
  982. <exclusion>
  983. <groupId>stax</groupId>
  984. <artifactId>stax-api</artifactId>
  985. </exclusion>
  986. </exclusions>
  987. </dependency>
  988. <dependency>
  989. <groupId>javax.servlet</groupId>
  990. <artifactId>javax.servlet-api</artifactId>
  991. <version>3.0.1</version>
  992. </dependency>
  993. <dependency>
  994. <groupId>org.eclipse.jetty</groupId>
  995. <artifactId>jetty-server</artifactId>
  996. <version>${jetty.version}</version>
  997. </dependency>
  998. <dependency>
  999. <groupId>org.hamcrest</groupId>
  1000. <artifactId>hamcrest-all</artifactId>
  1001. <version>1.3</version>
  1002. </dependency>
  1003. <dependency>
  1004. <groupId>junit</groupId>
  1005. <artifactId>junit</artifactId>
  1006. <version>4.12</version>
  1007. </dependency>
  1008. <dependency>
  1009. <groupId>com.tngtech.java</groupId>
  1010. <artifactId>junit-dataprovider</artifactId>
  1011. <version>1.9.2</version>
  1012. </dependency>
  1013. <dependency>
  1014. <groupId>org.dbunit</groupId>
  1015. <artifactId>dbunit</artifactId>
  1016. <version>2.4.5</version>
  1017. <exclusions>
  1018. <!-- removing commons lang 2.1 and xerces-->
  1019. <exclusion>
  1020. <groupId>commons-lang</groupId>
  1021. <artifactId>commons-lang</artifactId>
  1022. </exclusion>
  1023. <exclusion>
  1024. <groupId>xerces</groupId>
  1025. <artifactId>xmlParserAPIs</artifactId>
  1026. </exclusion>
  1027. <exclusion>
  1028. <groupId>xerces</groupId>
  1029. <artifactId>xercesImpl</artifactId>
  1030. </exclusion>
  1031. </exclusions>
  1032. </dependency>
  1033. <dependency>
  1034. <groupId>org.eclipse.jetty</groupId>
  1035. <artifactId>test-jetty-servlet</artifactId>
  1036. <version>${jetty.version}</version>
  1037. </dependency>
  1038. <dependency>
  1039. <groupId>org.reflections</groupId>
  1040. <artifactId>reflections</artifactId>
  1041. <version>0.9.9</version>
  1042. </dependency>
  1043. <dependency>
  1044. <groupId>com.google.code.gson</groupId>
  1045. <artifactId>gson</artifactId>
  1046. <version>2.3.1</version>
  1047. </dependency>
  1048. <dependency>
  1049. <groupId>org.sonarsource</groupId>
  1050. <artifactId>sonar-persistit</artifactId>
  1051. <version>3.3.2</version>
  1052. <exclusions>
  1053. <exclusion>
  1054. <groupId>commons-logging</groupId>
  1055. <artifactId>commons-logging</artifactId>
  1056. </exclusion>
  1057. </exclusions>
  1058. </dependency>
  1059. <dependency>
  1060. <groupId>com.github.kevinsawicki</groupId>
  1061. <artifactId>http-request</artifactId>
  1062. <version>5.4.1</version>
  1063. </dependency>
  1064. <dependency>
  1065. <groupId>org.codehaus.sonar.runner</groupId>
  1066. <artifactId>sonar-runner-api</artifactId>
  1067. <version>2.4</version>
  1068. </dependency>
  1069. <dependency>
  1070. <groupId>org.freemarker</groupId>
  1071. <artifactId>freemarker</artifactId>
  1072. <version>2.3.20</version>
  1073. </dependency>
  1074. <dependency>
  1075. <groupId>com.google.protobuf</groupId>
  1076. <artifactId>protobuf-java</artifactId>
  1077. <version>${protobuf.version}</version>
  1078. </dependency>
  1079. <dependency>
  1080. <groupId>net.jpountz.lz4</groupId>
  1081. <artifactId>lz4</artifactId>
  1082. <version>1.3.0</version>
  1083. </dependency>
  1084. <dependency>
  1085. <groupId>org.subethamail</groupId>
  1086. <artifactId>subethasmtp</artifactId>
  1087. <version>3.1.7</version>
  1088. <scope>test</scope>
  1089. </dependency>
  1090. <!-- tomcat -->
  1091. <dependency>
  1092. <groupId>org.apache.tomcat.embed</groupId>
  1093. <artifactId>tomcat-embed-core</artifactId>
  1094. <version>${tomcat.version}</version>
  1095. <exclusions>
  1096. <exclusion>
  1097. <groupId>org.apache.tomcat.embed</groupId>
  1098. <artifactId>tomcat-embed-jasper</artifactId>
  1099. </exclusion>
  1100. <exclusion>
  1101. <groupId>org.eclipse.jdt</groupId>
  1102. <artifactId>ecj</artifactId>
  1103. </exclusion>
  1104. </exclusions>
  1105. </dependency>
  1106. <dependency>
  1107. <groupId>com.squareup.okhttp3</groupId>
  1108. <artifactId>okhttp</artifactId>
  1109. <version>${okhttp.version}</version>
  1110. </dependency>
  1111. <dependency>
  1112. <groupId>com.squareup.okhttp3</groupId>
  1113. <artifactId>mockwebserver</artifactId>
  1114. <version>${okhttp.version}</version>
  1115. </dependency>
  1116. <!-- Using scope=provided to exclude from all transitive dependencies -->
  1117. <dependency>
  1118. <groupId>xml-apis</groupId>
  1119. <artifactId>xml-apis</artifactId>
  1120. <version>1.4.01</version>
  1121. <scope>provided</scope>
  1122. </dependency>
  1123. </dependencies>
  1124. </dependencyManagement>
  1125. <mailingLists>
  1126. <mailingList>
  1127. <name>SonarQube users mailing list</name>
  1128. <subscribe>http://xircles.codehaus.org/projects/sonar/lists</subscribe>
  1129. <unsubscribe>http://xircles.codehaus.org/projects/sonar/lists</unsubscribe>
  1130. <post>user@sonar.codehaus.org</post>
  1131. <archive>http://www.nabble.com/Sonar-f30151.html</archive>
  1132. </mailingList>
  1133. </mailingLists>
  1134. <scm>
  1135. <connection>scm:git:git@github.com:SonarSource/sonarqube.git</connection>
  1136. <developerConnection>scm:git:git@github.com:SonarSource/sonarqube.git</developerConnection>
  1137. <url>https://github.com/SonarSource/sonarqube</url>
  1138. <tag>HEAD</tag>
  1139. </scm>
  1140. <ciManagement>
  1141. <system>travis-ci</system>
  1142. <url>https://travis-ci.org/SonarSource/sonarqube</url>
  1143. </ciManagement>
  1144. <licenses>
  1145. <license>
  1146. <name>GNU LGPL 3</name>
  1147. <url>http://www.gnu.org/licenses/lgpl.txt</url>
  1148. <distribution>repo</distribution>
  1149. </license>
  1150. </licenses>
  1151. <!-- Developers information should not be removed as it's
  1152. required for deployment -->
  1153. <developers>
  1154. <developer>
  1155. <id>bellingard</id>
  1156. <name>Fabrice Bellingard</name>
  1157. <email>fabrice.bellingard@sonarsource.com</email>
  1158. <organization>SonarSource</organization>
  1159. <timezone>+1</timezone>
  1160. </developer>
  1161. <developer>
  1162. <id>dbolkensteyn</id>
  1163. <name>Dinesh Bolkensteyn</name>
  1164. <email>dinesh.bolkensteyn@sonarsource.com</email>
  1165. <organization>SonarSource</organization>
  1166. <timezone>+1</timezone>
  1167. </developer>
  1168. <developer>
  1169. <id>dgageot</id>
  1170. <name>David Gageot</name>
  1171. <organization>SonarSource</organization>
  1172. <timezone>+1</timezone>
  1173. </developer>
  1174. <developer>
  1175. <id>ehartmann</id>
  1176. <name>Eric Hartmann</name>
  1177. <organization>SonarSource</organization>
  1178. <timezone>+1</timezone>
  1179. </developer>
  1180. <developer>
  1181. <id>fmallet</id>
  1182. <name>Freddy Mallet</name>
  1183. <email>freddy.mallet@sonarsource.com</email>
  1184. <organization>SonarSource</organization>
  1185. <timezone>+1</timezone>
  1186. </developer>
  1187. <developer>
  1188. <id>Godin</id>
  1189. <name>Evgeny Mandrikov</name>
  1190. <email>evgeny.mandrikov@sonarsource.com</email>
  1191. <organization>SonarSource</organization>
  1192. <timezone>+3</timezone>
  1193. </developer>
  1194. <developer>
  1195. <id>henryju</id>
  1196. <name>Julien Henry</name>
  1197. <email>julien.henry@sonarsource.com</email>
  1198. <organization>SonarSource</organization>
  1199. <timezone>+1</timezone>
  1200. </developer>
  1201. <developer>
  1202. <id>jblievremont</id>
  1203. <name>Jean-Baptiste Lievremont</name>
  1204. <organization>SonarSource</organization>
  1205. <timezone>+1</timezone>
  1206. </developer>
  1207. <developer>
  1208. <id>julienlancelot</id>
  1209. <name>Julien Lancelot</name>
  1210. <email>julien.lancelot@sonarsource.com</email>
  1211. <organization>SonarSource</organization>
  1212. <timezone>+1</timezone>
  1213. </developer>
  1214. <developer>
  1215. <id>olivier.gaudin</id>
  1216. <name>Olivier Gaudin</name>
  1217. <email>olivier.gaudin@sonarsource.com</email>
  1218. <organization>SonarSource</organization>
  1219. <timezone>+1</timezone>
  1220. </developer>
  1221. <developer>
  1222. <id>simonbrandhof</id>
  1223. <name>Simon Brandhof</name>
  1224. <email>simon.brandhof@sonarsource.com</email>
  1225. <organization>SonarSource</organization>
  1226. <timezone>+1</timezone>
  1227. </developer>
  1228. <developer>
  1229. <id>sns-seb</id>
  1230. <name>Sebastien Lesaint</name>
  1231. <organization>SonarSource</organization>
  1232. <timezone>+1</timezone>
  1233. </developer>
  1234. <developer>
  1235. <id>stas-vilchik</id>
  1236. <name>Stas Vilchik</name>
  1237. <organization>SonarSource</organization>
  1238. <timezone>+1</timezone>
  1239. </developer>
  1240. <developer>
  1241. <id>teryk</id>
  1242. <name>Teryk Bellahsene</name>
  1243. <organization>SonarSource</organization>
  1244. <timezone>+1</timezone>
  1245. </developer>
  1246. </developers>
  1247. <profiles>
  1248. <profile>
  1249. <id>dev</id>
  1250. <properties>
  1251. <skipSanityChecks>true</skipSanityChecks>
  1252. <enforcer.skip>true</enforcer.skip>
  1253. </properties>
  1254. </profile>
  1255. <profile>
  1256. <id>release</id>
  1257. <build>
  1258. <plugins>
  1259. <plugin>
  1260. <groupId>org.apache.maven.plugins</groupId>
  1261. <artifactId>maven-javadoc-plugin</artifactId>
  1262. <executions>
  1263. <execution>
  1264. <id>attach-javadocs</id>
  1265. <goals>
  1266. <goal>jar</goal>
  1267. </goals>
  1268. </execution>
  1269. </executions>
  1270. </plugin>
  1271. </plugins>
  1272. </build>
  1273. </profile>
  1274. <profile>
  1275. <id>protobuf-compile</id>
  1276. <activation>
  1277. <file>
  1278. <exists>src/main/protobuf</exists>
  1279. </file>
  1280. </activation>
  1281. <build>
  1282. <plugins>
  1283. <plugin>
  1284. <groupId>org.xolstice.maven.plugins</groupId>
  1285. <artifactId>protobuf-maven-plugin</artifactId>
  1286. <executions>
  1287. <execution>
  1288. <id>generate-protobuf-java-sources</id>
  1289. <goals>
  1290. <goal>compile</goal>
  1291. </goals>
  1292. <configuration>
  1293. <protocArtifact>com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier}
  1294. </protocArtifact>
  1295. <protoSourceRoot>${project.basedir}/src/main/protobuf</protoSourceRoot>
  1296. <outputDirectory>${project.build.directory}/generated-sources/protobuf</outputDirectory>
  1297. </configuration>
  1298. </execution>
  1299. </executions>
  1300. <dependencies>
  1301. <dependency>
  1302. <groupId>com.google.protobuf</groupId>
  1303. <artifactId>protoc</artifactId>
  1304. <version>${protobuf.version}</version>
  1305. <type>exe</type>
  1306. <classifier>${os.detected.classifier}</classifier>
  1307. </dependency>
  1308. </dependencies>
  1309. </plugin>
  1310. <plugin>
  1311. <groupId>org.codehaus.mojo</groupId>
  1312. <artifactId>build-helper-maven-plugin</artifactId>
  1313. <executions>
  1314. <execution>
  1315. <id>add-protobuf-generated-sources</id>
  1316. <phase>generate-sources</phase>
  1317. <goals>
  1318. <goal>add-source</goal>
  1319. </goals>
  1320. <configuration>
  1321. <sources>
  1322. <source>${project.build.directory}/generated-sources/protobuf</source>
  1323. </sources>
  1324. </configuration>
  1325. </execution>
  1326. </executions>
  1327. </plugin>
  1328. </plugins>
  1329. </build>
  1330. </profile>
  1331. <profile>
  1332. <id>protobuf-test-compile</id>
  1333. <activation>
  1334. <file>
  1335. <exists>src/test/protobuf</exists>
  1336. </file>
  1337. </activation>
  1338. <build>
  1339. <plugins>
  1340. <plugin>
  1341. <groupId>org.xolstice.maven.plugins</groupId>
  1342. <artifactId>protobuf-maven-plugin</artifactId>
  1343. <executions>
  1344. <execution>
  1345. <id>generate-protobuf-java-tests</id>
  1346. <goals>
  1347. <goal>test-compile</goal>
  1348. </goals>
  1349. <configuration>
  1350. <protocArtifact>com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier}
  1351. </protocArtifact>
  1352. <protoTestSourceRoot>${project.basedir}/src/test/protobuf</protoTestSourceRoot>
  1353. <outputDirectory>${project.build.directory}/generated-test-sources/protobuf</outputDirectory>
  1354. </configuration>
  1355. </execution>
  1356. </executions>
  1357. <dependencies>
  1358. <dependency>
  1359. <groupId>com.google.protobuf</groupId>
  1360. <artifactId>protoc</artifactId>
  1361. <version>${protobuf.version}</version>
  1362. <classifier>${os.detected.classifier}</classifier>
  1363. <type>exe</type>
  1364. </dependency>
  1365. </dependencies>
  1366. </plugin>
  1367. <plugin>
  1368. <groupId>org.codehaus.mojo</groupId>
  1369. <artifactId>build-helper-maven-plugin</artifactId>
  1370. <executions>
  1371. <execution>
  1372. <id>add-protobuf-generated-tests</id>
  1373. <phase>generate-test-sources</phase>
  1374. <goals>
  1375. <goal>add-test-source</goal>
  1376. </goals>
  1377. <configuration>
  1378. <sources>
  1379. <source>${project.build.directory}/generated-test-sources/protobuf</source>
  1380. </sources>
  1381. </configuration>
  1382. </execution>
  1383. </executions>
  1384. </plugin>
  1385. </plugins>
  1386. </build>
  1387. </profile>
  1388. <profile>
  1389. <!--
  1390. check if maven dependencies have vulnerabilities listed in CVE
  1391. Standalone command: mvn org.owasp:dependency-check-maven:check
  1392. See http://jeremylong.github.io/DependencyCheck
  1393. -->
  1394. <id>securityCheck</id>
  1395. <build>
  1396. <plugins>
  1397. <plugin>
  1398. <groupId>org.owasp</groupId>
  1399. <artifactId>dependency-check-maven</artifactId>
  1400. <executions>
  1401. <execution>
  1402. <goals>
  1403. <goal>check</goal>
  1404. </goals>
  1405. </execution>
  1406. </executions>
  1407. </plugin>
  1408. </plugins>
  1409. </build>
  1410. </profile>
  1411. <profile>
  1412. <!-- integration tests -->
  1413. <id>tests</id>
  1414. <modules>
  1415. <module>tests</module>
  1416. <module>tests/plugins</module>
  1417. </modules>
  1418. </profile>
  1419. </profiles>
  1420. </project>