Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244
  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.11</version>
  8. <name>Sonar</name>
  9. <url>http://www.sonarsource.org</url>
  10. <description>Put technical debt under control</description>
  11. <modules>
  12. <!-- public artifacts to be deployed to central repository -->
  13. <module>archetypes/sonar-basic-plugin</module>
  14. <module>archetypes/sonar-gwt-plugin</module>
  15. <module>sonar-application</module>
  16. <module>sonar-batch</module>
  17. <module>sonar-batch-bootstrapper</module>
  18. <module>sonar-batch-maven-compat</module>
  19. <module>sonar-channel</module>
  20. <module>sonar-check-api</module>
  21. <module>sonar-colorizer</module>
  22. <module>sonar-core</module>
  23. <module>sonar-core-maven-plugin</module>
  24. <module>sonar-deprecated</module>
  25. <module>sonar-duplications</module>
  26. <module>sonar-graph</module>
  27. <module>sonar-gwt-api</module>
  28. <module>sonar-java-api</module>
  29. <module>sonar-markdown</module>
  30. <module>sonar-maven-plugin</module>
  31. <module>sonar-maven3-plugin</module>
  32. <module>sonar-plugin-api</module>
  33. <module>sonar-server</module>
  34. <module>sonar-squid</module>
  35. <module>sonar-testing-harness</module>
  36. <module>sonar-ws-client</module>
  37. <module>plugins/sonar-core-gwt</module>
  38. <module>plugins/sonar-core-plugin</module>
  39. <module>plugins/sonar-dbcleaner-plugin</module>
  40. <module>plugins/sonar-checkstyle-plugin</module>
  41. <module>plugins/sonar-pmd-plugin</module>
  42. <module>plugins/sonar-cobertura-plugin</module>
  43. <module>plugins/sonar-surefire-plugin</module>
  44. <module>plugins/sonar-googleanalytics-plugin</module>
  45. <module>plugins/sonar-findbugs-plugin</module>
  46. <module>plugins/sonar-cpd-plugin</module>
  47. <module>plugins/sonar-squid-java-plugin</module>
  48. <module>plugins/sonar-design-plugin</module>
  49. <module>plugins/sonar-l10n-en-plugin</module>
  50. <module>plugins/sonar-email-notifications-plugin</module>
  51. </modules>
  52. <organization>
  53. <name>SonarSource</name>
  54. <url>http://www.sonarsource.com</url>
  55. </organization>
  56. <inceptionYear>2009</inceptionYear>
  57. <issueManagement>
  58. <system>jira</system>
  59. <url>http://jira.codehaus.org/browse/SONAR</url>
  60. </issueManagement>
  61. <distributionManagement>
  62. <repository>
  63. <id>codehaus-nexus-staging</id>
  64. <name>Codehaus Release Repository</name>
  65. <url>https://nexus.codehaus.org/service/local/staging/deploy/maven2/</url>
  66. </repository>
  67. <snapshotRepository>
  68. <id>sonar-snapshots</id>
  69. <url>${sonar.snapshotRepository.url}</url>
  70. <uniqueVersion>false</uniqueVersion>
  71. </snapshotRepository>
  72. </distributionManagement>
  73. <repositories>
  74. <repository>
  75. <!-- for gwt-incubator july-14-2009 and checkstyle 5.1-->
  76. <id>sonar</id>
  77. <name>Sonar</name>
  78. <url>http://repository.sonarsource.org/content/repositories/sonar</url>
  79. <releases>
  80. <enabled>true</enabled>
  81. </releases>
  82. <snapshots>
  83. <enabled>false</enabled>
  84. </snapshots>
  85. </repository>
  86. </repositories>
  87. <properties>
  88. <!--
  89. Warning before upgrading Derby to 10.8 : new conversion from BOOLEAN to CHAR.
  90. "If you use setBoolean() or setObject() with a CHAR(1) datatype you must change your code and use setInt() or Derby will try to store "true" or
  91. "false" strings."
  92. -->
  93. <derby.version>10.7.1.1</derby.version>
  94. <jetty.version>6.1.24</jetty.version>
  95. <sonar.skippedModules>sonar-deprecated,sonar-gwt-api,sonar-core-gwt,sonar-testing-harness,sonar-samples
  96. </sonar.skippedModules>
  97. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  98. <jdk.min.version>1.5</jdk.min.version>
  99. <!-- default GWT configuration. It's overridden by the profile 'dev' to speed up compilation in dev environments-->
  100. <gwt.permutationSuffix />
  101. <gwt.extraJvmArgs>-Xmx512m -Xss1024k</gwt.extraJvmArgs>
  102. <sonar.snapshotRepository.url>dav:https://dav.codehaus.org/snapshots.repository/sonar</sonar.snapshotRepository.url>
  103. </properties>
  104. <build>
  105. <extensions>
  106. <extension>
  107. <groupId>org.apache.maven.wagon</groupId>
  108. <artifactId>wagon-webdav</artifactId>
  109. <version>1.0-beta-2</version>
  110. </extension>
  111. </extensions>
  112. <pluginManagement>
  113. <!-- Plugins ordered by shortname (archetype, assembly ...) -->
  114. <plugins>
  115. <plugin>
  116. <groupId>org.codehaus.mojo</groupId>
  117. <artifactId>animal-sniffer-maven-plugin</artifactId>
  118. <version>1.7</version>
  119. </plugin>
  120. <plugin>
  121. <groupId>org.apache.maven.plugins</groupId>
  122. <artifactId>maven-antrun-plugin</artifactId>
  123. <version>1.6</version>
  124. </plugin>
  125. <plugin>
  126. <!-- not thread safe -->
  127. <groupId>org.apache.maven.plugins</groupId>
  128. <artifactId>maven-archetype-plugin</artifactId>
  129. <version>2.0-alpha-4</version>
  130. </plugin>
  131. <plugin>
  132. <groupId>org.apache.maven.plugins</groupId>
  133. <artifactId>maven-assembly-plugin</artifactId>
  134. <version>2.2.1</version>
  135. <configuration>
  136. <archiverConfig>
  137. <!-- Workaround for http://jira.codehaus.org/browse/MASSEMBLY-422 -->
  138. <!-- 420(dec) = 644(oct) -->
  139. <fileMode>420</fileMode>
  140. <!-- 493(dec) = 755(oct) -->
  141. <directoryMode>493</directoryMode>
  142. <defaultDirectoryMode>493</defaultDirectoryMode>
  143. </archiverConfig>
  144. </configuration>
  145. </plugin>
  146. <plugin>
  147. <groupId>org.apache.maven.plugins</groupId>
  148. <artifactId>maven-clean-plugin</artifactId>
  149. <version>2.4.1</version>
  150. </plugin>
  151. <plugin>
  152. <groupId>org.apache.maven.plugins</groupId>
  153. <artifactId>maven-compiler-plugin</artifactId>
  154. <version>2.3.2</version>
  155. </plugin>
  156. <plugin>
  157. <!-- not thread safe -->
  158. <groupId>org.apache.maven.plugins</groupId>
  159. <artifactId>maven-dependency-plugin</artifactId>
  160. <version>2.1</version>
  161. </plugin>
  162. <plugin>
  163. <groupId>org.apache.maven.plugins</groupId>
  164. <artifactId>maven-deploy-plugin</artifactId>
  165. <version>2.6</version>
  166. </plugin>
  167. <plugin>
  168. <groupId>org.apache.maven.plugins</groupId>
  169. <artifactId>maven-enforcer-plugin</artifactId>
  170. <version>1.0.1</version>
  171. </plugin>
  172. <plugin>
  173. <groupId>org.apache.maven.plugins</groupId>
  174. <artifactId>maven-failsafe-plugin</artifactId>
  175. <version>2.9</version>
  176. </plugin>
  177. <plugin>
  178. <groupId>org.apache.maven.plugins</groupId>
  179. <artifactId>maven-gpg-plugin</artifactId>
  180. <version>1.1</version>
  181. </plugin>
  182. <plugin>
  183. <!-- not thread safe -->
  184. <groupId>org.codehaus.mojo</groupId>
  185. <artifactId>gwt-maven-plugin</artifactId>
  186. <version>1.2</version>
  187. </plugin>
  188. <plugin>
  189. <groupId>org.apache.maven.plugins</groupId>
  190. <artifactId>maven-install-plugin</artifactId>
  191. <version>2.3.1</version>
  192. </plugin>
  193. <plugin>
  194. <groupId>org.apache.maven.plugins</groupId>
  195. <artifactId>maven-jar-plugin</artifactId>
  196. <version>2.3.1</version>
  197. </plugin>
  198. <plugin>
  199. <groupId>org.apache.maven.plugins</groupId>
  200. <artifactId>maven-javadoc-plugin</artifactId>
  201. <version>2.8</version>
  202. <configuration>
  203. <author>false</author>
  204. <linksource>true</linksource>
  205. </configuration>
  206. </plugin>
  207. <plugin>
  208. <groupId>org.apache.maven.plugins</groupId>
  209. <artifactId>maven-jxr-plugin</artifactId>
  210. <version>2.2</version>
  211. </plugin>
  212. <plugin>
  213. <groupId>com.mycila.maven-license-plugin</groupId>
  214. <artifactId>maven-license-plugin</artifactId>
  215. <version>1.9.0</version>
  216. </plugin>
  217. <plugin>
  218. <groupId>org.apache.maven.plugins</groupId>
  219. <artifactId>maven-plugin-plugin</artifactId>
  220. <version>2.7</version>
  221. </plugin>
  222. <plugin>
  223. <groupId>org.apache.maven.plugins</groupId>
  224. <artifactId>maven-release-plugin</artifactId>
  225. <version>2.1</version>
  226. </plugin>
  227. <plugin>
  228. <groupId>org.apache.maven.plugins</groupId>
  229. <artifactId>maven-resources-plugin</artifactId>
  230. <version>2.5</version>
  231. </plugin>
  232. <plugin>
  233. <groupId>org.apache.maven.plugins</groupId>
  234. <artifactId>maven-shade-plugin</artifactId>
  235. <version>1.4</version>
  236. </plugin>
  237. <plugin>
  238. <groupId>org.apache.maven.plugins</groupId>
  239. <artifactId>maven-site-plugin</artifactId>
  240. <version>2.0.1</version>
  241. </plugin>
  242. <plugin>
  243. <groupId>org.apache.maven.plugins</groupId>
  244. <artifactId>maven-source-plugin</artifactId>
  245. <version>2.1.2</version>
  246. </plugin>
  247. <plugin>
  248. <groupId>org.apache.maven.plugins</groupId>
  249. <artifactId>maven-surefire-plugin</artifactId>
  250. <version>2.9</version>
  251. </plugin>
  252. <plugin>
  253. <groupId>org.apache.maven.plugins</groupId>
  254. <artifactId>maven-war-plugin</artifactId>
  255. <version>2.1.1</version>
  256. </plugin>
  257. <plugin>
  258. <!-- not thread safe -->
  259. <groupId>org.codehaus.sonar</groupId>
  260. <artifactId>sonar-dev-maven-plugin</artifactId>
  261. <version>1.3.2</version>
  262. </plugin>
  263. <plugin>
  264. <groupId>org.codehaus.sonar</groupId>
  265. <artifactId>sonar-packaging-maven-plugin</artifactId>
  266. <version>1.1</version>
  267. <extensions>true</extensions>
  268. </plugin>
  269. </plugins>
  270. </pluginManagement>
  271. <plugins>
  272. <plugin>
  273. <groupId>org.apache.maven.plugins</groupId>
  274. <artifactId>maven-compiler-plugin</artifactId>
  275. <configuration>
  276. <source>${jdk.min.version}</source>
  277. <target>${jdk.min.version}</target>
  278. <encoding>${project.build.sourceEncoding}</encoding>
  279. </configuration>
  280. </plugin>
  281. <plugin>
  282. <groupId>org.apache.maven.plugins</groupId>
  283. <artifactId>maven-enforcer-plugin</artifactId>
  284. <executions>
  285. <execution>
  286. <id>enforce-plugin-versions</id>
  287. <goals>
  288. <goal>enforce</goal>
  289. </goals>
  290. <configuration>
  291. <rules>
  292. <requirePluginVersions>
  293. <message>Build reproducibility : always define plugin versions</message>
  294. <banLatest>true</banLatest>
  295. <banRelease>true</banRelease>
  296. <phases>clean,deploy</phases>
  297. </requirePluginVersions>
  298. </rules>
  299. </configuration>
  300. </execution>
  301. <execution>
  302. <id>enforce-dependency-versions</id>
  303. <goals>
  304. <goal>enforce</goal>
  305. </goals>
  306. <configuration>
  307. <rules>
  308. <requireReleaseDeps>
  309. <message>No SNAPSHOT versions allowed for dependencies</message>
  310. <onlyWhenRelease>true</onlyWhenRelease>
  311. </requireReleaseDeps>
  312. </rules>
  313. </configuration>
  314. </execution>
  315. <execution>
  316. <id>enforce-java-version</id>
  317. <goals>
  318. <goal>enforce</goal>
  319. </goals>
  320. <configuration>
  321. <rules>
  322. <requireJavaVersion>
  323. <message>To build this project JDK ${jdk.min.version} (or upper) is required. Please install it.
  324. </message>
  325. <version>${jdk.min.version}</version>
  326. </requireJavaVersion>
  327. </rules>
  328. </configuration>
  329. </execution>
  330. <execution>
  331. <id>enforce-maven-version</id>
  332. <goals>
  333. <goal>enforce</goal>
  334. </goals>
  335. <configuration>
  336. <rules>
  337. <requireMavenVersion>
  338. <version>(,2.1.0),(2.1.0,2.2.0),(2.2.0,)</version>
  339. <message>Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively.</message>
  340. </requireMavenVersion>
  341. </rules>
  342. </configuration>
  343. </execution>
  344. <execution>
  345. <id>enforce-banned-dependencies</id>
  346. <goals>
  347. <goal>enforce</goal>
  348. </goals>
  349. <configuration>
  350. <rules>
  351. <bannedDependencies>
  352. <!-- See SONAR-2512 -->
  353. <message>commons-beanutils:commons-beanutils should be used instead</message>
  354. <excludes>
  355. <exclude>commons-beanutils:commons-beanutils-core</exclude>
  356. </excludes>
  357. <searchTransitive>true</searchTransitive>
  358. </bannedDependencies>
  359. <bannedDependencies>
  360. <!-- See SONAR-2455 -->
  361. <message>org.codehaus.plexus:plexus-classworlds should be used instead</message>
  362. <excludes>
  363. <exclude>classworlds:classworlds</exclude>
  364. </excludes>
  365. <searchTransitive>true</searchTransitive>
  366. </bannedDependencies>
  367. </rules>
  368. </configuration>
  369. </execution>
  370. </executions>
  371. </plugin>
  372. <plugin>
  373. <groupId>org.apache.maven.plugins</groupId>
  374. <artifactId>maven-jar-plugin</artifactId>
  375. <configuration>
  376. <archive>
  377. <manifestEntries>
  378. <Version>${project.version}</Version>
  379. </manifestEntries>
  380. </archive>
  381. </configuration>
  382. </plugin>
  383. <plugin>
  384. <groupId>org.apache.maven.plugins</groupId>
  385. <artifactId>maven-jxr-plugin</artifactId>
  386. <configuration>
  387. <aggregate>true</aggregate>
  388. <linkJavadoc>true</linkJavadoc>
  389. <javadocDir>${project.reporting.outputDirectory}/${project.version}/apidocs</javadocDir>
  390. </configuration>
  391. </plugin>
  392. <!-- check copyright/license headers -->
  393. <plugin>
  394. <inherited>false</inherited>
  395. <groupId>com.mycila.maven-license-plugin</groupId>
  396. <artifactId>maven-license-plugin</artifactId>
  397. <configuration>
  398. <header>${project.basedir}/copyright.txt</header>
  399. <failIfMissing>true</failIfMissing>
  400. <strictCheck>true</strictCheck>
  401. <aggregate>true</aggregate>
  402. <includes>
  403. <include>**/sonar-*/src/main/java/**</include>
  404. <include>**/sonar-*/src/test/java/**</include>
  405. </includes>
  406. <excludes>
  407. <exclude>tests/**</exclude>
  408. </excludes>
  409. <mapping>
  410. <java>SLASHSTAR_STYLE</java>
  411. </mapping>
  412. </configuration>
  413. <executions>
  414. <execution>
  415. <id>enforce-license-headers</id>
  416. <phase>validate</phase>
  417. <goals>
  418. <goal>check</goal>
  419. </goals>
  420. </execution>
  421. </executions>
  422. </plugin>
  423. <plugin>
  424. <groupId>org.apache.maven.plugins</groupId>
  425. <artifactId>maven-release-plugin</artifactId>
  426. <configuration>
  427. <autoVersionSubmodules>true</autoVersionSubmodules>
  428. <localCheckout>true</localCheckout>
  429. <pushChanges>false</pushChanges>
  430. <mavenExecutorId>forked-path</mavenExecutorId>
  431. <preparationGoals>clean install</preparationGoals>
  432. </configuration>
  433. </plugin>
  434. <plugin>
  435. <groupId>org.apache.maven.plugins</groupId>
  436. <artifactId>maven-source-plugin</artifactId>
  437. <executions>
  438. <execution>
  439. <id>attach-sources</id>
  440. <phase>verify</phase>
  441. <goals>
  442. <goal>jar-no-fork</goal>
  443. </goals>
  444. </execution>
  445. </executions>
  446. </plugin>
  447. <plugin>
  448. <artifactId>maven-surefire-plugin</artifactId>
  449. <configuration>
  450. <runOrder>random</runOrder>
  451. </configuration>
  452. </plugin>
  453. <plugin>
  454. <!-- this plugin is used to list the licenses of all the dependencies :
  455. mvn org.codehaus.mojo:license-maven-plugin:aggregate-add-third-party
  456. -->
  457. <groupId>org.codehaus.mojo</groupId>
  458. <artifactId>license-maven-plugin</artifactId>
  459. <version>1.0-beta-3</version>
  460. <configuration>
  461. <groupByLicense>true</groupByLicense>
  462. <licenseMerges>
  463. <licenseMerge>The Apache Software License, Version 2.0|Apache License 2.0|Apache 2|Apache License Version 2|Apache License Version 2.0|Apache Public License 2.0|Apache Software License - Version 2.0|Apache Software Licenses</licenseMerge>
  464. <licenseMerge>GNU Lesser General Public License, Version 2.1|GNU Lesser General Public License Version 2.1|GNU Lesser General Public License (LGPL), Version 2.1</licenseMerge>
  465. <licenseMerge>BSD|BSD License|The BSD License</licenseMerge>
  466. <licenseMerge>Common Public License, Version 1.0|Common Public License - v 1.0|Common Public License Version 1.0</licenseMerge>
  467. <licenseMerge>Eclipse Public License, Version 1.0|Eclipse Public License - Version 1.0</licenseMerge>
  468. <licenseMerge>Common Development and Distribution License, Version 1.0|COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0|Common Development and Distribution License (CDDL) v1.0</licenseMerge>
  469. <licenseMerge>MIT License|The MIT License</licenseMerge>
  470. </licenseMerges>
  471. </configuration>
  472. </plugin>
  473. </plugins>
  474. </build>
  475. <dependencyManagement>
  476. <dependencies>
  477. <!-- sonar modules -->
  478. <dependency>
  479. <groupId>org.codehaus.sonar</groupId>
  480. <artifactId>sonar-channel</artifactId>
  481. <version>${project.version}</version>
  482. </dependency>
  483. <dependency>
  484. <groupId>org.codehaus.sonar</groupId>
  485. <artifactId>sonar-markdown</artifactId>
  486. <version>${project.version}</version>
  487. </dependency>
  488. <dependency>
  489. <groupId>org.codehaus.sonar</groupId>
  490. <artifactId>sonar-check-api</artifactId>
  491. <version>${project.version}</version>
  492. </dependency>
  493. <dependency>
  494. <groupId>org.codehaus.sonar</groupId>
  495. <artifactId>sonar-colorizer</artifactId>
  496. <version>${project.version}</version>
  497. </dependency>
  498. <dependency>
  499. <groupId>org.codehaus.sonar</groupId>
  500. <artifactId>sonar-core</artifactId>
  501. <version>${project.version}</version>
  502. </dependency>
  503. <dependency>
  504. <groupId>org.codehaus.sonar</groupId>
  505. <artifactId>sonar-deprecated</artifactId>
  506. <version>${project.version}</version>
  507. </dependency>
  508. <dependency>
  509. <groupId>org.codehaus.sonar</groupId>
  510. <artifactId>sonar-duplications</artifactId>
  511. <version>${project.version}</version>
  512. </dependency>
  513. <dependency>
  514. <groupId>org.codehaus.sonar</groupId>
  515. <artifactId>sonar-graph</artifactId>
  516. <version>${project.version}</version>
  517. </dependency>
  518. <dependency>
  519. <groupId>org.codehaus.sonar</groupId>
  520. <artifactId>sonar-gwt-api</artifactId>
  521. <version>${project.version}</version>
  522. </dependency>
  523. <dependency>
  524. <groupId>org.codehaus.sonar</groupId>
  525. <artifactId>sonar-java-api</artifactId>
  526. <version>${project.version}</version>
  527. </dependency>
  528. <dependency>
  529. <groupId>org.codehaus.sonar</groupId>
  530. <artifactId>sonar-plugin-api</artifactId>
  531. <version>${project.version}</version>
  532. </dependency>
  533. <dependency>
  534. <groupId>org.codehaus.sonar</groupId>
  535. <artifactId>sonar-update-center-common</artifactId>
  536. <version>1.1</version>
  537. </dependency>
  538. <dependency>
  539. <groupId>org.codehaus.sonar</groupId>
  540. <artifactId>sonar-server</artifactId>
  541. <version>${project.version}</version>
  542. </dependency>
  543. <dependency>
  544. <groupId>org.codehaus.sonar</groupId>
  545. <artifactId>sonar-squid</artifactId>
  546. <version>${project.version}</version>
  547. </dependency>
  548. <dependency>
  549. <groupId>org.codehaus.sonar</groupId>
  550. <artifactId>sonar-testing-harness</artifactId>
  551. <version>${project.version}</version>
  552. </dependency>
  553. <dependency>
  554. <groupId>org.codehaus.sonar</groupId>
  555. <artifactId>sonar-ws-client</artifactId>
  556. <version>${project.version}</version>
  557. </dependency>
  558. <dependency>
  559. <groupId>asm</groupId>
  560. <artifactId>asm-all</artifactId>
  561. <version>3.2</version>
  562. </dependency>
  563. <dependency>
  564. <groupId>org.codehaus.plexus</groupId>
  565. <artifactId>plexus-classworlds</artifactId>
  566. <version>2.2.3</version>
  567. </dependency>
  568. <dependency>
  569. <groupId>commons-collections</groupId>
  570. <artifactId>commons-collections</artifactId>
  571. <version>3.2.1</version>
  572. </dependency>
  573. <dependency>
  574. <groupId>com.google.collections</groupId>
  575. <artifactId>google-collections</artifactId>
  576. <version>1.0</version>
  577. </dependency>
  578. <dependency>
  579. <groupId>commons-io</groupId>
  580. <artifactId>commons-io</artifactId>
  581. <version>2.0.1</version>
  582. </dependency>
  583. <dependency>
  584. <groupId>commons-codec</groupId>
  585. <artifactId>commons-codec</artifactId>
  586. <version>1.4</version>
  587. </dependency>
  588. <dependency>
  589. <groupId>commons-lang</groupId>
  590. <artifactId>commons-lang</artifactId>
  591. <version>2.6</version>
  592. </dependency>
  593. <dependency>
  594. <groupId>commons-math</groupId>
  595. <artifactId>commons-math</artifactId>
  596. <version>1.2</version>
  597. </dependency>
  598. <dependency>
  599. <groupId>commons-dbcp</groupId>
  600. <artifactId>commons-dbcp</artifactId>
  601. <!-- do not upgrade to version 1.4, not compatible with Java5 -->
  602. <version>1.3</version>
  603. </dependency>
  604. <dependency>
  605. <!-- See SONAR-2512 -->
  606. <groupId>commons-beanutils</groupId>
  607. <artifactId>commons-beanutils</artifactId>
  608. <version>1.8.3</version>
  609. </dependency>
  610. <dependency>
  611. <groupId>commons-configuration</groupId>
  612. <artifactId>commons-configuration</artifactId>
  613. <version>1.6</version>
  614. <exclusions>
  615. <exclusion>
  616. <groupId>commons-logging</groupId>
  617. <artifactId>commons-logging</artifactId>
  618. </exclusion>
  619. <exclusion>
  620. <!-- See SONAR-2512 -->
  621. <groupId>commons-beanutils</groupId>
  622. <artifactId>commons-beanutils-core</artifactId>
  623. </exclusion>
  624. </exclusions>
  625. </dependency>
  626. <dependency>
  627. <groupId>com.google.gwt</groupId>
  628. <artifactId>gwt-user</artifactId>
  629. <version>2.0.4</version>
  630. </dependency>
  631. <dependency>
  632. <groupId>com.google.gwt</groupId>
  633. <artifactId>gwt-incubator</artifactId>
  634. <version>2.0.1</version>
  635. </dependency>
  636. <dependency>
  637. <groupId>com.ibm.icu</groupId>
  638. <artifactId>icu4j</artifactId>
  639. <!-- animal-sniffer doesn't work with 2.6.1 -->
  640. <version>3.4.4</version>
  641. </dependency>
  642. <dependency>
  643. <groupId>jfree</groupId>
  644. <artifactId>jfreechart</artifactId>
  645. <version>1.0.9</version>
  646. </dependency>
  647. <dependency>
  648. <groupId>org.hibernate</groupId>
  649. <artifactId>hibernate-annotations</artifactId>
  650. <version>3.4.0.GA</version>
  651. </dependency>
  652. <dependency>
  653. <groupId>org.hibernate</groupId>
  654. <artifactId>hibernate-commons-annotations</artifactId>
  655. <version>3.1.0.GA</version>
  656. </dependency>
  657. <dependency>
  658. <groupId>org.hibernate</groupId>
  659. <artifactId>hibernate-core</artifactId>
  660. <version>3.3.2.GA</version>
  661. <exclusions>
  662. <exclusion>
  663. <groupId>javax.transaction</groupId>
  664. <artifactId>jta</artifactId>
  665. </exclusion>
  666. </exclusions>
  667. </dependency>
  668. <dependency>
  669. <groupId>org.hibernate</groupId>
  670. <artifactId>hibernate-ehcache</artifactId>
  671. <version>3.3.2.GA</version>
  672. <exclusions>
  673. <exclusion>
  674. <groupId>commons-logging</groupId>
  675. <artifactId>commons-logging</artifactId>
  676. </exclusion>
  677. </exclusions>
  678. </dependency>
  679. <dependency>
  680. <groupId>org.hibernate</groupId>
  681. <artifactId>hibernate-entitymanager</artifactId>
  682. <version>3.4.0.GA</version>
  683. <exclusions>
  684. <exclusion>
  685. <groupId>javax.transaction</groupId>
  686. <artifactId>jta</artifactId>
  687. </exclusion>
  688. </exclusions>
  689. </dependency>
  690. <dependency>
  691. <groupId>org.picocontainer</groupId>
  692. <artifactId>picocontainer</artifactId>
  693. <version>2.10.2</version>
  694. </dependency>
  695. <dependency>
  696. <groupId>org.slf4j</groupId>
  697. <artifactId>slf4j-api</artifactId>
  698. <version>1.5.6</version>
  699. </dependency>
  700. <dependency>
  701. <groupId>org.slf4j</groupId>
  702. <artifactId>jcl-over-slf4j</artifactId>
  703. <version>1.5.6</version>
  704. </dependency>
  705. <dependency>
  706. <groupId>org.slf4j</groupId>
  707. <artifactId>log4j-over-slf4j</artifactId>
  708. <version>1.5.6</version>
  709. </dependency>
  710. <dependency>
  711. <groupId>ch.qos.logback</groupId>
  712. <artifactId>logback-classic</artifactId>
  713. <version>0.9.15</version>
  714. </dependency>
  715. <dependency>
  716. <groupId>ch.qos.logback</groupId>
  717. <artifactId>logback-core</artifactId>
  718. <version>0.9.15</version>
  719. </dependency>
  720. <dependency>
  721. <groupId>janino</groupId>
  722. <artifactId>janino</artifactId>
  723. <version>2.5.10</version>
  724. </dependency>
  725. <dependency>
  726. <groupId>org.apache.derby</groupId>
  727. <artifactId>derbyclient</artifactId>
  728. <version>${derby.version}</version>
  729. </dependency>
  730. <dependency>
  731. <groupId>org.apache.derby</groupId>
  732. <artifactId>derby</artifactId>
  733. <version>${derby.version}</version>
  734. </dependency>
  735. <dependency>
  736. <groupId>org.apache.derby</groupId>
  737. <artifactId>derbynet</artifactId>
  738. <version>${derby.version}</version>
  739. </dependency>
  740. <dependency>
  741. <!--
  742. 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.
  743. See http://jira.codehaus.org/browse/SONAR-2212
  744. -->
  745. <groupId>org.jruby.rack</groupId>
  746. <artifactId>jruby-rack</artifactId>
  747. <version>1.0.0.1</version>
  748. </dependency>
  749. <dependency>
  750. <groupId>mysql</groupId>
  751. <artifactId>mysql-connector-java</artifactId>
  752. <version>5.1.13</version>
  753. </dependency>
  754. <dependency>
  755. <groupId>postgresql</groupId>
  756. <artifactId>postgresql</artifactId>
  757. <version>9.0-801.jdbc3</version>
  758. </dependency>
  759. <dependency>
  760. <groupId>net.sourceforge.jtds</groupId>
  761. <artifactId>jtds</artifactId>
  762. <version>1.2.4</version>
  763. </dependency>
  764. <dependency>
  765. <groupId>org.codehaus.woodstox</groupId>
  766. <artifactId>woodstox-core-lgpl</artifactId>
  767. <version>4.0.4</version>
  768. </dependency>
  769. <dependency>
  770. <groupId>org.codehaus.staxmate</groupId>
  771. <artifactId>staxmate</artifactId>
  772. <version>2.0.0</version>
  773. <exclusions>
  774. <!-- see SONAR-879 -->
  775. <exclusion>
  776. <groupId>org.codehaus.woodstox</groupId>
  777. <artifactId>stax2-api</artifactId>
  778. </exclusion>
  779. <exclusion>
  780. <groupId>org.codehaus.woodstox</groupId>
  781. <artifactId>woodstox-core-asl</artifactId>
  782. </exclusion>
  783. </exclusions>
  784. </dependency>
  785. <dependency>
  786. <groupId>org.mockito</groupId>
  787. <artifactId>mockito-all</artifactId>
  788. <version>1.8.5</version>
  789. </dependency>
  790. <dependency>
  791. <groupId>org.hamcrest</groupId>
  792. <artifactId>hamcrest-all</artifactId>
  793. <version>1.1</version>
  794. </dependency>
  795. <dependency>
  796. <groupId>com.thoughtworks.xstream</groupId>
  797. <artifactId>xstream</artifactId>
  798. <version>1.3.1</version>
  799. <exclusions>
  800. <exclusion>
  801. <groupId>xpp3</groupId>
  802. <artifactId>xpp3_min</artifactId>
  803. </exclusion>
  804. </exclusions>
  805. </dependency>
  806. <dependency>
  807. <groupId>xpp3</groupId>
  808. <artifactId>xpp3</artifactId>
  809. <version>1.1.3.3</version>
  810. </dependency>
  811. <dependency>
  812. <groupId>org.apache.maven</groupId>
  813. <artifactId>maven-core</artifactId>
  814. <version>2.0.7</version>
  815. <exclusions>
  816. <exclusion>
  817. <!-- See SONAR-2455 -->
  818. <groupId>classworlds</groupId>
  819. <artifactId>classworlds</artifactId>
  820. </exclusion>
  821. </exclusions>
  822. </dependency>
  823. <dependency>
  824. <groupId>org.apache.maven</groupId>
  825. <artifactId>maven-plugin-api</artifactId>
  826. <version>2.0.7</version>
  827. </dependency>
  828. <dependency>
  829. <groupId>org.apache.maven</groupId>
  830. <artifactId>maven-artifact</artifactId>
  831. <version>2.0.7</version>
  832. </dependency>
  833. <dependency>
  834. <groupId>org.apache.maven</groupId>
  835. <artifactId>maven-project</artifactId>
  836. <version>2.0.7</version>
  837. <exclusions>
  838. <exclusion>
  839. <!-- See SONAR-2455 -->
  840. <groupId>classworlds</groupId>
  841. <artifactId>classworlds</artifactId>
  842. </exclusion>
  843. </exclusions>
  844. </dependency>
  845. <dependency>
  846. <groupId>org.apache.maven.shared</groupId>
  847. <artifactId>maven-dependency-tree</artifactId>
  848. <version>1.2</version>
  849. <exclusions>
  850. <exclusion>
  851. <!-- See SONAR-2455 -->
  852. <groupId>classworlds</groupId>
  853. <artifactId>classworlds</artifactId>
  854. </exclusion>
  855. </exclusions>
  856. </dependency>
  857. <dependency>
  858. <groupId>org.apache.maven.shared</groupId>
  859. <artifactId>maven-common-artifact-filters</artifactId>
  860. <version>1.2</version>
  861. </dependency>
  862. <dependency>
  863. <groupId>org.jruby</groupId>
  864. <artifactId>jruby-complete</artifactId>
  865. <version>1.6.4</version>
  866. </dependency>
  867. <dependency>
  868. <groupId>geronimo-spec</groupId>
  869. <artifactId>geronimo-spec-jta</artifactId>
  870. <version>1.0-M1</version>
  871. </dependency>
  872. <dependency>
  873. <groupId>org.codehaus.woodstox</groupId>
  874. <artifactId>stax2-api</artifactId>
  875. <version>3.0.1</version>
  876. </dependency>
  877. <dependency>
  878. <groupId>org.mortbay.jetty</groupId>
  879. <artifactId>jetty-ajp</artifactId>
  880. <version>${jetty.version}</version>
  881. </dependency>
  882. <dependency>
  883. <groupId>org.mortbay.jetty</groupId>
  884. <artifactId>jetty-plus</artifactId>
  885. <version>${jetty.version}</version>
  886. </dependency>
  887. <dependency>
  888. <groupId>org.mortbay.jetty</groupId>
  889. <artifactId>jetty-naming</artifactId>
  890. <version>${jetty.version}</version>
  891. <exclusions>
  892. <exclusion>
  893. <groupId>javax.mail</groupId>
  894. <artifactId>mail</artifactId>
  895. </exclusion>
  896. </exclusions>
  897. </dependency>
  898. <dependency>
  899. <groupId>org.mortbay.jetty</groupId>
  900. <artifactId>jetty</artifactId>
  901. <version>${jetty.version}</version>
  902. </dependency>
  903. <dependency>
  904. <groupId>org.mortbay.jetty</groupId>
  905. <artifactId>jetty-util</artifactId>
  906. <version>${jetty.version}</version>
  907. </dependency>
  908. <dependency>
  909. <groupId>hsqldb</groupId>
  910. <artifactId>hsqldb</artifactId>
  911. <version>1.8.0.10</version>
  912. </dependency>
  913. <dependency>
  914. <groupId>org.jdom</groupId>
  915. <artifactId>jdom</artifactId>
  916. <version>1.1</version>
  917. </dependency>
  918. <dependency>
  919. <groupId>junit</groupId>
  920. <artifactId>junit</artifactId>
  921. <version>4.8.2</version>
  922. </dependency>
  923. <dependency>
  924. <groupId>xerces</groupId>
  925. <artifactId>xercesImpl</artifactId>
  926. <version>2.8.1</version>
  927. </dependency>
  928. <dependency>
  929. <groupId>xalan</groupId>
  930. <artifactId>xalan</artifactId>
  931. <version>2.7.1</version>
  932. </dependency>
  933. <dependency>
  934. <groupId>xmlunit</groupId>
  935. <artifactId>xmlunit</artifactId>
  936. <version>1.2</version>
  937. </dependency>
  938. <dependency>
  939. <groupId>org.dbunit</groupId>
  940. <artifactId>dbunit</artifactId>
  941. <version>2.4.5</version>
  942. <exclusions>
  943. <!-- removing commons lang 2.1 and xerces-->
  944. <exclusion>
  945. <groupId>commons-lang</groupId>
  946. <artifactId>commons-lang</artifactId>
  947. </exclusion>
  948. <exclusion>
  949. <groupId>xerces</groupId>
  950. <artifactId>xmlParserAPIs</artifactId>
  951. </exclusion>
  952. <exclusion>
  953. <groupId>xerces</groupId>
  954. <artifactId>xercesImpl</artifactId>
  955. </exclusion>
  956. </exclusions>
  957. </dependency>
  958. <dependency>
  959. <groupId>org.mortbay.jetty</groupId>
  960. <artifactId>jetty-servlet-tester</artifactId>
  961. <version>${jetty.version}</version>
  962. </dependency>
  963. </dependencies>
  964. </dependencyManagement>
  965. <mailingLists>
  966. <mailingList>
  967. <name>Sonar users mailing list</name>
  968. <subscribe>http://xircles.codehaus.org/projects/sonar/lists</subscribe>
  969. <unsubscribe>http://xircles.codehaus.org/projects/sonar/lists</unsubscribe>
  970. <post>user@sonar.codehaus.org</post>
  971. <archive>http://www.nabble.com/Sonar-f30151.html</archive>
  972. </mailingList>
  973. </mailingLists>
  974. <scm>
  975. <connection>scm:git:git@github.com:SonarSource/sonar.git</connection>
  976. <developerConnection>scm:git:git@github.com:SonarSource/sonar.git</developerConnection>
  977. <url>https://github.com/SonarSource/sonar</url>
  978. </scm>
  979. <ciManagement>
  980. <system>bamboo</system>
  981. <url>http://bamboo.ci.codehaus.org/browse/SONAR-DEF</url>
  982. </ciManagement>
  983. <licenses>
  984. <license>
  985. <name>GNU LGPL 3</name>
  986. <url>http://www.gnu.org/licenses/lgpl.txt</url>
  987. <distribution>repo</distribution>
  988. </license>
  989. </licenses>
  990. <developers>
  991. <developer>
  992. <id>evgeny.mandrikov</id>
  993. <name>Evgeny Mandrikov</name>
  994. <email>evgeny.mandrikov@sonarsource.com</email>
  995. <organization>SonarSource</organization>
  996. <timezone>+3</timezone>
  997. </developer>
  998. <developer>
  999. <id>fabrice.bellingard</id>
  1000. <name>Fabrice Bellingard</name>
  1001. <email>fabrice.bellingard@sonarsource.com</email>
  1002. <organization>SonarSource</organization>
  1003. <timezone>+1</timezone>
  1004. </developer>
  1005. <developer>
  1006. <id>freddy.mallet</id>
  1007. <name>Freddy Mallet</name>
  1008. <email>freddy.mallet@sonarsource.com</email>
  1009. <organization>SonarSource</organization>
  1010. <timezone>+1</timezone>
  1011. </developer>
  1012. <developer>
  1013. <id>olivier.gaudin</id>
  1014. <name>Olivier Gaudin</name>
  1015. <email>olivier.gaudin@sonarsource.com</email>
  1016. <organization>SonarSource</organization>
  1017. <timezone>+1</timezone>
  1018. </developer>
  1019. <developer>
  1020. <id>simon.brandhof</id>
  1021. <name>Simon Brandhof</name>
  1022. <email>simon.brandhof@sonarsource.com</email>
  1023. <organization>SonarSource</organization>
  1024. <timezone>+1</timezone>
  1025. </developer>
  1026. </developers>
  1027. <profiles>
  1028. <profile>
  1029. <id>all</id>
  1030. <activation>
  1031. <activeByDefault>true</activeByDefault>
  1032. </activation>
  1033. <modules>
  1034. <module>samples</module>
  1035. </modules>
  1036. </profile>
  1037. <profile>
  1038. <id>dev</id>
  1039. <properties>
  1040. <!-- used in sonar-core-gwt and sonar-design-plugin -->
  1041. <gwt.permutationSuffix>Dev</gwt.permutationSuffix>
  1042. <gwt.extraJvmArgs>-Xmx512m -Xss1024k -Dgwt.draftCompile=true</gwt.extraJvmArgs>
  1043. </properties>
  1044. </profile>
  1045. <profile>
  1046. <id>release</id>
  1047. <build>
  1048. <plugins>
  1049. <plugin>
  1050. <groupId>org.apache.maven.plugins</groupId>
  1051. <artifactId>maven-javadoc-plugin</artifactId>
  1052. <executions>
  1053. <execution>
  1054. <id>attach-javadocs</id>
  1055. <goals>
  1056. <goal>jar</goal>
  1057. </goals>
  1058. </execution>
  1059. </executions>
  1060. </plugin>
  1061. <plugin>
  1062. <groupId>org.apache.maven.plugins</groupId>
  1063. <artifactId>maven-gpg-plugin</artifactId>
  1064. <executions>
  1065. <execution>
  1066. <id>sign-artifacts</id>
  1067. <phase>verify</phase>
  1068. <goals>
  1069. <goal>sign</goal>
  1070. </goals>
  1071. </execution>
  1072. </executions>
  1073. </plugin>
  1074. </plugins>
  1075. </build>
  1076. </profile>
  1077. <profile>
  1078. <id>javadoc</id>
  1079. <build>
  1080. <plugins>
  1081. <plugin>
  1082. <groupId>org.apache.maven.plugins</groupId>
  1083. <artifactId>maven-javadoc-plugin</artifactId>
  1084. <configuration>
  1085. <excludePackageNames>
  1086. 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:org.sonar.core:org.sonar.jpa:org.sonar.duplications:org.sonar.markdown:com.*
  1087. </excludePackageNames>
  1088. <author>false</author>
  1089. <linksource>true</linksource>
  1090. <reportOutputDirectory>${project.reporting.outputDirectory}/${project.version}/apidocs</reportOutputDirectory>
  1091. </configuration>
  1092. </plugin>
  1093. </plugins>
  1094. </build>
  1095. </profile>
  1096. <profile>
  1097. <id>sanity-checks</id>
  1098. <build>
  1099. <plugins>
  1100. <!-- check compatibility with Java 5 -->
  1101. <plugin>
  1102. <groupId>org.codehaus.mojo</groupId>
  1103. <artifactId>animal-sniffer-maven-plugin</artifactId>
  1104. <executions>
  1105. <execution>
  1106. <id>enforce-java-api-compatibility</id>
  1107. <phase>verify</phase>
  1108. <goals>
  1109. <goal>check</goal>
  1110. </goals>
  1111. <configuration>
  1112. <signature>
  1113. <groupId>org.codehaus.mojo.signature</groupId>
  1114. <artifactId>java15</artifactId>
  1115. <version>1.0</version>
  1116. </signature>
  1117. </configuration>
  1118. </execution>
  1119. </executions>
  1120. </plugin>
  1121. </plugins>
  1122. </build>
  1123. </profile>
  1124. <profile>
  1125. <id>m2e</id>
  1126. <activation>
  1127. <!-- This profile is active only when used from Eclipse m2e and is used only to store settings. -->
  1128. <property>
  1129. <name>m2e.version</name>
  1130. </property>
  1131. </activation>
  1132. <build>
  1133. <pluginManagement>
  1134. <plugins>
  1135. <plugin>
  1136. <groupId>org.eclipse.m2e</groupId>
  1137. <artifactId>lifecycle-mapping</artifactId>
  1138. <version>1.0.0</version>
  1139. <configuration>
  1140. <lifecycleMappingMetadata>
  1141. <pluginExecutions>
  1142. <pluginExecution>
  1143. <pluginExecutionFilter>
  1144. <groupId>org.codehaus.sonar</groupId>
  1145. <artifactId>sonar-packaging-maven-plugin</artifactId>
  1146. <versionRange>[1.0,)</versionRange>
  1147. <goals>
  1148. <goal>check-dependencies</goal>
  1149. </goals>
  1150. </pluginExecutionFilter>
  1151. <action>
  1152. <ignore />
  1153. </action>
  1154. </pluginExecution>
  1155. <pluginExecution>
  1156. <pluginExecutionFilter>
  1157. <groupId>org.codehaus.mojo</groupId>
  1158. <artifactId>gwt-maven-plugin</artifactId>
  1159. <versionRange>[1.0,)</versionRange>
  1160. <goals>
  1161. <goal>compile</goal>
  1162. </goals>
  1163. </pluginExecutionFilter>
  1164. <action>
  1165. <ignore />
  1166. </action>
  1167. </pluginExecution>
  1168. <pluginExecution>
  1169. <pluginExecutionFilter>
  1170. <groupId>org.codehaus.sonar</groupId>
  1171. <artifactId>sonar-dev-maven-plugin</artifactId>
  1172. <versionRange>[1.0,)</versionRange>
  1173. <goals>
  1174. <goal>trim</goal>
  1175. </goals>
  1176. </pluginExecutionFilter>
  1177. <action>
  1178. <ignore />
  1179. </action>
  1180. </pluginExecution>
  1181. <pluginExecution>
  1182. <pluginExecutionFilter>
  1183. <groupId>org.apache.maven.plugins</groupId>
  1184. <artifactId>maven-dependency-plugin</artifactId>
  1185. <versionRange>[1.0,)</versionRange>
  1186. <goals>
  1187. <goal>unpack</goal>
  1188. <goal>copy-dependencies</goal>
  1189. </goals>
  1190. </pluginExecutionFilter>
  1191. <action>
  1192. <ignore />
  1193. </action>
  1194. </pluginExecution>
  1195. <pluginExecution>
  1196. <pluginExecutionFilter>
  1197. <groupId>org.codehaus.mojo</groupId>
  1198. <artifactId>native2ascii-maven-plugin</artifactId>
  1199. <versionRange>[1.0-alpha-1,)</versionRange>
  1200. <goals>
  1201. <goal>native2ascii</goal>
  1202. </goals>
  1203. </pluginExecutionFilter>
  1204. <action>
  1205. <ignore />
  1206. </action>
  1207. </pluginExecution>
  1208. </pluginExecutions>
  1209. </lifecycleMappingMetadata>
  1210. </configuration>
  1211. </plugin>
  1212. </plugins>
  1213. </pluginManagement>
  1214. </build>
  1215. </profile>
  1216. </profiles>
  1217. </project>