Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | Copyright (C) 2009, Google Inc. |
| 4 | and other copyright owners as documented in the project's IP log. |
| 5 | |
| 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 | |
| 11 | All rights reserved. |
| 12 | |
| 13 | Redistribution and use in source and binary forms, with or |
| 14 | without modification, are permitted provided that the following |
| 15 | conditions are met: |
| 16 | |
| 17 | - Redistributions of source code must retain the above copyright |
| 18 | notice, this list of conditions and the following disclaimer. |
| 19 | |
| 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. |
| 24 | |
| 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 |
| 28 | written permission. |
| 29 | |
| 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. |
| 43 | --> |
| 44 | |
| 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> |
| 49 | |
| 50 | <groupId>org.eclipse.jgit</groupId> |
| 51 | <artifactId>jgit-parent</artifactId> |
| 52 | <packaging>pom</packaging> |
| 53 | <version>0.6.0-SNAPSHOT</version> |
| 54 | |
| 55 | <name>JGit - Parent</name> |
| 56 | <url>http://www.eclipse.org/egit/</url> |
| 57 | |
| 58 | <description> |
| 59 | Pure Java implementation of Git |
| 60 | </description> |
| 61 | |
| 62 | <mailingLists> |
| 63 | <mailingList> |
| 64 | <name>egit-dev Mailing List</name> |
| 65 | <post>egit-dev@eclipse.org</post> |
| 66 | <subscribe>https://dev.eclipse.org/mailman/listinfo/egit-dev</subscribe> |
| 67 | <unsubscribe>https://dev.eclipse.org/mailman/listinfo/egit-dev</unsubscribe> |
| 68 | <archive>http://dev.eclipse.org/mhonarc/lists/egit-dev</archive> |
| 69 | </mailingList> |
| 70 | |
| 71 | <mailingList> |
| 72 | <name>GIT Mailing List</name> |
| 73 | <post>git@vger.kernel.org</post> |
| 74 | <archive>http://marc.info/?l=git</archive> |
| 75 | </mailingList> |
| 76 | </mailingLists> |
| 77 | |
| 78 | <issueManagement> |
| 79 | <url>https://bugs.eclipse.org/bugs/</url> |
| 80 | <system>Bugzilla</system> |
| 81 | </issueManagement> |
| 82 | |
| 83 | <licenses> |
| 84 | <license> |
| 85 | <name>Eclipse Distribution License (New BSD License)</name> |
| 86 | <comments> |
| 87 | All rights reserved. |
| 88 | |
| 89 | Redistribution and use in source and binary forms, with or |
| 90 | without modification, are permitted provided that the following |
| 91 | conditions are met: |
| 92 | |
| 93 | - Redistributions of source code must retain the above copyright |
| 94 | notice, this list of conditions and the following disclaimer. |
| 95 | |
| 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. |
| 100 | |
| 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 |
| 104 | written permission. |
| 105 | |
| 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. |
| 119 | </comments> |
| 120 | </license> |
| 121 | </licenses> |
| 122 | |
| 123 | <properties> |
| 124 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 125 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
| 126 | </properties> |
| 127 | |
| 128 | <build> |
| 129 | <plugins> |
| 130 | <plugin> |
| 131 | <artifactId>maven-compiler-plugin</artifactId> |
| 132 | <version>2.0.2</version> |
| 133 | <configuration> |
| 134 | <source>1.5</source> |
| 135 | <target>1.5</target> |
| 136 | <encoding>UTF-8</encoding> |
| 137 | </configuration> |
| 138 | </plugin> |
| 139 | |
| 140 | <plugin> |
| 141 | <groupId>org.apache.maven.plugins</groupId> |
| 142 | <artifactId>maven-source-plugin</artifactId> |
| 143 | <executions> |
| 144 | <execution> |
| 145 | <id>attach-sources</id> |
| 146 | <goals> |
| 147 | <goal>jar</goal> |
| 148 | </goals> |
| 149 | </execution> |
| 150 | </executions> |
| 151 | </plugin> |
| 152 | |
| 153 | <plugin> |
| 154 | <groupId>org.apache.maven.plugins</groupId> |
| 155 | <artifactId>maven-javadoc-plugin</artifactId> |
| 156 | <configuration> |
| 157 | <encoding>${project.build.sourceEncoding}</encoding> |
| 158 | <quiet>true</quiet> |
| 159 | <links> |
| 160 | <link>http://java.sun.com/j2se/1.5.0/docs/api</link> |
| 161 | </links> |
| 162 | </configuration> |
| 163 | <executions> |
| 164 | <execution> |
| 165 | <id>attach-javadocs</id> |
| 166 | <goals> |
| 167 | <goal>jar</goal> |
| 168 | </goals> |
| 169 | </execution> |
| 170 | </executions> |
| 171 | </plugin> |
| 172 | </plugins> |
| 173 | </build> |
| 174 | |
| 175 | <dependencies> |
| 176 | <dependency> |
| 177 | <groupId>junit</groupId> |
| 178 | <artifactId>junit</artifactId> |
| 179 | <scope>test</scope> |
| 180 | </dependency> |
| 181 | </dependencies> |
| 182 | |
| 183 | <dependencyManagement> |
| 184 | <dependencies> |
| 185 | <dependency> |
| 186 | <!-- CQ 3493 --> |
| 187 | <groupId>com.jcraft</groupId> |
| 188 | <artifactId>jsch</artifactId> |
| 189 | <version>0.1.41</version> |
| 190 | </dependency> |
| 191 | |
| 192 | <dependency> |
| 193 | <!-- CQ 3454 --> |
| 194 | <groupId>args4j</groupId> |
| 195 | <artifactId>args4j</artifactId> |
| 196 | <version>2.0.12</version> |
| 197 | </dependency> |
| 198 | |
| 199 | <dependency> |
| 200 | <groupId>junit</groupId> |
| 201 | <artifactId>junit</artifactId> |
| 202 | <version>3.8.1</version> |
| 203 | </dependency> |
| 204 | |
| 205 | <dependency> |
| 206 | <groupId>org.eclipse.jgit</groupId> |
| 207 | <artifactId>org.eclipse.jgit</artifactId> |
| 208 | <version>${project.version}</version> |
| 209 | </dependency> |
| 210 | |
| 211 | <dependency> |
| 212 | <groupId>org.eclipse.jgit</groupId> |
Shawn O. Pearce | 49aac32 | 2009-10-02 18:08:56 -0700 | [diff] [blame] | 213 | <artifactId>org.eclipse.jgit.junit</artifactId> |
| 214 | <version>${project.version}</version> |
| 215 | </dependency> |
| 216 | |
| 217 | <dependency> |
| 218 | <groupId>org.eclipse.jgit</groupId> |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 219 | <artifactId>org.eclipse.jgit.ui</artifactId> |
| 220 | <version>${project.version}</version> |
| 221 | </dependency> |
| 222 | </dependencies> |
| 223 | </dependencyManagement> |
| 224 | |
| 225 | <distributionManagement> |
| 226 | <snapshotRepository> |
| 227 | <id>jgit-maven-snapshot</id> |
| 228 | <name>JGit Maven Repository</name> |
| 229 | <url>dav:https://egit.googlecode.com/svn/maven/</url> |
| 230 | <uniqueVersion>true</uniqueVersion> |
| 231 | </snapshotRepository> |
| 232 | </distributionManagement> |
| 233 | |
Shawn O. Pearce | 7e8dc53 | 2009-10-31 19:39:18 -0700 | [diff] [blame^] | 234 | <profiles> |
| 235 | <!-- Set -Djgit.java6.skip=true to compile with only Java 5 --> |
| 236 | <profile> |
| 237 | <id>java6</id> |
| 238 | <activation> |
| 239 | <property> |
| 240 | <name>!jgit.java6.skip</name> |
| 241 | </property> |
| 242 | </activation> |
| 243 | <modules> |
| 244 | <module>org.eclipse.jgit.console</module> |
| 245 | </modules> |
| 246 | </profile> |
| 247 | </profiles> |
| 248 | |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 249 | <modules> |
| 250 | <module>org.eclipse.jgit</module> |
| 251 | <module>org.eclipse.jgit.ui</module> |
| 252 | <module>org.eclipse.jgit.pgm</module> |
Shawn O. Pearce | 49aac32 | 2009-10-02 18:08:56 -0700 | [diff] [blame] | 253 | <module>org.eclipse.jgit.junit</module> |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 254 | <module>org.eclipse.jgit.test</module> |
| 255 | </modules> |
| 256 | </project> |