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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright (C) 2008, Imran M Yousuf <imyousuf@smartitengineering.com>
  4. and other copyright owners as documented in the project's IP log.
  5. This program and the accompanying materials are made available
  6. under the terms of the Eclipse Distribution License v1.0 which
  7. accompanies this distribution, is reproduced below, and is
  8. available at http://www.eclipse.org/org/documents/edl-v10.php
  9. All rights reserved.
  10. Redistribution and use in source and binary forms, with or
  11. without modification, are permitted provided that the following
  12. conditions are met:
  13. - Redistributions of source code must retain the above copyright
  14. notice, this list of conditions and the following disclaimer.
  15. - Redistributions in binary form must reproduce the above
  16. copyright notice, this list of conditions and the following
  17. disclaimer in the documentation and/or other materials provided
  18. with the distribution.
  19. - Neither the name of the Eclipse Foundation, Inc. nor the
  20. names of its contributors may be used to endorse or promote
  21. products derived from this software without specific prior
  22. written permission.
  23. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
  24. CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
  25. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  26. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  27. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
  28. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  29. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  30. NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  31. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  32. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  33. STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  34. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  35. ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  36. -->
  37. <project xmlns="http://maven.apache.org/POM/4.0.0"
  38. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  39. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  40. <modelVersion>4.0.0</modelVersion>
  41. <groupId>org.eclipse</groupId>
  42. <artifactId>jgit</artifactId>
  43. <packaging>jar</packaging>
  44. <version>0.5.0-SNAPSHOT</version>
  45. <name>jgit</name>
  46. <url>http://repo.or.cz/w/jgit.git</url>
  47. <mailingLists>
  48. <mailingList>
  49. <name>GIT Mailing List</name>
  50. <post>git@vger.kernel.org</post>
  51. <archive>http://marc.info/?l=git</archive>
  52. </mailingList>
  53. </mailingLists>
  54. <description>Pure Java implementation of Git</description>
  55. <developers>
  56. <developer>
  57. <name>Shawn O. Pearce</name>
  58. <email>spearce@spearce.org</email>
  59. <roles>
  60. <role>Maintainer</role>
  61. </roles>
  62. </developer>
  63. <developer>
  64. <name>Robin Rosenberg</name>
  65. <email>robin.rosenberg@dewire.com</email>
  66. <roles>
  67. <role>Maintainer</role>
  68. </roles>
  69. </developer>
  70. <developer>
  71. <name>Dave Watson</name>
  72. <email>dwatson@mimvista.com</email>
  73. <roles>
  74. <role>Developer</role>
  75. </roles>
  76. </developer>
  77. <developer>
  78. <name>Roger C. Soares</name>
  79. <email>rogersoares@intelinet.com.br</email>
  80. <roles>
  81. <role>Developer</role>
  82. </roles>
  83. </developer>
  84. <developer>
  85. <name>Marek Zawirski</name>
  86. <email>marek.zawirski@gmail.com</email>
  87. <roles>
  88. <role>Developer</role>
  89. </roles>
  90. </developer>
  91. <developer>
  92. <name>Charles O'Farrell</name>
  93. <email>charleso@charleso.org</email>
  94. <roles>
  95. <role>Contributor</role>
  96. </roles>
  97. </developer>
  98. <developer>
  99. <name>Imran M Yousuf</name>
  100. <email>imyousuf@smartitengineering.com</email>
  101. <organization>Smart IT Engineering</organization>
  102. <roles>
  103. <role>Contributor</role>
  104. </roles>
  105. </developer>
  106. </developers>
  107. <licenses>
  108. <license>
  109. <name>Eclipse Distribution License (New BSD License)</name>
  110. <comments>
  111. All rights reserved.
  112. Redistribution and use in source and binary forms, with or
  113. without modification, are permitted provided that the following
  114. conditions are met:
  115. Redistributions of source code must retain the above copyright
  116. notice, this list of conditions and the following disclaimer.
  117. Redistributions in binary form must reproduce the above
  118. copyright notice, this list of conditions and the following
  119. disclaimer in the documentation and/or other materials provided
  120. with the distribution.
  121. Neither the name of the Eclipse Foundation, Inc. nor the
  122. names of its contributors may be used to endorse or promote
  123. products derived from this software without specific prior
  124. written permission.
  125. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
  126. CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
  127. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  128. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  129. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
  130. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  131. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  132. NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  133. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  134. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  135. STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  136. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  137. ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  138. </comments>
  139. </license>
  140. </licenses>
  141. <build>
  142. <sourceDirectory>../../org.eclipse.jgit/src/</sourceDirectory>
  143. <testResources>
  144. <testResource>
  145. <directory>../../org.eclipse.jgit.test/tst-rsrc/</directory>
  146. </testResource>
  147. </testResources>
  148. <testSourceDirectory>../../org.eclipse.jgit.test/tst/</testSourceDirectory>
  149. <plugins>
  150. <plugin>
  151. <artifactId>maven-compiler-plugin</artifactId>
  152. <version>2.0.2</version>
  153. <configuration>
  154. <source>1.5</source>
  155. <target>1.5</target>
  156. <encoding>UTF-8</encoding>
  157. </configuration>
  158. </plugin>
  159. <plugin>
  160. <artifactId>maven-surefire-plugin</artifactId>
  161. <version>2.4.2</version>
  162. <configuration>
  163. <includes>
  164. <include>**/*Test.java</include>
  165. <include>**/*TestCase.java</include>
  166. <include>**/T000*.java</include>
  167. </includes>
  168. </configuration>
  169. </plugin>
  170. <plugin>
  171. <artifactId>maven-source-plugin</artifactId>
  172. <executions>
  173. <execution>
  174. <goals>
  175. <goal>jar</goal>
  176. </goals>
  177. </execution>
  178. </executions>
  179. </plugin>
  180. <plugin>
  181. <artifactId>maven-javadoc-plugin</artifactId>
  182. <executions>
  183. <execution>
  184. <goals>
  185. <goal>jar</goal>
  186. </goals>
  187. </execution>
  188. </executions>
  189. </plugin>
  190. </plugins>
  191. </build>
  192. <dependencies>
  193. <dependency>
  194. <groupId>junit</groupId>
  195. <artifactId>junit</artifactId>
  196. <version>3.8.1</version>
  197. <scope>test</scope>
  198. </dependency>
  199. <dependency>
  200. <groupId>com.jcraft</groupId>
  201. <artifactId>jsch</artifactId>
  202. <version>0.1.41</version>
  203. <scope>compile</scope>
  204. </dependency>
  205. </dependencies>
  206. <distributionManagement>
  207. <snapshotRepository>
  208. <id>jgit-maven-snapshot-repository</id>
  209. <name>JGit Maven Snapshot Repository</name>
  210. <url>dav:https://egit.googlecode.com/svn/maven/snapshot-repository/</url>
  211. <uniqueVersion>true</uniqueVersion>
  212. </snapshotRepository>
  213. </distributionManagement>
  214. </project>