1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright (C) 2009-2010, Google Inc.
4 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
13 Redistribution and use in source and binary forms, with or
14 without modification, are permitted provided that the following
17 - Redistributions of source code must retain the above copyright
18 notice, this list of conditions and the following disclaimer.
20 - Redistributions in binary form must reproduce the above
21 copyright notice, this list of conditions and the following
22 disclaimer in the documentation and/or other materials provided
23 with the distribution.
25 - Neither the name of the Eclipse Foundation, Inc. nor the
26 names of its contributors may be used to endorse or promote
27 products derived from this software without specific prior
30 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
31 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
32 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
33 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
34 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
35 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
36 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
37 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
38 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
39 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
40 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
41 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
42 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
45 <project xmlns="http://maven.apache.org/POM/4.0.0"
46 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
47 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
48 <modelVersion>4.0.0</modelVersion>
50 <groupId>org.eclipse.jgit</groupId>
51 <artifactId>org.eclipse.jgit-parent</artifactId>
52 <packaging>pom</packaging>
53 <version>0.6.0-SNAPSHOT</version>
55 <name>JGit - Parent</name>
56 <url>${jgit-url}</url>
59 Pure Java implementation of Git
64 <name>jgit-dev Mailing List</name>
65 <post>jgit-dev@eclipse.org</post>
66 <subscribe>https://dev.eclipse.org/mailman/listinfo/jgit-dev</subscribe>
67 <unsubscribe>https://dev.eclipse.org/mailman/listinfo/jgit-dev</unsubscribe>
68 <archive>http://dev.eclipse.org/mhonarc/lists/jgit-dev</archive>
72 <name>GIT Mailing List</name>
73 <post>git@vger.kernel.org</post>
74 <archive>http://marc.info/?l=git</archive>
79 <url>https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;component=JGit;product=JGit;classification=Technology</url>
80 <system>Bugzilla</system>
85 <name>Eclipse Distribution License (New BSD License)</name>
89 Redistribution and use in source and binary forms, with or
90 without modification, are permitted provided that the following
93 - Redistributions of source code must retain the above copyright
94 notice, this list of conditions and the following disclaimer.
96 - Redistributions in binary form must reproduce the above
97 copyright notice, this list of conditions and the following
98 disclaimer in the documentation and/or other materials provided
99 with the distribution.
101 - Neither the name of the Eclipse Foundation, Inc. nor the
102 names of its contributors may be used to endorse or promote
103 products derived from this software without specific prior
106 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
107 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
108 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
109 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
110 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
111 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
112 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
113 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
114 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
115 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
116 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
117 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
118 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
124 <jgit-url>http://www.eclipse.org/jgit/</jgit-url>
125 <jgit-copyright>Copyright (c) 2005, 2009 Shawn Pearce, Robin Rosenberg, et.al.</jgit-copyright>
127 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
128 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
130 <jsch-CQ>CQ 3493</jsch-CQ>
131 <jsch-version>0.1.41</jsch-version>
133 <junit-CQ>CQ 3589</junit-CQ>
134 <junit-version>3.8.2</junit-version>
136 <args4j-CQ>CQ 3454</args4j-CQ>
137 <args4j-version>2.0.12</args4j-version>
139 <servlet-api-CQ>CQ 3565</servlet-api-CQ>
140 <servlet-api-version>2.5</servlet-api-version>
142 <jetty-version>7.0.1.v20091125</jetty-version>
149 <groupId>org.apache.maven.plugins</groupId>
150 <artifactId>maven-jar-plugin</artifactId>
154 <Implementation-Title>JGit ${project.artifactId}</Implementation-Title>
155 <Implementation-Version>${project.version}</Implementation-Version>
156 <Implementation-Vendor>Eclipse.org - JGit</Implementation-Vendor>
157 <Implementation-Vendor-Id>org.eclipse.jgit</Implementation-Vendor-Id>
158 <Implementation-Vendor-URL>${jgit-url}</Implementation-Vendor-URL>
165 <artifactId>maven-compiler-plugin</artifactId>
166 <version>2.0.2</version>
170 <artifactId>maven-clean-plugin</artifactId>
171 <version>2.2</version>
175 <groupId>org.apache.maven.plugins</groupId>
176 <artifactId>maven-shade-plugin</artifactId>
177 <version>1.2</version>
181 <groupId>org.apache.maven.plugins</groupId>
182 <artifactId>maven-antrun-plugin</artifactId>
183 <version>1.3</version>
187 <groupId>org.apache.maven.plugins</groupId>
188 <artifactId>maven-dependency-plugin</artifactId>
189 <version>2.1</version>
193 <groupId>org.codehaus.mojo</groupId>
194 <artifactId>build-helper-maven-plugin</artifactId>
195 <version>1.3</version>
202 <artifactId>maven-compiler-plugin</artifactId>
206 <encoding>UTF-8</encoding>
211 <groupId>org.apache.maven.plugins</groupId>
212 <artifactId>maven-source-plugin</artifactId>
215 <id>attach-sources</id>
224 <groupId>org.apache.maven.plugins</groupId>
225 <artifactId>maven-javadoc-plugin</artifactId>
227 <encoding>${project.build.sourceEncoding}</encoding>
230 <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
235 <id>attach-javadocs</id>
245 <dependencyManagement>
248 <groupId>com.jcraft</groupId>
249 <artifactId>jsch</artifactId>
250 <version>${jsch-version}</version>
254 <groupId>args4j</groupId>
255 <artifactId>args4j</artifactId>
256 <version>${args4j-version}</version>
260 <groupId>junit</groupId>
261 <artifactId>junit</artifactId>
262 <version>${junit-version}</version>
266 <groupId>javax.servlet</groupId>
267 <artifactId>servlet-api</artifactId>
268 <version>${servlet-api-version}</version>
272 <groupId>org.eclipse.jetty</groupId>
273 <artifactId>jetty-servlet</artifactId>
274 <version>${jetty-version}</version>
277 </dependencyManagement>
279 <distributionManagement>
281 <id>jgit-maven-snapshot</id>
282 <name>JGit Maven Repository</name>
283 <url>dav:https://egit.googlecode.com/svn/maven/</url>
284 <uniqueVersion>true</uniqueVersion>
285 </snapshotRepository>
286 </distributionManagement>
289 <!-- Set -Djgit.java6.skip=true to compile with only Java 5 -->
294 <name>!jgit.java6.skip</name>
298 <module>org.eclipse.jgit.console</module>
304 <module>org.eclipse.jgit</module>
305 <module>org.eclipse.jgit.ui</module>
306 <module>org.eclipse.jgit.http.server</module>
307 <module>org.eclipse.jgit.pgm</module>
308 <module>org.eclipse.jgit.junit</module>
310 <module>org.eclipse.jgit.test</module>
311 <module>org.eclipse.jgit.http.test</module>