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 32KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>org.codehaus.sonar</groupId>
  5. <artifactId>sonar</artifactId>
  6. <packaging>pom</packaging>
  7. <version>2.7-SNAPSHOT</version>
  8. <name>Sonar</name>
  9. <url>http://www.sonarsource.org</url>
  10. <modules>
  11. <!-- public artifacts to be deployed to central repository -->
  12. <module>archetypes/sonar-basic-plugin</module>
  13. <module>archetypes/sonar-gwt-plugin</module>
  14. <module>sonar-batch</module>
  15. <module>sonar-batch-bootstrapper</module>
  16. <module>sonar-batch-maven-compat</module>
  17. <module>sonar-channel</module>
  18. <module>sonar-check-api</module>
  19. <module>sonar-colorizer</module>
  20. <module>sonar-core</module>
  21. <module>sonar-deprecated</module>
  22. <module>sonar-duplications</module>
  23. <module>sonar-graph</module>
  24. <module>sonar-gwt-api</module>
  25. <module>sonar-java-api</module>
  26. <module>sonar-maven-plugin</module>
  27. <module>sonar-maven3-plugin</module>
  28. <module>sonar-plugin-api</module>
  29. <module>sonar-squid</module>
  30. <module>sonar-testing-harness</module>
  31. <module>sonar-ws-client</module>
  32. <module>plugins/sonar-core-gwt</module>
  33. <module>plugins/sonar-core-plugin</module>
  34. <module>plugins/sonar-dbcleaner-plugin</module>
  35. <module>plugins/sonar-checkstyle-plugin</module>
  36. <module>plugins/sonar-pmd-plugin</module>
  37. <module>plugins/sonar-cobertura-plugin</module>
  38. <module>plugins/sonar-surefire-plugin</module>
  39. <module>plugins/sonar-googleanalytics-plugin</module>
  40. <module>plugins/sonar-findbugs-plugin</module>
  41. <module>plugins/sonar-cpd-plugin</module>
  42. <module>plugins/sonar-squid-java-plugin</module>
  43. <module>plugins/sonar-design-plugin</module>
  44. </modules>
  45. <organization>
  46. <name>SonarSource</name>
  47. <url>http://www.sonarsource.com</url>
  48. </organization>
  49. <inceptionYear>2009</inceptionYear>
  50. <issueManagement>
  51. <system>jira</system>
  52. <url>http://jira.codehaus.org/browse/SONAR</url>
  53. </issueManagement>
  54. <distributionManagement>
  55. <repository>
  56. <id>codehaus.org</id>
  57. <url>dav:https://dav.codehaus.org/repository/sonar</url>
  58. <uniqueVersion>false</uniqueVersion>
  59. </repository>
  60. <snapshotRepository>
  61. <id>codehaus.org</id>
  62. <url>dav:https://dav.codehaus.org/snapshots.repository/sonar</url>
  63. <uniqueVersion>false</uniqueVersion>
  64. </snapshotRepository>
  65. </distributionManagement>
  66. <repositories>
  67. <repository>
  68. <!-- for gwt-incubator july-14-2009 -->
  69. <id>sonar</id>
  70. <name>Sonar</name>
  71. <url>http://repository.sonarsource.org/content/repositories/sonar</url>
  72. <releases>
  73. <enabled>true</enabled>
  74. </releases>
  75. <snapshots>
  76. <enabled>false</enabled>
  77. </snapshots>
  78. </repository>
  79. </repositories>
  80. <properties>
  81. <derby.version>10.6.1.0</derby.version>
  82. <jetty.version>6.1.24</jetty.version>
  83. <sonar.skippedModules>sonar-deprecated,sonar-gwt-api,sonar-core-gwt</sonar.skippedModules>
  84. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  85. <maven.min.version>2.0</maven.min.version>
  86. <jdk.min.version>1.5</jdk.min.version>
  87. <!-- default GWT configuration. It's overridden by the profile 'dev' to speed up compilation in dev environments-->
  88. <gwt.permutationSuffix />
  89. <gwt.extraJvmArgs>-Xmx512m -Xss1024k</gwt.extraJvmArgs>
  90. </properties>
  91. <build>
  92. <extensions>
  93. <extension>
  94. <groupId>org.apache.maven.wagon</groupId>
  95. <artifactId>wagon-webdav</artifactId>
  96. <version>1.0-beta-2</version>
  97. </extension>
  98. </extensions>
  99. <pluginManagement>
  100. <!-- Plugins ordered by shortname (archetype, assembly ...) -->
  101. <plugins>
  102. <plugin>
  103. <groupId>org.codehaus.mojo</groupId>
  104. <artifactId>animal-sniffer-maven-plugin</artifactId>
  105. <version>1.6</version>
  106. </plugin>
  107. <plugin>
  108. <groupId>org.apache.maven.plugins</groupId>
  109. <artifactId>maven-antrun-plugin</artifactId>
  110. <version>1.3</version>
  111. </plugin>
  112. <plugin>
  113. <groupId>org.apache.maven.plugins</groupId>
  114. <artifactId>maven-archetype-plugin</artifactId>
  115. <version>2.0-alpha-4</version>
  116. </plugin>
  117. <plugin>
  118. <groupId>org.apache.maven.plugins</groupId>
  119. <artifactId>maven-assembly-plugin</artifactId>
  120. <version>2.2</version>
  121. </plugin>
  122. <plugin>
  123. <groupId>org.apache.maven.plugins</groupId>
  124. <artifactId>maven-clean-plugin</artifactId>
  125. <version>2.4.1</version>
  126. </plugin>
  127. <plugin>
  128. <groupId>com.atlassian.maven.plugins</groupId>
  129. <artifactId>maven-clover2-plugin</artifactId>
  130. <version>2.6.1</version>
  131. </plugin>
  132. <plugin>
  133. <groupId>org.apache.maven.plugins</groupId>
  134. <artifactId>maven-compiler-plugin</artifactId>
  135. <version>2.3.2</version>
  136. </plugin>
  137. <plugin>
  138. <groupId>org.apache.maven.plugins</groupId>
  139. <artifactId>maven-dependency-plugin</artifactId>
  140. <version>2.1</version>
  141. </plugin>
  142. <plugin>
  143. <groupId>org.apache.maven.plugins</groupId>
  144. <artifactId>maven-deploy-plugin</artifactId>
  145. <version>2.5</version>
  146. </plugin>
  147. <plugin>
  148. <groupId>org.apache.maven.plugins</groupId>
  149. <artifactId>maven-enforcer-plugin</artifactId>
  150. <version>1.0</version>
  151. </plugin>
  152. <plugin>
  153. <groupId>org.apache.maven.plugins</groupId>
  154. <artifactId>maven-failsafe-plugin</artifactId>
  155. <version>2.6</version>
  156. </plugin>
  157. <plugin>
  158. <groupId>org.codehaus.mojo</groupId>
  159. <artifactId>gwt-maven-plugin</artifactId>
  160. <version>1.2</version>
  161. </plugin>
  162. <plugin>
  163. <groupId>org.apache.maven.plugins</groupId>
  164. <artifactId>maven-install-plugin</artifactId>
  165. <version>2.3.1</version>
  166. </plugin>
  167. <plugin>
  168. <groupId>org.apache.maven.plugins</groupId>
  169. <artifactId>maven-jar-plugin</artifactId>
  170. <version>2.3.1</version>
  171. </plugin>
  172. <plugin>
  173. <groupId>org.apache.maven.plugins</groupId>
  174. <artifactId>maven-javadoc-plugin</artifactId>
  175. <version>2.7</version>
  176. </plugin>
  177. <plugin>
  178. <groupId>org.apache.maven.plugins</groupId>
  179. <artifactId>maven-jxr-plugin</artifactId>
  180. <version>2.2</version>
  181. </plugin>
  182. <plugin>
  183. <groupId>com.mycila.maven-license-plugin</groupId>
  184. <artifactId>maven-license-plugin</artifactId>
  185. <version>1.9.0</version>
  186. </plugin>
  187. <plugin>
  188. <groupId>org.apache.maven.plugins</groupId>
  189. <artifactId>maven-plugin-plugin</artifactId>
  190. <version>2.4</version>
  191. </plugin>
  192. <plugin>
  193. <groupId>org.apache.maven.plugins</groupId>
  194. <artifactId>maven-release-plugin</artifactId>
  195. <version>2.1</version>
  196. </plugin>
  197. <plugin>
  198. <groupId>org.apache.maven.plugins</groupId>
  199. <artifactId>maven-resources-plugin</artifactId>
  200. <version>2.4.3</version>
  201. </plugin>
  202. <plugin>
  203. <groupId>org.apache.maven.plugins</groupId>
  204. <artifactId>maven-shade-plugin</artifactId>
  205. <version>1.4</version>
  206. </plugin>
  207. <plugin>
  208. <groupId>org.apache.maven.plugins</groupId>
  209. <artifactId>maven-site-plugin</artifactId>
  210. <version>2.0.1</version>
  211. </plugin>
  212. <plugin>
  213. <groupId>org.apache.maven.plugins</groupId>
  214. <artifactId>maven-source-plugin</artifactId>
  215. <version>2.1.2</version>
  216. </plugin>
  217. <plugin>
  218. <groupId>org.apache.maven.plugins</groupId>
  219. <artifactId>maven-surefire-plugin</artifactId>
  220. <version>2.6</version>
  221. </plugin>
  222. <plugin>
  223. <groupId>org.codehaus.sonar</groupId>
  224. <artifactId>sonar-dev-maven-plugin</artifactId>
  225. <version>1.2</version>
  226. </plugin>
  227. <plugin>
  228. <groupId>org.codehaus.sonar</groupId>
  229. <artifactId>sonar-packaging-maven-plugin</artifactId>
  230. <version>1.0</version>
  231. <extensions>true</extensions>
  232. </plugin>
  233. </plugins>
  234. </pluginManagement>
  235. <plugins>
  236. <plugin>
  237. <groupId>org.apache.maven.plugins</groupId>
  238. <artifactId>maven-compiler-plugin</artifactId>
  239. <configuration>
  240. <source>${jdk.min.version}</source>
  241. <target>${jdk.min.version}</target>
  242. <encoding>${project.build.sourceEncoding}</encoding>
  243. </configuration>
  244. </plugin>
  245. <plugin>
  246. <groupId>org.apache.maven.plugins</groupId>
  247. <artifactId>maven-enforcer-plugin</artifactId>
  248. <executions>
  249. <execution>
  250. <id>enforce-plugin-versions</id>
  251. <goals>
  252. <goal>enforce</goal>
  253. </goals>
  254. <configuration>
  255. <rules>
  256. <requirePluginVersions>
  257. <message>Build reproducibility : always define plugin versions</message>
  258. <banLatest>true</banLatest>
  259. <banRelease>true</banRelease>
  260. <phases>clean,deploy</phases>
  261. </requirePluginVersions>
  262. </rules>
  263. </configuration>
  264. </execution>
  265. <execution>
  266. <id>enforce-java-version</id>
  267. <goals>
  268. <goal>enforce</goal>
  269. </goals>
  270. <configuration>
  271. <rules>
  272. <requireJavaVersion>
  273. <message>To build this project JDK ${jdk.min.version} (or upper) is required. Please install it.
  274. </message>
  275. <version>${jdk.min.version}</version>
  276. </requireJavaVersion>
  277. </rules>
  278. </configuration>
  279. </execution>
  280. <execution>
  281. <id>enforce-maven-version</id>
  282. <goals>
  283. <goal>enforce</goal>
  284. </goals>
  285. <configuration>
  286. <rules>
  287. <requireMavenVersion>
  288. <message>To build this project Maven ${maven.min.version} (or upper) is required. Please install it.
  289. </message>
  290. <version>${maven.min.version}</version>
  291. </requireMavenVersion>
  292. </rules>
  293. </configuration>
  294. </execution>
  295. </executions>
  296. </plugin>
  297. <plugin>
  298. <groupId>org.apache.maven.plugins</groupId>
  299. <artifactId>maven-release-plugin</artifactId>
  300. <configuration>
  301. <autoVersionSubmodules>true</autoVersionSubmodules>
  302. <localCheckout>true</localCheckout>
  303. <pushChanges>false</pushChanges>
  304. </configuration>
  305. </plugin>
  306. <plugin>
  307. <groupId>org.apache.maven.plugins</groupId>
  308. <artifactId>maven-jar-plugin</artifactId>
  309. <configuration>
  310. <archive>
  311. <manifestEntries>
  312. <Version>${project.version}</Version>
  313. </manifestEntries>
  314. </archive>
  315. </configuration>
  316. </plugin>
  317. <plugin>
  318. <groupId>org.apache.maven.plugins</groupId>
  319. <artifactId>maven-javadoc-plugin</artifactId>
  320. <configuration>
  321. <excludePackageNames>
  322. net.*:org.sonar.application:org.sonar.server:org.sonar.graph:org.sonar.batch:org.sonar.channel:org.sonar.java:org.sonar.maven*:org.sonar.plugins.*:org.sonar.colorizer:org.sonar.squid
  323. </excludePackageNames>
  324. <author>false</author>
  325. <linksource>true</linksource>
  326. <reportOutputDirectory>${project.reporting.outputDirectory}/${project.version}/apidocs</reportOutputDirectory>
  327. </configuration>
  328. </plugin>
  329. <plugin>
  330. <groupId>org.apache.maven.plugins</groupId>
  331. <artifactId>maven-jxr-plugin</artifactId>
  332. <configuration>
  333. <aggregate>true</aggregate>
  334. <linkJavadoc>true</linkJavadoc>
  335. <javadocDir>${project.reporting.outputDirectory}/${project.version}/apidocs</javadocDir>
  336. </configuration>
  337. </plugin>
  338. <plugin>
  339. <groupId>org.apache.maven.plugins</groupId>
  340. <artifactId>maven-source-plugin</artifactId>
  341. <executions>
  342. <execution>
  343. <id>attach-sources</id>
  344. <phase>verify</phase>
  345. <goals>
  346. <goal>jar</goal>
  347. </goals>
  348. </execution>
  349. </executions>
  350. </plugin>
  351. </plugins>
  352. </build>
  353. <dependencyManagement>
  354. <dependencies>
  355. <!-- sonar modules -->
  356. <dependency>
  357. <groupId>org.codehaus.sonar</groupId>
  358. <artifactId>sonar-channel</artifactId>
  359. <version>${project.version}</version>
  360. </dependency>
  361. <dependency>
  362. <groupId>org.codehaus.sonar</groupId>
  363. <artifactId>sonar-check-api</artifactId>
  364. <version>${project.version}</version>
  365. </dependency>
  366. <dependency>
  367. <groupId>org.codehaus.sonar</groupId>
  368. <artifactId>sonar-colorizer</artifactId>
  369. <version>${project.version}</version>
  370. </dependency>
  371. <dependency>
  372. <groupId>org.codehaus.sonar</groupId>
  373. <artifactId>sonar-core</artifactId>
  374. <version>${project.version}</version>
  375. </dependency>
  376. <dependency>
  377. <groupId>org.codehaus.sonar</groupId>
  378. <artifactId>sonar-deprecated</artifactId>
  379. <version>${project.version}</version>
  380. </dependency>
  381. <dependency>
  382. <groupId>org.codehaus.sonar</groupId>
  383. <artifactId>sonar-duplications</artifactId>
  384. <version>${project.version}</version>
  385. </dependency>
  386. <dependency>
  387. <groupId>org.codehaus.sonar</groupId>
  388. <artifactId>sonar-graph</artifactId>
  389. <version>${project.version}</version>
  390. </dependency>
  391. <dependency>
  392. <groupId>org.codehaus.sonar</groupId>
  393. <artifactId>sonar-gwt-api</artifactId>
  394. <version>${project.version}</version>
  395. </dependency>
  396. <dependency>
  397. <groupId>org.codehaus.sonar</groupId>
  398. <artifactId>sonar-java-api</artifactId>
  399. <version>${project.version}</version>
  400. </dependency>
  401. <dependency>
  402. <groupId>org.codehaus.sonar</groupId>
  403. <artifactId>sonar-plugin-api</artifactId>
  404. <version>${project.version}</version>
  405. </dependency>
  406. <dependency>
  407. <groupId>org.codehaus.sonar</groupId>
  408. <artifactId>sonar-update-center-common</artifactId>
  409. <version>1.1</version>
  410. </dependency>
  411. <dependency>
  412. <groupId>org.codehaus.sonar</groupId>
  413. <artifactId>sonar-server</artifactId>
  414. <version>${project.version}</version>
  415. </dependency>
  416. <dependency>
  417. <groupId>org.codehaus.sonar</groupId>
  418. <artifactId>sonar-squid</artifactId>
  419. <version>${project.version}</version>
  420. </dependency>
  421. <dependency>
  422. <groupId>org.codehaus.sonar</groupId>
  423. <artifactId>sonar-testing-harness</artifactId>
  424. <version>${project.version}</version>
  425. </dependency>
  426. <dependency>
  427. <groupId>org.codehaus.sonar</groupId>
  428. <artifactId>sonar-ws-client</artifactId>
  429. <version>${project.version}</version>
  430. </dependency>
  431. <dependency>
  432. <groupId>asm</groupId>
  433. <artifactId>asm-all</artifactId>
  434. <version>3.2</version>
  435. </dependency>
  436. <dependency>
  437. <groupId>classworlds</groupId>
  438. <artifactId>classworlds</artifactId>
  439. <version>1.1</version>
  440. </dependency>
  441. <dependency>
  442. <groupId>commons-collections</groupId>
  443. <artifactId>commons-collections</artifactId>
  444. <version>3.2.1</version>
  445. </dependency>
  446. <dependency>
  447. <groupId>com.google.collections</groupId>
  448. <artifactId>google-collections</artifactId>
  449. <version>1.0</version>
  450. </dependency>
  451. <dependency>
  452. <groupId>commons-io</groupId>
  453. <artifactId>commons-io</artifactId>
  454. <version>2.0.1</version>
  455. </dependency>
  456. <dependency>
  457. <groupId>commons-codec</groupId>
  458. <artifactId>commons-codec</artifactId>
  459. <version>1.4</version>
  460. </dependency>
  461. <dependency>
  462. <groupId>commons-lang</groupId>
  463. <artifactId>commons-lang</artifactId>
  464. <version>2.6</version>
  465. </dependency>
  466. <dependency>
  467. <groupId>commons-math</groupId>
  468. <artifactId>commons-math</artifactId>
  469. <version>1.2</version>
  470. </dependency>
  471. <dependency>
  472. <groupId>commons-dbcp</groupId>
  473. <artifactId>commons-dbcp</artifactId>
  474. <!-- do not upgrade to version 1.4, not compatible with Java5 -->
  475. <version>1.3</version>
  476. </dependency>
  477. <dependency>
  478. <groupId>commons-configuration</groupId>
  479. <artifactId>commons-configuration</artifactId>
  480. <version>1.6</version>
  481. <exclusions>
  482. <exclusion>
  483. <groupId>commons-logging</groupId>
  484. <artifactId>commons-logging</artifactId>
  485. </exclusion>
  486. </exclusions>
  487. </dependency>
  488. <dependency>
  489. <groupId>com.google.gwt</groupId>
  490. <artifactId>gwt-user</artifactId>
  491. <version>2.0.4</version>
  492. </dependency>
  493. <dependency>
  494. <groupId>com.google.gwt</groupId>
  495. <artifactId>gwt-incubator</artifactId>
  496. <version>2.0.1</version>
  497. </dependency>
  498. <dependency>
  499. <groupId>com.ibm.icu</groupId>
  500. <artifactId>icu4j</artifactId>
  501. <!-- animal-sniffer doesn't work with 2.6.1 -->
  502. <version>3.4.4</version>
  503. </dependency>
  504. <dependency>
  505. <groupId>jfree</groupId>
  506. <artifactId>jfreechart</artifactId>
  507. <version>1.0.9</version>
  508. </dependency>
  509. <dependency>
  510. <groupId>org.hibernate</groupId>
  511. <artifactId>hibernate-annotations</artifactId>
  512. <version>3.4.0.GA</version>
  513. </dependency>
  514. <dependency>
  515. <groupId>org.hibernate</groupId>
  516. <artifactId>hibernate-commons-annotations</artifactId>
  517. <version>3.1.0.GA</version>
  518. </dependency>
  519. <dependency>
  520. <groupId>org.hibernate</groupId>
  521. <artifactId>hibernate-core</artifactId>
  522. <version>3.3.2.GA</version>
  523. <exclusions>
  524. <exclusion>
  525. <groupId>javax.transaction</groupId>
  526. <artifactId>jta</artifactId>
  527. </exclusion>
  528. </exclusions>
  529. </dependency>
  530. <dependency>
  531. <groupId>org.hibernate</groupId>
  532. <artifactId>hibernate-ehcache</artifactId>
  533. <version>3.3.2.GA</version>
  534. <exclusions>
  535. <exclusion>
  536. <groupId>commons-logging</groupId>
  537. <artifactId>commons-logging</artifactId>
  538. </exclusion>
  539. </exclusions>
  540. </dependency>
  541. <dependency>
  542. <groupId>org.hibernate</groupId>
  543. <artifactId>hibernate-entitymanager</artifactId>
  544. <version>3.4.0.GA</version>
  545. <exclusions>
  546. <exclusion>
  547. <groupId>javax.transaction</groupId>
  548. <artifactId>jta</artifactId>
  549. </exclusion>
  550. </exclusions>
  551. </dependency>
  552. <dependency>
  553. <groupId>org.picocontainer</groupId>
  554. <artifactId>picocontainer</artifactId>
  555. <version>2.10.2</version>
  556. </dependency>
  557. <dependency>
  558. <groupId>org.slf4j</groupId>
  559. <artifactId>slf4j-api</artifactId>
  560. <version>1.5.6</version>
  561. </dependency>
  562. <dependency>
  563. <groupId>org.slf4j</groupId>
  564. <artifactId>jcl-over-slf4j</artifactId>
  565. <version>1.5.6</version>
  566. </dependency>
  567. <dependency>
  568. <groupId>org.slf4j</groupId>
  569. <artifactId>log4j-over-slf4j</artifactId>
  570. <version>1.5.6</version>
  571. </dependency>
  572. <dependency>
  573. <groupId>ch.qos.logback</groupId>
  574. <artifactId>logback-classic</artifactId>
  575. <version>0.9.15</version>
  576. </dependency>
  577. <dependency>
  578. <groupId>ch.qos.logback</groupId>
  579. <artifactId>logback-core</artifactId>
  580. <version>0.9.15</version>
  581. </dependency>
  582. <dependency>
  583. <groupId>janino</groupId>
  584. <artifactId>janino</artifactId>
  585. <version>2.5.10</version>
  586. </dependency>
  587. <dependency>
  588. <groupId>org.apache.derby</groupId>
  589. <artifactId>derbyclient</artifactId>
  590. <version>${derby.version}</version>
  591. </dependency>
  592. <dependency>
  593. <groupId>org.apache.derby</groupId>
  594. <artifactId>derby</artifactId>
  595. <version>${derby.version}</version>
  596. </dependency>
  597. <dependency>
  598. <groupId>org.apache.derby</groupId>
  599. <artifactId>derbynet</artifactId>
  600. <version>${derby.version}</version>
  601. </dependency>
  602. <dependency>
  603. <!--
  604. IMPORTANT: DO NOT UPGRADE THIS LIB. Indeed v.1.0.0.1 is a dedicated branch to support Tomcat 5.x. Versions 1.0.5 and greater do not support Tomcat 5.
  605. See http://jira.codehaus.org/browse/SONAR-2212
  606. -->
  607. <groupId>org.jruby.rack</groupId>
  608. <artifactId>jruby-rack</artifactId>
  609. <version>1.0.0.1</version>
  610. </dependency>
  611. <dependency>
  612. <groupId>mysql</groupId>
  613. <artifactId>mysql-connector-java</artifactId>
  614. <version>5.1.13</version>
  615. </dependency>
  616. <dependency>
  617. <groupId>postgresql</groupId>
  618. <artifactId>postgresql</artifactId>
  619. <version>9.0-801.jdbc3</version>
  620. </dependency>
  621. <dependency>
  622. <groupId>net.sourceforge.jtds</groupId>
  623. <artifactId>jtds</artifactId>
  624. <version>1.2.4</version>
  625. </dependency>
  626. <dependency>
  627. <groupId>org.codehaus.woodstox</groupId>
  628. <artifactId>woodstox-core-lgpl</artifactId>
  629. <version>4.0.4</version>
  630. </dependency>
  631. <dependency>
  632. <groupId>org.codehaus.staxmate</groupId>
  633. <artifactId>staxmate</artifactId>
  634. <version>2.0.0</version>
  635. <exclusions>
  636. <!-- see SONAR-879 -->
  637. <exclusion>
  638. <groupId>org.codehaus.woodstox</groupId>
  639. <artifactId>stax2-api</artifactId>
  640. </exclusion>
  641. <exclusion>
  642. <groupId>org.codehaus.woodstox</groupId>
  643. <artifactId>woodstox-core-asl</artifactId>
  644. </exclusion>
  645. </exclusions>
  646. </dependency>
  647. <dependency>
  648. <groupId>org.mockito</groupId>
  649. <artifactId>mockito-all</artifactId>
  650. <version>1.8.5</version>
  651. </dependency>
  652. <dependency>
  653. <groupId>org.hamcrest</groupId>
  654. <artifactId>hamcrest-all</artifactId>
  655. <version>1.1</version>
  656. </dependency>
  657. <dependency>
  658. <groupId>com.thoughtworks.xstream</groupId>
  659. <artifactId>xstream</artifactId>
  660. <version>1.3.1</version>
  661. <exclusions>
  662. <exclusion>
  663. <groupId>xpp3</groupId>
  664. <artifactId>xpp3_min</artifactId>
  665. </exclusion>
  666. </exclusions>
  667. </dependency>
  668. <dependency>
  669. <groupId>xpp3</groupId>
  670. <artifactId>xpp3</artifactId>
  671. <version>1.1.3.3</version>
  672. </dependency>
  673. <dependency>
  674. <groupId>org.apache.maven</groupId>
  675. <artifactId>maven-core</artifactId>
  676. <version>2.0.7</version>
  677. </dependency>
  678. <dependency>
  679. <groupId>org.apache.maven</groupId>
  680. <artifactId>maven-plugin-api</artifactId>
  681. <version>2.0.7</version>
  682. </dependency>
  683. <dependency>
  684. <groupId>org.apache.maven</groupId>
  685. <artifactId>maven-artifact</artifactId>
  686. <version>2.0.7</version>
  687. </dependency>
  688. <dependency>
  689. <groupId>org.apache.maven</groupId>
  690. <artifactId>maven-project</artifactId>
  691. <version>2.0.7</version>
  692. </dependency>
  693. <dependency>
  694. <groupId>org.apache.maven.shared</groupId>
  695. <artifactId>maven-dependency-tree</artifactId>
  696. <version>1.2</version>
  697. </dependency>
  698. <dependency>
  699. <groupId>org.apache.maven.shared</groupId>
  700. <artifactId>maven-common-artifact-filters</artifactId>
  701. <version>1.2</version>
  702. </dependency>
  703. <dependency>
  704. <groupId>org.jruby</groupId>
  705. <artifactId>jruby-complete</artifactId>
  706. <version>1.5.6</version>
  707. </dependency>
  708. <dependency>
  709. <groupId>geronimo-spec</groupId>
  710. <artifactId>geronimo-spec-jta</artifactId>
  711. <version>1.0-M1</version>
  712. </dependency>
  713. <dependency>
  714. <groupId>org.codehaus.woodstox</groupId>
  715. <artifactId>stax2-api</artifactId>
  716. <version>3.0.1</version>
  717. </dependency>
  718. <dependency>
  719. <groupId>org.mortbay.jetty</groupId>
  720. <artifactId>jetty-ajp</artifactId>
  721. <version>${jetty.version}</version>
  722. </dependency>
  723. <dependency>
  724. <groupId>org.mortbay.jetty</groupId>
  725. <artifactId>jetty-plus</artifactId>
  726. <version>${jetty.version}</version>
  727. </dependency>
  728. <dependency>
  729. <groupId>org.mortbay.jetty</groupId>
  730. <artifactId>jetty-naming</artifactId>
  731. <version>${jetty.version}</version>
  732. </dependency>
  733. <dependency>
  734. <groupId>org.mortbay.jetty</groupId>
  735. <artifactId>jetty</artifactId>
  736. <version>${jetty.version}</version>
  737. </dependency>
  738. <dependency>
  739. <groupId>org.mortbay.jetty</groupId>
  740. <artifactId>jetty-util</artifactId>
  741. <version>${jetty.version}</version>
  742. </dependency>
  743. <dependency>
  744. <groupId>hsqldb</groupId>
  745. <artifactId>hsqldb</artifactId>
  746. <version>1.8.0.10</version>
  747. </dependency>
  748. <dependency>
  749. <groupId>org.jdom</groupId>
  750. <artifactId>jdom</artifactId>
  751. <version>1.1</version>
  752. </dependency>
  753. <dependency>
  754. <groupId>junit</groupId>
  755. <artifactId>junit</artifactId>
  756. <version>4.8.2</version>
  757. </dependency>
  758. <dependency>
  759. <groupId>xerces</groupId>
  760. <artifactId>xercesImpl</artifactId>
  761. <version>2.8.1</version>
  762. </dependency>
  763. <dependency>
  764. <groupId>xalan</groupId>
  765. <artifactId>xalan</artifactId>
  766. <version>2.7.1</version>
  767. </dependency>
  768. <dependency>
  769. <groupId>xmlunit</groupId>
  770. <artifactId>xmlunit</artifactId>
  771. <version>1.2</version>
  772. </dependency>
  773. <dependency>
  774. <groupId>org.dbunit</groupId>
  775. <artifactId>dbunit</artifactId>
  776. <version>2.4.5</version>
  777. <exclusions>
  778. <!-- removing commons lang 2.1 and xerces-->
  779. <exclusion>
  780. <groupId>commons-lang</groupId>
  781. <artifactId>commons-lang</artifactId>
  782. </exclusion>
  783. <exclusion>
  784. <groupId>xerces</groupId>
  785. <artifactId>xmlParserAPIs</artifactId>
  786. </exclusion>
  787. <exclusion>
  788. <groupId>xerces</groupId>
  789. <artifactId>xercesImpl</artifactId>
  790. </exclusion>
  791. </exclusions>
  792. </dependency>
  793. <dependency>
  794. <groupId>org.mortbay.jetty</groupId>
  795. <artifactId>jetty-servlet-tester</artifactId>
  796. <version>${jetty.version}</version>
  797. </dependency>
  798. </dependencies>
  799. </dependencyManagement>
  800. <mailingLists>
  801. <mailingList>
  802. <name>Sonar users mailing list</name>
  803. <subscribe>http://xircles.codehaus.org/projects/sonar/lists</subscribe>
  804. <unsubscribe>http://xircles.codehaus.org/projects/sonar/lists</unsubscribe>
  805. <post>user@sonar.codehaus.org</post>
  806. <archive>http://www.nabble.com/Sonar-f30151.html</archive>
  807. </mailingList>
  808. </mailingLists>
  809. <scm>
  810. <connection>scm:git:git@github.com:SonarSource/sonar.git</connection>
  811. <developerConnection>scm:git:git@github.com:SonarSource/sonar.git</developerConnection>
  812. <url>scm:git:git@github.com:SonarSource/sonar.git</url>
  813. </scm>
  814. <ciManagement>
  815. <system>bamboo</system>
  816. <url>http://bamboo.ci.codehaus.org/browse/SONAR-DEF</url>
  817. </ciManagement>
  818. <licenses>
  819. <license>
  820. <name>GNU LGPL 3</name>
  821. <url>http://www.gnu.org/licenses/lgpl.txt</url>
  822. <distribution>repo</distribution>
  823. </license>
  824. </licenses>
  825. <developers>
  826. <developer>
  827. <id>evgeny.mandrikov</id>
  828. <name>Evgeny Mandrikov</name>
  829. <email>evgeny.mandrikov@sonarsource.com</email>
  830. <organization>SonarSource</organization>
  831. <timezone>+3</timezone>
  832. </developer>
  833. <developer>
  834. <id>fabrice.bellingard</id>
  835. <name>Fabrice Bellingard</name>
  836. <email>fabrice.bellingard@sonarsource.com</email>
  837. <organization>SonarSource</organization>
  838. <timezone>+1</timezone>
  839. </developer>
  840. <developer>
  841. <id>freddy.mallet</id>
  842. <name>Freddy Mallet</name>
  843. <email>freddy.mallet@sonarsource.com</email>
  844. <organization>SonarSource</organization>
  845. <timezone>+1</timezone>
  846. </developer>
  847. <developer>
  848. <id>olivier.gaudin</id>
  849. <name>Olivier Gaudin</name>
  850. <email>olivier.gaudin@sonarsource.com</email>
  851. <organization>SonarSource</organization>
  852. <timezone>+1</timezone>
  853. </developer>
  854. <developer>
  855. <id>simon.brandhof</id>
  856. <name>Simon Brandhof</name>
  857. <email>simon.brandhof@sonarsource.com</email>
  858. <organization>SonarSource</organization>
  859. <timezone>+1</timezone>
  860. </developer>
  861. </developers>
  862. <profiles>
  863. <profile>
  864. <id>all</id>
  865. <activation>
  866. <activeByDefault>true</activeByDefault>
  867. </activation>
  868. <modules>
  869. <module>sonar-core-maven-plugin</module>
  870. <module>sonar-server</module>
  871. <module>sonar-application</module>
  872. </modules>
  873. </profile>
  874. <profile>
  875. <id>release</id>
  876. <build>
  877. <plugins>
  878. <plugin>
  879. <groupId>org.apache.maven.plugins</groupId>
  880. <artifactId>maven-javadoc-plugin</artifactId>
  881. <executions>
  882. <execution>
  883. <id>attach-javadocs</id>
  884. <goals>
  885. <goal>jar</goal>
  886. </goals>
  887. </execution>
  888. </executions>
  889. </plugin>
  890. </plugins>
  891. </build>
  892. </profile>
  893. <profile>
  894. <id>sanity-checks</id>
  895. <build>
  896. <plugins>
  897. <!-- check compatibility with Java 5 -->
  898. <plugin>
  899. <groupId>org.codehaus.mojo</groupId>
  900. <artifactId>animal-sniffer-maven-plugin</artifactId>
  901. <executions>
  902. <execution>
  903. <id>enforce-java-api-compatibility</id>
  904. <phase>verify</phase>
  905. <goals>
  906. <goal>check</goal>
  907. </goals>
  908. <configuration>
  909. <signature>
  910. <groupId>org.codehaus.mojo.signature</groupId>
  911. <artifactId>java15</artifactId>
  912. <version>1.0</version>
  913. </signature>
  914. </configuration>
  915. </execution>
  916. </executions>
  917. </plugin>
  918. <!-- check copyright/license headers -->
  919. <plugin>
  920. <inherited>false</inherited>
  921. <groupId>com.mycila.maven-license-plugin</groupId>
  922. <artifactId>maven-license-plugin</artifactId>
  923. <configuration>
  924. <header>${project.basedir}/copyright.txt</header>
  925. <failIfMissing>true</failIfMissing>
  926. <strictCheck>true</strictCheck>
  927. <aggregate>true</aggregate>
  928. <includes>
  929. <include>**/sonar-*/src/main/java/**</include>
  930. <include>**/sonar-*/src/test/java/**</include>
  931. </includes>
  932. <excludes>
  933. <exclude>tests/**</exclude>
  934. </excludes>
  935. <mapping>
  936. <java>SLASHSTAR_STYLE</java>
  937. </mapping>
  938. </configuration>
  939. <executions>
  940. <execution>
  941. <id>enforce-license-headers</id>
  942. <phase>validate</phase>
  943. <goals>
  944. <goal>check</goal>
  945. </goals>
  946. </execution>
  947. </executions>
  948. </plugin>
  949. </plugins>
  950. </build>
  951. </profile>
  952. </profiles>
  953. </project>