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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright (C) 2009-2010, Google Inc.
  4. Copyright (C) 2012, Matthias Sohn <matthias.sohn@sap.com>
  5. and other copyright owners as documented in the project's IP log.
  6. This program and the accompanying materials are made available
  7. under the terms of the Eclipse Distribution License v1.0 which
  8. accompanies this distribution, is reproduced below, and is
  9. available at http://www.eclipse.org/org/documents/edl-v10.php
  10. All rights reserved.
  11. Redistribution and use in source and binary forms, with or
  12. without modification, are permitted provided that the following
  13. conditions are met:
  14. - Redistributions of source code must retain the above copyright
  15. notice, this list of conditions and the following disclaimer.
  16. - Redistributions in binary form must reproduce the above
  17. copyright notice, this list of conditions and the following
  18. disclaimer in the documentation and/or other materials provided
  19. with the distribution.
  20. - Neither the name of the Eclipse Foundation, Inc. nor the
  21. names of its contributors may be used to endorse or promote
  22. products derived from this software without specific prior
  23. written permission.
  24. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
  25. CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
  26. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  27. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  28. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
  29. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  30. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  31. NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  32. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  33. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  34. STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  35. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  36. ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  37. -->
  38. <project xmlns="http://maven.apache.org/POM/4.0.0"
  39. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  40. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  41. <modelVersion>4.0.0</modelVersion>
  42. <groupId>org.eclipse.jgit</groupId>
  43. <artifactId>org.eclipse.jgit-parent</artifactId>
  44. <packaging>pom</packaging>
  45. <version>3.4.2.201412180340-r</version>
  46. <name>JGit - Parent</name>
  47. <url>${jgit-url}</url>
  48. <description>
  49. Pure Java implementation of Git
  50. </description>
  51. <scm>
  52. <url>http://egit.eclipse.org/w/?p=jgit.git</url>
  53. <connection>scm:git:git://egit.eclipse.org/jgit.git</connection>
  54. </scm>
  55. <developers>
  56. <developer>
  57. <name>Chris Aniszczyk</name>
  58. </developer>
  59. <developer>
  60. <name>Christian Halstrick</name>
  61. </developer>
  62. <developer>
  63. <name>Colby Ranger</name>
  64. </developer>
  65. <developer>
  66. <name>Dave Borowitz</name>
  67. </developer>
  68. <developer>
  69. <name>Gunnar Wagenknecht</name>
  70. </developer>
  71. <developer>
  72. <name>Kevin Sawicki</name>
  73. </developer>
  74. <developer>
  75. <name>Mathias Kinzler</name>
  76. </developer>
  77. <developer>
  78. <name>Matthias Sohn</name>
  79. </developer>
  80. <developer>
  81. <name>Robin Rosenberg</name>
  82. </developer>
  83. <developer>
  84. <name>Sasa Zivkov</name>
  85. </developer>
  86. <developer>
  87. <name>Shawn Pearce</name>
  88. </developer>
  89. <developer>
  90. <name>Stefan Lay</name>
  91. </developer>
  92. </developers>
  93. <mailingLists>
  94. <mailingList>
  95. <name>jgit-dev Mailing List</name>
  96. <post>jgit-dev@eclipse.org</post>
  97. <subscribe>https://dev.eclipse.org/mailman/listinfo/jgit-dev</subscribe>
  98. <unsubscribe>https://dev.eclipse.org/mailman/listinfo/jgit-dev</unsubscribe>
  99. <archive>http://dev.eclipse.org/mhonarc/lists/jgit-dev</archive>
  100. </mailingList>
  101. <mailingList>
  102. <name>GIT Mailing List</name>
  103. <post>git@vger.kernel.org</post>
  104. <archive>http://marc.info/?l=git</archive>
  105. </mailingList>
  106. </mailingLists>
  107. <issueManagement>
  108. <url>https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;component=JGit;product=JGit;classification=Technology</url>
  109. <system>Bugzilla</system>
  110. </issueManagement>
  111. <licenses>
  112. <license>
  113. <name>Eclipse Distribution License (New BSD License)</name>
  114. <comments>
  115. All rights reserved.
  116. Redistribution and use in source and binary forms, with or
  117. without modification, are permitted provided that the following
  118. conditions are met:
  119. - Redistributions of source code must retain the above copyright
  120. notice, this list of conditions and the following disclaimer.
  121. - Redistributions in binary form must reproduce the above
  122. copyright notice, this list of conditions and the following
  123. disclaimer in the documentation and/or other materials provided
  124. with the distribution.
  125. - Neither the name of the Eclipse Foundation, Inc. nor the
  126. names of its contributors may be used to endorse or promote
  127. products derived from this software without specific prior
  128. written permission.
  129. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
  130. CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
  131. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  132. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  133. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
  134. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  135. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  136. NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  137. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  138. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  139. STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  140. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  141. ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  142. </comments>
  143. </license>
  144. </licenses>
  145. <properties>
  146. <jgit-url>http://www.eclipse.org/jgit/</jgit-url>
  147. <jgit-copyright>Copyright (c) 2005, 2009 Shawn Pearce, Robin Rosenberg, et.al.</jgit-copyright>
  148. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  149. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  150. <maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
  151. <bundle-manifest>${project.build.directory}/META-INF/MANIFEST.MF</bundle-manifest>
  152. <jgit-last-release-version>3.2.0.201312181205-r</jgit-last-release-version>
  153. <jsch-version>0.1.50</jsch-version>
  154. <javaewah-version>0.7.9</javaewah-version>
  155. <junit-version>4.11</junit-version>
  156. <!-- TODO: update Maven dependency for args4j to 2.0.21 as soon as available on Maven Central -->
  157. <args4j-version>2.0.12</args4j-version>
  158. <commons-compress-version>1.6</commons-compress-version>
  159. <osgi-core-version>4.3.1</osgi-core-version>
  160. <servlet-api-version>2.5</servlet-api-version>
  161. <jetty-version>7.6.14.v20131031</jetty-version>
  162. <clirr-version>2.4</clirr-version>
  163. <httpclient-version>4.1.3</httpclient-version>
  164. <!-- Properties to enable jacoco code coverage analysis -->
  165. <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
  166. <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
  167. <sonar.jacoco.reportPath>../target/jacoco.exec</sonar.jacoco.reportPath>
  168. </properties>
  169. <repositories>
  170. <repository>
  171. <id>jgit-repository</id>
  172. <url>http://download.eclipse.org/jgit/maven</url>
  173. </repository>
  174. </repositories>
  175. <pluginRepositories>
  176. <pluginRepository>
  177. <id>repo.eclipse.org.cbi-releases</id>
  178. <url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
  179. </pluginRepository>
  180. </pluginRepositories>
  181. <build>
  182. <pluginManagement>
  183. <plugins>
  184. <plugin>
  185. <groupId>org.apache.maven.plugins</groupId>
  186. <artifactId>maven-jar-plugin</artifactId>
  187. <version>2.4</version>
  188. <configuration>
  189. <archive>
  190. <manifestEntries>
  191. <Implementation-Title>JGit ${project.artifactId}</Implementation-Title>
  192. <Implementation-Version>${project.version}</Implementation-Version>
  193. <Implementation-Vendor>Eclipse.org - JGit</Implementation-Vendor>
  194. <Implementation-Vendor-Id>org.eclipse.jgit</Implementation-Vendor-Id>
  195. <Implementation-Vendor-URL>${jgit-url}</Implementation-Vendor-URL>
  196. </manifestEntries>
  197. </archive>
  198. <!-- TODO: uncomment this in order to skip empty artifact of test modules as soon as bug 416299 is fixed
  199. <skipIfEmpty>true</skipIfEmpty>
  200. -->
  201. </configuration>
  202. </plugin>
  203. <plugin>
  204. <artifactId>maven-compiler-plugin</artifactId>
  205. <version>3.1</version>
  206. </plugin>
  207. <plugin>
  208. <artifactId>maven-clean-plugin</artifactId>
  209. <version>2.5</version>
  210. </plugin>
  211. <plugin>
  212. <groupId>org.apache.maven.plugins</groupId>
  213. <artifactId>maven-shade-plugin</artifactId>
  214. <version>2.1</version>
  215. </plugin>
  216. <plugin>
  217. <groupId>org.apache.maven.plugins</groupId>
  218. <artifactId>maven-antrun-plugin</artifactId>
  219. <version>1.7</version>
  220. </plugin>
  221. <plugin>
  222. <groupId>org.apache.maven.plugins</groupId>
  223. <artifactId>maven-dependency-plugin</artifactId>
  224. <version>2.8</version>
  225. </plugin>
  226. <plugin>
  227. <groupId>org.apache.maven.plugins</groupId>
  228. <artifactId>maven-source-plugin</artifactId>
  229. <version>2.2.1</version>
  230. </plugin>
  231. <plugin>
  232. <groupId>org.apache.maven.plugins</groupId>
  233. <artifactId>maven-javadoc-plugin</artifactId>
  234. <version>2.9.1</version>
  235. </plugin>
  236. <plugin>
  237. <groupId>org.apache.maven.plugins</groupId>
  238. <artifactId>maven-surefire-plugin</artifactId>
  239. <version>2.16</version>
  240. </plugin>
  241. <plugin>
  242. <groupId>org.codehaus.mojo</groupId>
  243. <artifactId>build-helper-maven-plugin</artifactId>
  244. <version>1.8</version>
  245. </plugin>
  246. <plugin>
  247. <groupId>org.codehaus.mojo</groupId>
  248. <artifactId>findbugs-maven-plugin</artifactId>
  249. <version>2.5.2</version>
  250. <configuration>
  251. <findbugsXmlOutput>true</findbugsXmlOutput>
  252. <failOnError>false</failOnError>
  253. </configuration>
  254. <executions>
  255. <execution>
  256. <goals>
  257. <goal>check</goal>
  258. </goals>
  259. </execution>
  260. </executions>
  261. </plugin>
  262. <plugin>
  263. <groupId>org.apache.maven.plugins</groupId>
  264. <artifactId>maven-pmd-plugin</artifactId>
  265. <version>3.0.1</version>
  266. <configuration>
  267. <sourceEncoding>utf-8</sourceEncoding>
  268. <minimumTokens>100</minimumTokens>
  269. <targetJdk>1.5</targetJdk>
  270. <format>xml</format>
  271. <failOnViolation>false</failOnViolation>
  272. </configuration>
  273. <executions>
  274. <execution>
  275. <goals>
  276. <goal>cpd-check</goal>
  277. </goals>
  278. </execution>
  279. </executions>
  280. </plugin>
  281. <plugin>
  282. <groupId>org.codehaus.mojo</groupId>
  283. <artifactId>clirr-maven-plugin</artifactId>
  284. <version>${clirr-version}</version>
  285. <configuration>
  286. <comparisonVersion>${jgit-last-release-version}</comparisonVersion>
  287. <minSeverity>info</minSeverity>
  288. </configuration>
  289. </plugin>
  290. <plugin>
  291. <groupId>org.eclipse.cbi.maven.plugins</groupId>
  292. <artifactId>eclipse-jarsigner-plugin</artifactId>
  293. <version>1.0.4</version>
  294. </plugin>
  295. <plugin>
  296. <groupId>org.eclipse.tycho.extras</groupId>
  297. <artifactId>tycho-pack200a-plugin</artifactId>
  298. <version>0.18.0</version>
  299. </plugin>
  300. <plugin>
  301. <groupId>org.eclipse.tycho.extras</groupId>
  302. <artifactId>tycho-pack200b-plugin</artifactId>
  303. <version>0.18.0</version>
  304. </plugin>
  305. <plugin>
  306. <groupId>org.jacoco</groupId>
  307. <artifactId>jacoco-maven-plugin</artifactId>
  308. <version>0.7.0.201403182114</version>
  309. </plugin>
  310. </plugins>
  311. </pluginManagement>
  312. <plugins>
  313. <plugin>
  314. <artifactId>maven-compiler-plugin</artifactId>
  315. <configuration>
  316. <source>1.5</source>
  317. <target>1.5</target>
  318. <encoding>UTF-8</encoding>
  319. </configuration>
  320. </plugin>
  321. <plugin>
  322. <groupId>org.apache.maven.plugins</groupId>
  323. <artifactId>maven-antrun-plugin</artifactId>
  324. <executions>
  325. <execution>
  326. <id>translate-qualifier</id>
  327. <phase>generate-resources</phase>
  328. <configuration>
  329. <target if="${translate-qualifier}">
  330. <copy file="META-INF/MANIFEST.MF" tofile="${bundle-manifest}" overwrite="true"/>
  331. <replace file="${bundle-manifest}">
  332. <replacefilter token=".qualifier" value=".${maven.build.timestamp}"/>
  333. </replace>
  334. </target>
  335. </configuration>
  336. <goals>
  337. <goal>run</goal>
  338. </goals>
  339. </execution>
  340. </executions>
  341. </plugin>
  342. <!-- Build helper maven plugin sets the parsedVersion.osgiVersion property -->
  343. <plugin>
  344. <groupId>org.codehaus.mojo</groupId>
  345. <artifactId>build-helper-maven-plugin</artifactId>
  346. <executions>
  347. <execution>
  348. <id>set-osgi-version</id>
  349. <phase>validate</phase>
  350. <goals>
  351. <goal>parse-version</goal>
  352. </goals>
  353. </execution>
  354. </executions>
  355. </plugin>
  356. <plugin>
  357. <groupId>org.apache.maven.plugins</groupId>
  358. <artifactId>maven-javadoc-plugin</artifactId>
  359. <configuration>
  360. <encoding>${project.build.sourceEncoding}</encoding>
  361. <quiet>true</quiet>
  362. <links>
  363. <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
  364. </links>
  365. </configuration>
  366. <executions>
  367. <execution>
  368. <id>attach-javadocs</id>
  369. <goals>
  370. <goal>jar</goal>
  371. </goals>
  372. </execution>
  373. </executions>
  374. </plugin>
  375. <plugin>
  376. <groupId>org.apache.maven.plugins</groupId>
  377. <artifactId>maven-source-plugin</artifactId>
  378. <inherited>true</inherited>
  379. <executions>
  380. <execution>
  381. <id>attach-sources</id>
  382. <phase>process-classes</phase>
  383. <goals>
  384. <goal>jar</goal>
  385. </goals>
  386. </execution>
  387. </executions>
  388. </plugin>
  389. <plugin>
  390. <groupId>org.jacoco</groupId>
  391. <artifactId>jacoco-maven-plugin</artifactId>
  392. <executions>
  393. <execution>
  394. <goals>
  395. <goal>prepare-agent</goal>
  396. </goals>
  397. <configuration>
  398. <destFile>${sonar.jacoco.reportPath}</destFile>
  399. <includes>
  400. <include>org.eclipse.jgit.*</include>
  401. </includes>
  402. <excludes>
  403. <exclude>**/*Test*.*</exclude>
  404. </excludes>
  405. <append>true</append>
  406. </configuration>
  407. </execution>
  408. </executions>
  409. </plugin>
  410. </plugins>
  411. </build>
  412. <dependencyManagement>
  413. <dependencies>
  414. <dependency>
  415. <groupId>com.jcraft</groupId>
  416. <artifactId>jsch</artifactId>
  417. <version>${jsch-version}</version>
  418. </dependency>
  419. <dependency>
  420. <groupId>com.googlecode.javaewah</groupId>
  421. <artifactId>JavaEWAH</artifactId>
  422. <version>${javaewah-version}</version>
  423. </dependency>
  424. <dependency>
  425. <groupId>args4j</groupId>
  426. <artifactId>args4j</artifactId>
  427. <version>${args4j-version}</version>
  428. </dependency>
  429. <dependency>
  430. <groupId>junit</groupId>
  431. <artifactId>junit</artifactId>
  432. <version>${junit-version}</version>
  433. </dependency>
  434. <dependency>
  435. <groupId>javax.servlet</groupId>
  436. <artifactId>servlet-api</artifactId>
  437. <version>${servlet-api-version}</version>
  438. </dependency>
  439. <dependency>
  440. <groupId>org.apache.commons</groupId>
  441. <artifactId>commons-compress</artifactId>
  442. <version>${commons-compress-version}</version>
  443. </dependency>
  444. <dependency>
  445. <groupId>org.eclipse.jetty</groupId>
  446. <artifactId>jetty-servlet</artifactId>
  447. <version>${jetty-version}</version>
  448. </dependency>
  449. <dependency>
  450. <groupId>org.osgi</groupId>
  451. <artifactId>org.osgi.core</artifactId>
  452. <version>${osgi-core-version}</version>
  453. </dependency>
  454. <dependency>
  455. <groupId>org.apache.httpcomponents</groupId>
  456. <artifactId>httpclient</artifactId>
  457. <version>${httpclient-version}</version>
  458. </dependency>
  459. </dependencies>
  460. </dependencyManagement>
  461. <distributionManagement>
  462. <repository>
  463. <id>repo.eclipse.org</id>
  464. <name>JGit Maven Repository - Releases</name>
  465. <url>https://repo.eclipse.org/content/repositories/jgit-releases/</url>
  466. </repository>
  467. <snapshotRepository>
  468. <id>repo.eclipse.org</id>
  469. <name>JGit Maven Repository - Snapshots</name>
  470. <url>https://repo.eclipse.org/content/repositories/jgit-snapshots/</url>
  471. <uniqueVersion>true</uniqueVersion>
  472. </snapshotRepository>
  473. </distributionManagement>
  474. <profiles>
  475. <profile>
  476. <id>jgit.java6</id>
  477. <activation>
  478. <jdk>[1.6,)</jdk>
  479. </activation>
  480. <modules>
  481. <module>org.eclipse.jgit.console</module>
  482. </modules>
  483. </profile>
  484. <profile>
  485. <id>jgit.java7</id>
  486. <activation>
  487. <jdk>[1.7,)</jdk>
  488. </activation>
  489. <modules>
  490. <module>org.eclipse.jgit.java7</module>
  491. <module>org.eclipse.jgit.java7.test</module>
  492. </modules>
  493. </profile>
  494. <profile>
  495. <id>static-checks</id>
  496. <build>
  497. <plugins>
  498. <plugin>
  499. <groupId>org.codehaus.mojo</groupId>
  500. <artifactId>findbugs-maven-plugin</artifactId>
  501. </plugin>
  502. <plugin>
  503. <groupId>org.apache.maven.plugins</groupId>
  504. <artifactId>maven-pmd-plugin</artifactId>
  505. </plugin>
  506. </plugins>
  507. </build>
  508. </profile>
  509. <profile>
  510. <id>eclipse-sign</id>
  511. <build>
  512. <plugins>
  513. <plugin>
  514. <groupId>org.eclipse.tycho.extras</groupId>
  515. <artifactId>tycho-pack200a-plugin</artifactId>
  516. <!-- TODO remove this configuration when https://git.eclipse.org/r/#/c/16027 is available -->
  517. <configuration>
  518. <supportedProjectTypes>
  519. <supportedProjectType>jar</supportedProjectType>
  520. </supportedProjectTypes>
  521. </configuration>
  522. <executions>
  523. <execution>
  524. <id>pack200-normalize</id>
  525. <goals>
  526. <goal>normalize</goal>
  527. </goals>
  528. <phase>verify</phase>
  529. </execution>
  530. </executions>
  531. </plugin>
  532. <plugin>
  533. <groupId>org.eclipse.cbi.maven.plugins</groupId>
  534. <artifactId>eclipse-jarsigner-plugin</artifactId>
  535. <executions>
  536. <execution>
  537. <id>sign</id>
  538. <phase>verify</phase>
  539. <goals>
  540. <goal>sign</goal>
  541. </goals>
  542. </execution>
  543. </executions>
  544. </plugin>
  545. <plugin>
  546. <groupId>org.eclipse.tycho.extras</groupId>
  547. <artifactId>tycho-pack200b-plugin</artifactId>
  548. <!-- TODO remove this configuration when https://git.eclipse.org/r/#/c/16027 is available -->
  549. <configuration>
  550. <supportedProjectTypes>
  551. <supportedProjectType>jar</supportedProjectType>
  552. </supportedProjectTypes>
  553. </configuration>
  554. <executions>
  555. <execution>
  556. <id>pack200-pack</id>
  557. <goals>
  558. <goal>pack</goal>
  559. </goals>
  560. <phase>verify</phase>
  561. </execution>
  562. </executions>
  563. </plugin>
  564. </plugins>
  565. </build>
  566. </profile>
  567. </profiles>
  568. <modules>
  569. <module>org.eclipse.jgit</module>
  570. <module>org.eclipse.jgit.ant</module>
  571. <module>org.eclipse.jgit.archive</module>
  572. <module>org.eclipse.jgit.ui</module>
  573. <module>org.eclipse.jgit.http.apache</module>
  574. <module>org.eclipse.jgit.http.server</module>
  575. <module>org.eclipse.jgit.pgm</module>
  576. <module>org.eclipse.jgit.junit</module>
  577. <module>org.eclipse.jgit.junit.http</module>
  578. <module>org.eclipse.jgit.test</module>
  579. <module>org.eclipse.jgit.ant.test</module>
  580. <module>org.eclipse.jgit.http.test</module>
  581. <module>org.eclipse.jgit.pgm.test</module>
  582. </modules>
  583. </project>