Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Shawn O. Pearce | 5e33a1d | 2010-01-06 12:26:54 -0800 | [diff] [blame] | 3 | Copyright (C) 2009-2010, Google Inc. |
Matthias Sohn | 4974090 | 2012-06-12 00:17:55 +0200 | [diff] [blame] | 4 | Copyright (C) 2012, Matthias Sohn <matthias.sohn@sap.com> |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 5 | and other copyright owners as documented in the project's IP log. |
| 6 | |
| 7 | This program and the accompanying materials are made available |
| 8 | under the terms of the Eclipse Distribution License v1.0 which |
| 9 | accompanies this distribution, is reproduced below, and is |
| 10 | available at http://www.eclipse.org/org/documents/edl-v10.php |
| 11 | |
| 12 | All rights reserved. |
| 13 | |
| 14 | Redistribution and use in source and binary forms, with or |
| 15 | without modification, are permitted provided that the following |
| 16 | conditions are met: |
| 17 | |
| 18 | - Redistributions of source code must retain the above copyright |
| 19 | notice, this list of conditions and the following disclaimer. |
| 20 | |
| 21 | - Redistributions in binary form must reproduce the above |
| 22 | copyright notice, this list of conditions and the following |
| 23 | disclaimer in the documentation and/or other materials provided |
| 24 | with the distribution. |
| 25 | |
| 26 | - Neither the name of the Eclipse Foundation, Inc. nor the |
| 27 | names of its contributors may be used to endorse or promote |
| 28 | products derived from this software without specific prior |
| 29 | written permission. |
| 30 | |
| 31 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND |
| 32 | CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 33 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 34 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 35 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR |
| 36 | CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 37 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 38 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 39 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 40 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
| 41 | STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 42 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 43 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 44 | --> |
| 45 | |
| 46 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 47 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 48 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 49 | <modelVersion>4.0.0</modelVersion> |
| 50 | |
| 51 | <groupId>org.eclipse.jgit</groupId> |
Shawn O. Pearce | fc5fc70 | 2009-12-28 12:01:19 -0800 | [diff] [blame] | 52 | <artifactId>org.eclipse.jgit-parent</artifactId> |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 53 | <packaging>pom</packaging> |
Matthias Sohn | b30917c | 2016-01-21 20:31:10 +0100 | [diff] [blame] | 54 | <version>4.3.0-SNAPSHOT</version> |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 55 | |
| 56 | <name>JGit - Parent</name> |
Shawn O. Pearce | fc5fc70 | 2009-12-28 12:01:19 -0800 | [diff] [blame] | 57 | <url>${jgit-url}</url> |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 58 | |
Matthias Sohn | 6fc5af4 | 2015-05-29 14:39:33 +0200 | [diff] [blame] | 59 | <organization> |
| 60 | <name>Eclipse JGit Project</name> |
| 61 | <url>http://www.eclipse.org/jgit</url> |
| 62 | </organization> |
| 63 | |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 64 | <description> |
| 65 | Pure Java implementation of Git |
| 66 | </description> |
| 67 | |
Kevin Sawicki | 2fa5bcd | 2012-01-23 09:19:18 -0800 | [diff] [blame] | 68 | <scm> |
Matthias Sohn | 6fc5af4 | 2015-05-29 14:39:33 +0200 | [diff] [blame] | 69 | <url>http://git.eclipse.org/c/jgit/jgit.git/</url> |
| 70 | <connection>scm:git:https://git.eclipse.org/r/jgit/jgit</connection> |
Kevin Sawicki | 2fa5bcd | 2012-01-23 09:19:18 -0800 | [diff] [blame] | 71 | </scm> |
| 72 | |
Matthias Sohn | 6fc5af4 | 2015-05-29 14:39:33 +0200 | [diff] [blame] | 73 | <ciManagement> |
| 74 | <system>hudson</system> |
| 75 | <url>https://hudson.eclipse.org/jgit/</url> |
| 76 | </ciManagement> |
| 77 | |
Kevin Sawicki | 11ab19a | 2012-01-25 09:01:55 -0800 | [diff] [blame] | 78 | <developers> |
| 79 | <developer> |
| 80 | <name>Chris Aniszczyk</name> |
| 81 | </developer> |
| 82 | <developer> |
| 83 | <name>Christian Halstrick</name> |
| 84 | </developer> |
| 85 | <developer> |
Matthias Sohn | 35d4749 | 2013-01-16 00:20:12 +0100 | [diff] [blame] | 86 | <name>Colby Ranger</name> |
| 87 | </developer> |
| 88 | <developer> |
| 89 | <name>Dave Borowitz</name> |
| 90 | </developer> |
| 91 | <developer> |
Kevin Sawicki | 11ab19a | 2012-01-25 09:01:55 -0800 | [diff] [blame] | 92 | <name>Gunnar Wagenknecht</name> |
| 93 | </developer> |
| 94 | <developer> |
Matthias Sohn | 6fc5af4 | 2015-05-29 14:39:33 +0200 | [diff] [blame] | 95 | <name>Jonathan Nieder</name> |
| 96 | </developer> |
| 97 | <developer> |
Kevin Sawicki | 11ab19a | 2012-01-25 09:01:55 -0800 | [diff] [blame] | 98 | <name>Kevin Sawicki</name> |
| 99 | </developer> |
| 100 | <developer> |
| 101 | <name>Mathias Kinzler</name> |
| 102 | </developer> |
| 103 | <developer> |
| 104 | <name>Matthias Sohn</name> |
| 105 | </developer> |
| 106 | <developer> |
| 107 | <name>Robin Rosenberg</name> |
| 108 | </developer> |
| 109 | <developer> |
Matthias Sohn | 6fc5af4 | 2015-05-29 14:39:33 +0200 | [diff] [blame] | 110 | <name>Robin Stocker</name> |
| 111 | </developer> |
| 112 | <developer> |
Kevin Sawicki | 11ab19a | 2012-01-25 09:01:55 -0800 | [diff] [blame] | 113 | <name>Sasa Zivkov</name> |
| 114 | </developer> |
| 115 | <developer> |
| 116 | <name>Shawn Pearce</name> |
| 117 | </developer> |
| 118 | <developer> |
| 119 | <name>Stefan Lay</name> |
| 120 | </developer> |
| 121 | </developers> |
| 122 | |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 123 | <mailingLists> |
| 124 | <mailingList> |
Shawn O. Pearce | fc5fc70 | 2009-12-28 12:01:19 -0800 | [diff] [blame] | 125 | <name>jgit-dev Mailing List</name> |
| 126 | <post>jgit-dev@eclipse.org</post> |
| 127 | <subscribe>https://dev.eclipse.org/mailman/listinfo/jgit-dev</subscribe> |
| 128 | <unsubscribe>https://dev.eclipse.org/mailman/listinfo/jgit-dev</unsubscribe> |
| 129 | <archive>http://dev.eclipse.org/mhonarc/lists/jgit-dev</archive> |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 130 | </mailingList> |
| 131 | |
| 132 | <mailingList> |
| 133 | <name>GIT Mailing List</name> |
| 134 | <post>git@vger.kernel.org</post> |
| 135 | <archive>http://marc.info/?l=git</archive> |
| 136 | </mailingList> |
| 137 | </mailingLists> |
| 138 | |
| 139 | <issueManagement> |
Shawn O. Pearce | fc5fc70 | 2009-12-28 12:01:19 -0800 | [diff] [blame] | 140 | <url>https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;component=JGit;product=JGit;classification=Technology</url> |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 141 | <system>Bugzilla</system> |
| 142 | </issueManagement> |
| 143 | |
| 144 | <licenses> |
| 145 | <license> |
| 146 | <name>Eclipse Distribution License (New BSD License)</name> |
| 147 | <comments> |
| 148 | All rights reserved. |
| 149 | |
| 150 | Redistribution and use in source and binary forms, with or |
| 151 | without modification, are permitted provided that the following |
| 152 | conditions are met: |
| 153 | |
| 154 | - Redistributions of source code must retain the above copyright |
| 155 | notice, this list of conditions and the following disclaimer. |
| 156 | |
| 157 | - Redistributions in binary form must reproduce the above |
| 158 | copyright notice, this list of conditions and the following |
| 159 | disclaimer in the documentation and/or other materials provided |
| 160 | with the distribution. |
| 161 | |
| 162 | - Neither the name of the Eclipse Foundation, Inc. nor the |
| 163 | names of its contributors may be used to endorse or promote |
| 164 | products derived from this software without specific prior |
| 165 | written permission. |
| 166 | |
| 167 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND |
| 168 | CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 169 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 170 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 171 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR |
| 172 | CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 173 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 174 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 175 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 176 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
| 177 | STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 178 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 179 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 180 | </comments> |
| 181 | </license> |
| 182 | </licenses> |
| 183 | |
| 184 | <properties> |
Shawn O. Pearce | fc5fc70 | 2009-12-28 12:01:19 -0800 | [diff] [blame] | 185 | <jgit-url>http://www.eclipse.org/jgit/</jgit-url> |
| 186 | <jgit-copyright>Copyright (c) 2005, 2009 Shawn Pearce, Robin Rosenberg, et.al.</jgit-copyright> |
Matthias Sohn | df82727 | 2014-09-25 11:18:53 +0200 | [diff] [blame] | 187 | <jgit.website.url>scp://build.eclipse.org/home/data/httpd/download.eclipse.org/jgit/site/${project.version}/</jgit.website.url> |
Shawn O. Pearce | fc5fc70 | 2009-12-28 12:01:19 -0800 | [diff] [blame] | 188 | |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 189 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 190 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
Igor Fedorenko | 96c7f75 | 2009-12-05 01:07:42 -0500 | [diff] [blame] | 191 | |
Matthias Sohn | 407fe63 | 2010-01-23 01:03:37 +0100 | [diff] [blame] | 192 | <maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format> |
| 193 | <bundle-manifest>${project.build.directory}/META-INF/MANIFEST.MF</bundle-manifest> |
| 194 | |
Matthias Sohn | 27846d9 | 2016-01-23 23:49:30 +0100 | [diff] [blame] | 195 | <jgit-last-release-version>4.2.0.201601211800-r</jgit-last-release-version> |
Matthias Sohn | 8bad6ef | 2015-08-19 15:48:12 +0200 | [diff] [blame] | 196 | <jsch-version>0.1.53</jsch-version> |
Colby Ranger | ce5fd52 | 2013-12-06 09:21:17 -0800 | [diff] [blame] | 197 | <javaewah-version>0.7.9</javaewah-version> |
Matthias Sohn | e9bab21 | 2013-08-28 00:13:03 +0200 | [diff] [blame] | 198 | <junit-version>4.11</junit-version> |
Matthias Sohn | d846610 | 2014-08-04 01:04:26 +0200 | [diff] [blame] | 199 | <test-fork-count>1C</test-fork-count> |
Kaloyan Raev | 9041fbc | 2015-02-06 16:45:58 +0200 | [diff] [blame] | 200 | <args4j-version>2.0.15</args4j-version> |
Jonathan Nieder | 36a8578 | 2014-01-14 15:43:20 +0100 | [diff] [blame] | 201 | <commons-compress-version>1.6</commons-compress-version> |
Jonathan Nieder | a544ff7 | 2013-05-24 16:57:10 -0700 | [diff] [blame] | 202 | <osgi-core-version>4.3.1</osgi-core-version> |
Matthias Sohn | ce8baa3 | 2015-06-01 11:37:38 +0200 | [diff] [blame] | 203 | <servlet-api-version>3.1.0</servlet-api-version> |
Matthias Sohn | e78dd7d | 2015-08-20 00:46:58 +0200 | [diff] [blame] | 204 | <jetty-version>9.2.13.v20150730</jetty-version> |
Matthias Sohn | 100179a | 2015-10-01 01:41:52 +0200 | [diff] [blame] | 205 | <japicmp-version>0.5.3</japicmp-version> |
Matthias Sohn | 16ba991 | 2015-07-14 01:55:58 +0200 | [diff] [blame] | 206 | <httpclient-version>4.3.6</httpclient-version> |
Matthias Sohn | c18694e | 2015-02-09 21:54:58 +0100 | [diff] [blame] | 207 | <slf4j-version>1.7.2</slf4j-version> |
Matthias Sohn | a8743df | 2015-02-10 11:58:19 +0100 | [diff] [blame] | 208 | <log4j-version>1.2.15</log4j-version> |
Dave Borowitz | 019a21d | 2015-03-10 14:33:43 -0700 | [diff] [blame] | 209 | <maven-javadoc-plugin-version>2.10.1</maven-javadoc-plugin-version> |
Matthias Sohn | d8040f3 | 2015-06-08 12:59:28 +0200 | [diff] [blame] | 210 | <tycho-extras-version>0.23.0</tycho-extras-version> |
Matthias Sohn | 2d579ff | 2013-02-25 01:10:40 +0100 | [diff] [blame] | 211 | |
| 212 | <!-- Properties to enable jacoco code coverage analysis --> |
| 213 | <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> |
| 214 | <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis> |
| 215 | <sonar.jacoco.reportPath>../target/jacoco.exec</sonar.jacoco.reportPath> |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 216 | </properties> |
| 217 | |
Matthias Sohn | e178ba2 | 2011-12-15 15:50:46 -0800 | [diff] [blame] | 218 | <repositories> |
| 219 | <repository> |
| 220 | <id>jgit-repository</id> |
Matthias Sohn | 74c337e | 2014-10-13 10:25:14 +0200 | [diff] [blame] | 221 | <url>https://repo.eclipse.org/content/repositories/jgit-releases/</url> |
Matthias Sohn | e178ba2 | 2011-12-15 15:50:46 -0800 | [diff] [blame] | 222 | </repository> |
| 223 | </repositories> |
| 224 | |
Matthias Sohn | b97a35d | 2013-08-31 00:26:18 +0200 | [diff] [blame] | 225 | <pluginRepositories> |
| 226 | <pluginRepository> |
| 227 | <id>repo.eclipse.org.cbi-releases</id> |
| 228 | <url>https://repo.eclipse.org/content/repositories/cbi-releases/</url> |
| 229 | </pluginRepository> |
Matthias Sohn | 4f9bdc8 | 2015-05-04 08:56:28 +0200 | [diff] [blame] | 230 | <pluginRepository> |
| 231 | <id>repo.eclipse.org.cbi-snapshots</id> |
| 232 | <url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</url> |
| 233 | </pluginRepository> |
Matthias Sohn | b97a35d | 2013-08-31 00:26:18 +0200 | [diff] [blame] | 234 | </pluginRepositories> |
| 235 | |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 236 | <build> |
Shawn O. Pearce | fc5fc70 | 2009-12-28 12:01:19 -0800 | [diff] [blame] | 237 | <pluginManagement> |
| 238 | <plugins> |
| 239 | <plugin> |
Shawn O. Pearce | fc5fc70 | 2009-12-28 12:01:19 -0800 | [diff] [blame] | 240 | <groupId>org.apache.maven.plugins</groupId> |
Shawn O. Pearce | c36a892 | 2011-05-05 11:47:57 -0700 | [diff] [blame] | 241 | <artifactId>maven-jar-plugin</artifactId> |
Dave Borowitz | 019a21d | 2015-03-10 14:33:43 -0700 | [diff] [blame] | 242 | <version>2.6</version> |
Shawn O. Pearce | fc5fc70 | 2009-12-28 12:01:19 -0800 | [diff] [blame] | 243 | <configuration> |
| 244 | <archive> |
| 245 | <manifestEntries> |
| 246 | <Implementation-Title>JGit ${project.artifactId}</Implementation-Title> |
| 247 | <Implementation-Version>${project.version}</Implementation-Version> |
| 248 | <Implementation-Vendor>Eclipse.org - JGit</Implementation-Vendor> |
| 249 | <Implementation-Vendor-Id>org.eclipse.jgit</Implementation-Vendor-Id> |
| 250 | <Implementation-Vendor-URL>${jgit-url}</Implementation-Vendor-URL> |
| 251 | </manifestEntries> |
| 252 | </archive> |
Matthias Sohn | b97a35d | 2013-08-31 00:26:18 +0200 | [diff] [blame] | 253 | <!-- TODO: uncomment this in order to skip empty artifact of test modules as soon as bug 416299 is fixed |
| 254 | <skipIfEmpty>true</skipIfEmpty> |
| 255 | --> |
Shawn O. Pearce | fc5fc70 | 2009-12-28 12:01:19 -0800 | [diff] [blame] | 256 | </configuration> |
| 257 | </plugin> |
| 258 | |
| 259 | <plugin> |
| 260 | <artifactId>maven-compiler-plugin</artifactId> |
Dave Borowitz | 019a21d | 2015-03-10 14:33:43 -0700 | [diff] [blame] | 261 | <version>3.2</version> |
Matthias Sohn | c26bc63 | 2015-01-27 00:59:52 +0100 | [diff] [blame] | 262 | <configuration> |
| 263 | <encoding>UTF-8</encoding> |
| 264 | <source>1.7</source> |
| 265 | <target>1.7</target> |
| 266 | </configuration> |
Shawn O. Pearce | fc5fc70 | 2009-12-28 12:01:19 -0800 | [diff] [blame] | 267 | </plugin> |
| 268 | |
| 269 | <plugin> |
| 270 | <artifactId>maven-clean-plugin</artifactId> |
Dave Borowitz | 019a21d | 2015-03-10 14:33:43 -0700 | [diff] [blame] | 271 | <version>2.6.1</version> |
Shawn O. Pearce | fc5fc70 | 2009-12-28 12:01:19 -0800 | [diff] [blame] | 272 | </plugin> |
| 273 | |
| 274 | <plugin> |
| 275 | <groupId>org.apache.maven.plugins</groupId> |
| 276 | <artifactId>maven-shade-plugin</artifactId> |
Matthias Sohn | d0e80b2 | 2014-08-09 00:44:21 +0200 | [diff] [blame] | 277 | <version>2.3</version> |
Shawn O. Pearce | fc5fc70 | 2009-12-28 12:01:19 -0800 | [diff] [blame] | 278 | </plugin> |
| 279 | |
| 280 | <plugin> |
| 281 | <groupId>org.apache.maven.plugins</groupId> |
| 282 | <artifactId>maven-antrun-plugin</artifactId> |
Dave Borowitz | 019a21d | 2015-03-10 14:33:43 -0700 | [diff] [blame] | 283 | <version>1.8</version> |
Shawn O. Pearce | fc5fc70 | 2009-12-28 12:01:19 -0800 | [diff] [blame] | 284 | </plugin> |
| 285 | |
| 286 | <plugin> |
| 287 | <groupId>org.apache.maven.plugins</groupId> |
| 288 | <artifactId>maven-dependency-plugin</artifactId> |
Dave Borowitz | 019a21d | 2015-03-10 14:33:43 -0700 | [diff] [blame] | 289 | <version>2.10</version> |
Shawn O. Pearce | fc5fc70 | 2009-12-28 12:01:19 -0800 | [diff] [blame] | 290 | </plugin> |
| 291 | |
| 292 | <plugin> |
Matthias Sohn | 0240055 | 2010-04-30 22:16:18 +0200 | [diff] [blame] | 293 | <groupId>org.apache.maven.plugins</groupId> |
| 294 | <artifactId>maven-source-plugin</artifactId> |
Dave Borowitz | 019a21d | 2015-03-10 14:33:43 -0700 | [diff] [blame] | 295 | <version>2.4</version> |
Matthias Sohn | 0240055 | 2010-04-30 22:16:18 +0200 | [diff] [blame] | 296 | </plugin> |
| 297 | |
Matthias Sohn | f8eb7e1 | 2010-10-13 15:26:33 +0200 | [diff] [blame] | 298 | <plugin> |
Matthias Sohn | 0240055 | 2010-04-30 22:16:18 +0200 | [diff] [blame] | 299 | <groupId>org.apache.maven.plugins</groupId> |
| 300 | <artifactId>maven-javadoc-plugin</artifactId> |
Matthias Sohn | babc24b | 2014-11-18 11:02:17 +0100 | [diff] [blame] | 301 | <version>${maven-javadoc-plugin-version}</version> |
Matthias Sohn | 0240055 | 2010-04-30 22:16:18 +0200 | [diff] [blame] | 302 | </plugin> |
| 303 | |
| 304 | <plugin> |
Shawn O. Pearce | b7f887f | 2011-01-02 14:35:04 -0800 | [diff] [blame] | 305 | <groupId>org.apache.maven.plugins</groupId> |
| 306 | <artifactId>maven-surefire-plugin</artifactId> |
Dave Borowitz | 019a21d | 2015-03-10 14:33:43 -0700 | [diff] [blame] | 307 | <version>2.18.1</version> |
Matthias Sohn | d846610 | 2014-08-04 01:04:26 +0200 | [diff] [blame] | 308 | <configuration> |
| 309 | <forkCount>${test-fork-count}</forkCount> |
| 310 | <reuseForks>true</reuseForks> |
| 311 | </configuration> |
Shawn O. Pearce | b7f887f | 2011-01-02 14:35:04 -0800 | [diff] [blame] | 312 | </plugin> |
| 313 | |
| 314 | <plugin> |
Shawn O. Pearce | fc5fc70 | 2009-12-28 12:01:19 -0800 | [diff] [blame] | 315 | <groupId>org.codehaus.mojo</groupId> |
| 316 | <artifactId>build-helper-maven-plugin</artifactId> |
Matthias Sohn | d0e80b2 | 2014-08-09 00:44:21 +0200 | [diff] [blame] | 317 | <version>1.9</version> |
Shawn O. Pearce | fc5fc70 | 2009-12-28 12:01:19 -0800 | [diff] [blame] | 318 | </plugin> |
Chris Aniszczyk | 241ab22 | 2010-10-14 09:26:46 -0700 | [diff] [blame] | 319 | |
| 320 | <plugin> |
Chris Aniszczyk | 241ab22 | 2010-10-14 09:26:46 -0700 | [diff] [blame] | 321 | <groupId>org.codehaus.mojo</groupId> |
| 322 | <artifactId>findbugs-maven-plugin</artifactId> |
Matthias Sohn | d0e80b2 | 2014-08-09 00:44:21 +0200 | [diff] [blame] | 323 | <version>3.0.0</version> |
Matthias Sohn | df85978 | 2011-04-16 02:08:24 +0200 | [diff] [blame] | 324 | <configuration> |
| 325 | <findbugsXmlOutput>true</findbugsXmlOutput> |
| 326 | <failOnError>false</failOnError> |
| 327 | </configuration> |
| 328 | <executions> |
| 329 | <execution> |
| 330 | <goals> |
| 331 | <goal>check</goal> |
| 332 | </goals> |
| 333 | </execution> |
| 334 | </executions> |
Chris Aniszczyk | 241ab22 | 2010-10-14 09:26:46 -0700 | [diff] [blame] | 335 | </plugin> |
| 336 | |
| 337 | <plugin> |
| 338 | <groupId>org.apache.maven.plugins</groupId> |
| 339 | <artifactId>maven-pmd-plugin</artifactId> |
Dave Borowitz | 019a21d | 2015-03-10 14:33:43 -0700 | [diff] [blame] | 340 | <version>3.4</version> |
Matthias Sohn | df85978 | 2011-04-16 02:08:24 +0200 | [diff] [blame] | 341 | <configuration> |
| 342 | <sourceEncoding>utf-8</sourceEncoding> |
| 343 | <minimumTokens>100</minimumTokens> |
Matthias Sohn | c26bc63 | 2015-01-27 00:59:52 +0100 | [diff] [blame] | 344 | <targetJdk>1.7</targetJdk> |
Matthias Sohn | df85978 | 2011-04-16 02:08:24 +0200 | [diff] [blame] | 345 | <format>xml</format> |
| 346 | <failOnViolation>false</failOnViolation> |
| 347 | </configuration> |
| 348 | <executions> |
| 349 | <execution> |
| 350 | <goals> |
| 351 | <goal>cpd-check</goal> |
| 352 | </goals> |
| 353 | </execution> |
| 354 | </executions> |
Chris Aniszczyk | 241ab22 | 2010-10-14 09:26:46 -0700 | [diff] [blame] | 355 | </plugin> |
Matthias Sohn | e178ba2 | 2011-12-15 15:50:46 -0800 | [diff] [blame] | 356 | |
| 357 | <plugin> |
Matthias Sohn | b97a35d | 2013-08-31 00:26:18 +0200 | [diff] [blame] | 358 | <groupId>org.eclipse.cbi.maven.plugins</groupId> |
| 359 | <artifactId>eclipse-jarsigner-plugin</artifactId> |
Matthias Sohn | 9ae83b8 | 2015-05-25 23:13:50 +0200 | [diff] [blame] | 360 | <version>1.1.2</version> |
Matthias Sohn | b97a35d | 2013-08-31 00:26:18 +0200 | [diff] [blame] | 361 | </plugin> |
| 362 | <plugin> |
| 363 | <groupId>org.eclipse.tycho.extras</groupId> |
| 364 | <artifactId>tycho-pack200a-plugin</artifactId> |
Matthias Sohn | 6fc5af4 | 2015-05-29 14:39:33 +0200 | [diff] [blame] | 365 | <version>${tycho-extras-version}</version> |
Matthias Sohn | b97a35d | 2013-08-31 00:26:18 +0200 | [diff] [blame] | 366 | </plugin> |
| 367 | <plugin> |
| 368 | <groupId>org.eclipse.tycho.extras</groupId> |
| 369 | <artifactId>tycho-pack200b-plugin</artifactId> |
Matthias Sohn | 6fc5af4 | 2015-05-29 14:39:33 +0200 | [diff] [blame] | 370 | <version>${tycho-extras-version}</version> |
Matthias Sohn | b97a35d | 2013-08-31 00:26:18 +0200 | [diff] [blame] | 371 | </plugin> |
Matthias Sohn | 2d579ff | 2013-02-25 01:10:40 +0100 | [diff] [blame] | 372 | <plugin> |
| 373 | <groupId>org.jacoco</groupId> |
| 374 | <artifactId>jacoco-maven-plugin</artifactId> |
Matthias Sohn | d0e80b2 | 2014-08-09 00:44:21 +0200 | [diff] [blame] | 375 | <version>0.7.1.201405082137</version> |
Matthias Sohn | 2d579ff | 2013-02-25 01:10:40 +0100 | [diff] [blame] | 376 | </plugin> |
Matthias Sohn | df82727 | 2014-09-25 11:18:53 +0200 | [diff] [blame] | 377 | <plugin> |
| 378 | <groupId>org.apache.maven.plugins</groupId> |
| 379 | <artifactId>maven-site-plugin</artifactId> |
| 380 | <version>3.4</version> |
| 381 | <dependencies> |
| 382 | <dependency><!-- add support for ssh/scp --> |
| 383 | <groupId>org.apache.maven.wagon</groupId> |
| 384 | <artifactId>wagon-ssh</artifactId> |
| 385 | <version>2.7</version> |
| 386 | </dependency> |
| 387 | </dependencies> |
| 388 | </plugin> |
Matthias Sohn | 1e7262a | 2015-05-29 16:37:20 +0200 | [diff] [blame] | 389 | <plugin> |
| 390 | <groupId>org.apache.maven.plugins</groupId> |
| 391 | <artifactId>maven-surefire-report-plugin</artifactId> |
| 392 | <version>2.18.1</version> |
| 393 | </plugin> |
| 394 | <plugin> |
| 395 | <groupId>org.apache.maven.plugins</groupId> |
| 396 | <artifactId>maven-jxr-plugin</artifactId> |
| 397 | <version>2.5</version> |
| 398 | </plugin> |
| 399 | <plugin> |
| 400 | <groupId>org.apache.maven.plugins</groupId> |
| 401 | <artifactId>maven-project-info-reports-plugin</artifactId> |
| 402 | <version>2.8</version> |
| 403 | </plugin> |
Shawn O. Pearce | fc5fc70 | 2009-12-28 12:01:19 -0800 | [diff] [blame] | 404 | </plugins> |
| 405 | </pluginManagement> |
| 406 | |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 407 | <plugins> |
| 408 | <plugin> |
| 409 | <artifactId>maven-compiler-plugin</artifactId> |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 410 | </plugin> |
| 411 | |
| 412 | <plugin> |
| 413 | <groupId>org.apache.maven.plugins</groupId> |
Matthias Sohn | 407fe63 | 2010-01-23 01:03:37 +0100 | [diff] [blame] | 414 | <artifactId>maven-antrun-plugin</artifactId> |
| 415 | <executions> |
| 416 | <execution> |
| 417 | <id>translate-qualifier</id> |
| 418 | <phase>generate-resources</phase> |
| 419 | <configuration> |
Matthias Sohn | 8375d17 | 2011-11-29 01:16:47 +0100 | [diff] [blame] | 420 | <target if="${translate-qualifier}"> |
Matthias Sohn | f8eb7e1 | 2010-10-13 15:26:33 +0200 | [diff] [blame] | 421 | <copy file="META-INF/MANIFEST.MF" tofile="${bundle-manifest}" overwrite="true"/> |
| 422 | <replace file="${bundle-manifest}"> |
| 423 | <replacefilter token=".qualifier" value=".${maven.build.timestamp}"/> |
| 424 | </replace> |
Matthias Sohn | 8375d17 | 2011-11-29 01:16:47 +0100 | [diff] [blame] | 425 | </target> |
Matthias Sohn | 407fe63 | 2010-01-23 01:03:37 +0100 | [diff] [blame] | 426 | </configuration> |
| 427 | <goals> |
| 428 | <goal>run</goal> |
| 429 | </goals> |
| 430 | </execution> |
| 431 | </executions> |
| 432 | </plugin> |
| 433 | |
Matthias Sohn | 51f6fbd | 2010-08-31 02:35:08 +0200 | [diff] [blame] | 434 | <!-- Build helper maven plugin sets the parsedVersion.osgiVersion property --> |
| 435 | <plugin> |
| 436 | <groupId>org.codehaus.mojo</groupId> |
| 437 | <artifactId>build-helper-maven-plugin</artifactId> |
| 438 | <executions> |
| 439 | <execution> |
| 440 | <id>set-osgi-version</id> |
| 441 | <phase>validate</phase> |
| 442 | <goals> |
| 443 | <goal>parse-version</goal> |
| 444 | </goals> |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 445 | </execution> |
| 446 | </executions> |
| 447 | </plugin> |
| 448 | |
| 449 | <plugin> |
| 450 | <groupId>org.apache.maven.plugins</groupId> |
| 451 | <artifactId>maven-javadoc-plugin</artifactId> |
| 452 | <configuration> |
| 453 | <encoding>${project.build.sourceEncoding}</encoding> |
| 454 | <quiet>true</quiet> |
| 455 | <links> |
Matthias Sohn | c26bc63 | 2015-01-27 00:59:52 +0100 | [diff] [blame] | 456 | <link>http://docs.oracle.com/javase/7/docs/api</link> |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 457 | </links> |
| 458 | </configuration> |
| 459 | <executions> |
| 460 | <execution> |
| 461 | <id>attach-javadocs</id> |
| 462 | <goals> |
| 463 | <goal>jar</goal> |
| 464 | </goals> |
| 465 | </execution> |
| 466 | </executions> |
| 467 | </plugin> |
Kevin Sawicki | 036e40e | 2012-02-22 14:50:25 -0800 | [diff] [blame] | 468 | <plugin> |
| 469 | <groupId>org.apache.maven.plugins</groupId> |
| 470 | <artifactId>maven-source-plugin</artifactId> |
| 471 | <inherited>true</inherited> |
| 472 | <executions> |
| 473 | <execution> |
| 474 | <id>attach-sources</id> |
| 475 | <phase>process-classes</phase> |
| 476 | <goals> |
| 477 | <goal>jar</goal> |
| 478 | </goals> |
| 479 | </execution> |
| 480 | </executions> |
| 481 | </plugin> |
Matthias Sohn | 2d579ff | 2013-02-25 01:10:40 +0100 | [diff] [blame] | 482 | <plugin> |
| 483 | <groupId>org.jacoco</groupId> |
| 484 | <artifactId>jacoco-maven-plugin</artifactId> |
| 485 | <executions> |
| 486 | <execution> |
| 487 | <goals> |
| 488 | <goal>prepare-agent</goal> |
| 489 | </goals> |
| 490 | <configuration> |
| 491 | <destFile>${sonar.jacoco.reportPath}</destFile> |
| 492 | <includes> |
| 493 | <include>org.eclipse.jgit.*</include> |
| 494 | </includes> |
| 495 | <excludes> |
| 496 | <exclude>**/*Test*.*</exclude> |
| 497 | </excludes> |
| 498 | <append>true</append> |
| 499 | </configuration> |
| 500 | </execution> |
| 501 | </executions> |
| 502 | </plugin> |
Matthias Sohn | 1e7262a | 2015-05-29 16:37:20 +0200 | [diff] [blame] | 503 | <plugin> |
| 504 | <groupId>org.apache.maven.plugins</groupId> |
| 505 | <artifactId>maven-surefire-report-plugin</artifactId> |
| 506 | </plugin> |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 507 | </plugins> |
| 508 | </build> |
| 509 | |
Matthias Sohn | 42c7492 | 2014-09-25 11:17:40 +0200 | [diff] [blame] | 510 | <reporting> |
| 511 | <plugins> |
| 512 | <plugin> |
| 513 | <groupId>org.apache.maven.plugins</groupId> |
| 514 | <artifactId>maven-javadoc-plugin</artifactId> |
Matthias Sohn | babc24b | 2014-11-18 11:02:17 +0100 | [diff] [blame] | 515 | <version>${maven-javadoc-plugin-version}</version> |
Matthias Sohn | 42c7492 | 2014-09-25 11:17:40 +0200 | [diff] [blame] | 516 | <configuration> |
| 517 | </configuration> |
| 518 | </plugin> |
Matthias Sohn | 1e7262a | 2015-05-29 16:37:20 +0200 | [diff] [blame] | 519 | <plugin> |
| 520 | <groupId>org.apache.maven.plugins</groupId> |
| 521 | <artifactId>maven-jxr-plugin</artifactId> |
Matthias Sohn | e78b092 | 2015-10-18 18:28:04 +0200 | [diff] [blame] | 522 | <version>2.5</version> |
Matthias Sohn | 1e7262a | 2015-05-29 16:37:20 +0200 | [diff] [blame] | 523 | </plugin> |
| 524 | <plugin> |
| 525 | <groupId>org.codehaus.mojo</groupId> |
Matthias Sohn | 1e7262a | 2015-05-29 16:37:20 +0200 | [diff] [blame] | 526 | <artifactId>findbugs-maven-plugin</artifactId> |
Matthias Sohn | e78b092 | 2015-10-18 18:28:04 +0200 | [diff] [blame] | 527 | <version>3.0.0</version> |
Matthias Sohn | 1e7262a | 2015-05-29 16:37:20 +0200 | [diff] [blame] | 528 | </plugin> |
| 529 | <plugin> |
| 530 | <groupId>org.apache.maven.plugins</groupId> |
| 531 | <artifactId>maven-surefire-report-plugin</artifactId> |
Matthias Sohn | e78b092 | 2015-10-18 18:28:04 +0200 | [diff] [blame] | 532 | <version>2.18.1</version> |
Matthias Sohn | 1e7262a | 2015-05-29 16:37:20 +0200 | [diff] [blame] | 533 | <configuration> |
| 534 | <aggregate>true</aggregate> |
| 535 | <alwaysGenerateSurefireReport>false</alwaysGenerateSurefireReport> |
| 536 | <reportsDirectories> |
| 537 | <reportsDirectories>${project.build.directory}/surefire-reports</reportsDirectories> |
| 538 | </reportsDirectories> |
| 539 | </configuration> |
| 540 | </plugin> |
Matthias Sohn | 42c7492 | 2014-09-25 11:17:40 +0200 | [diff] [blame] | 541 | </plugins> |
| 542 | </reporting> |
| 543 | |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 544 | <dependencyManagement> |
| 545 | <dependencies> |
| 546 | <dependency> |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 547 | <groupId>com.jcraft</groupId> |
| 548 | <artifactId>jsch</artifactId> |
Shawn O. Pearce | fc5fc70 | 2009-12-28 12:01:19 -0800 | [diff] [blame] | 549 | <version>${jsch-version}</version> |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 550 | </dependency> |
| 551 | |
| 552 | <dependency> |
Colby Ranger | 3b32591 | 2012-08-28 09:08:20 -0700 | [diff] [blame] | 553 | <groupId>com.googlecode.javaewah</groupId> |
| 554 | <artifactId>JavaEWAH</artifactId> |
| 555 | <version>${javaewah-version}</version> |
| 556 | </dependency> |
| 557 | |
| 558 | <dependency> |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 559 | <groupId>args4j</groupId> |
| 560 | <artifactId>args4j</artifactId> |
Shawn O. Pearce | fc5fc70 | 2009-12-28 12:01:19 -0800 | [diff] [blame] | 561 | <version>${args4j-version}</version> |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 562 | </dependency> |
| 563 | |
| 564 | <dependency> |
| 565 | <groupId>junit</groupId> |
| 566 | <artifactId>junit</artifactId> |
Shawn O. Pearce | fc5fc70 | 2009-12-28 12:01:19 -0800 | [diff] [blame] | 567 | <version>${junit-version}</version> |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 568 | </dependency> |
Shawn O. Pearce | 5e33a1d | 2010-01-06 12:26:54 -0800 | [diff] [blame] | 569 | |
| 570 | <dependency> |
| 571 | <groupId>javax.servlet</groupId> |
Matthias Sohn | ce8baa3 | 2015-06-01 11:37:38 +0200 | [diff] [blame] | 572 | <artifactId>javax.servlet-api</artifactId> |
Shawn O. Pearce | 5e33a1d | 2010-01-06 12:26:54 -0800 | [diff] [blame] | 573 | <version>${servlet-api-version}</version> |
| 574 | </dependency> |
Shawn O. Pearce | f5eb0d9 | 2010-01-12 12:30:42 -0800 | [diff] [blame] | 575 | |
| 576 | <dependency> |
Jonathan Nieder | 1547eaf | 2012-12-03 09:55:02 -0800 | [diff] [blame] | 577 | <groupId>org.apache.commons</groupId> |
| 578 | <artifactId>commons-compress</artifactId> |
| 579 | <version>${commons-compress-version}</version> |
| 580 | </dependency> |
| 581 | |
| 582 | <dependency> |
Shawn O. Pearce | f5eb0d9 | 2010-01-12 12:30:42 -0800 | [diff] [blame] | 583 | <groupId>org.eclipse.jetty</groupId> |
| 584 | <artifactId>jetty-servlet</artifactId> |
| 585 | <version>${jetty-version}</version> |
| 586 | </dependency> |
Jonathan Nieder | a544ff7 | 2013-05-24 16:57:10 -0700 | [diff] [blame] | 587 | |
| 588 | <dependency> |
| 589 | <groupId>org.osgi</groupId> |
| 590 | <artifactId>org.osgi.core</artifactId> |
| 591 | <version>${osgi-core-version}</version> |
| 592 | </dependency> |
Christian Halstrick | 2290516 | 2013-08-04 23:37:50 +0200 | [diff] [blame] | 593 | |
| 594 | <dependency> |
| 595 | <groupId>org.apache.httpcomponents</groupId> |
| 596 | <artifactId>httpclient</artifactId> |
| 597 | <version>${httpclient-version}</version> |
| 598 | </dependency> |
Matthias Sohn | a8743df | 2015-02-10 11:58:19 +0100 | [diff] [blame] | 599 | |
Matthias Sohn | c18694e | 2015-02-09 21:54:58 +0100 | [diff] [blame] | 600 | <dependency> |
| 601 | <groupId>org.slf4j</groupId> |
| 602 | <artifactId>slf4j-api</artifactId> |
| 603 | <version>${slf4j-version}</version> |
| 604 | </dependency> |
Matthias Sohn | a8743df | 2015-02-10 11:58:19 +0100 | [diff] [blame] | 605 | |
| 606 | <dependency> |
| 607 | <groupId>org.slf4j</groupId> |
| 608 | <artifactId>slf4j-log4j12</artifactId> |
| 609 | <version>${slf4j-version}</version> |
| 610 | </dependency> |
| 611 | |
| 612 | <dependency> |
| 613 | <groupId>log4j</groupId> |
| 614 | <artifactId>log4j</artifactId> |
| 615 | <version>${log4j-version}</version> |
Matthias Sohn | dd453f4 | 2015-03-09 15:57:48 -0700 | [diff] [blame] | 616 | <exclusions> |
| 617 | <exclusion> |
| 618 | <groupId>javax.mail</groupId> |
| 619 | <artifactId>mail</artifactId> |
| 620 | </exclusion> |
| 621 | <exclusion> |
| 622 | <groupId>javax.jms</groupId> |
| 623 | <artifactId>jms</artifactId> |
| 624 | </exclusion> |
| 625 | <exclusion> |
| 626 | <groupId>com.sun.jdmk</groupId> |
| 627 | <artifactId>jmxtools</artifactId> |
| 628 | </exclusion> |
| 629 | <exclusion> |
| 630 | <groupId>com.sun.jmx</groupId> |
| 631 | <artifactId>jmxri</artifactId> |
| 632 | </exclusion> |
| 633 | </exclusions> |
Matthias Sohn | a8743df | 2015-02-10 11:58:19 +0100 | [diff] [blame] | 634 | </dependency> |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 635 | </dependencies> |
| 636 | </dependencyManagement> |
| 637 | |
| 638 | <distributionManagement> |
Matthias Sohn | af64b9a | 2013-02-23 10:11:26 +0100 | [diff] [blame] | 639 | <repository> |
| 640 | <id>repo.eclipse.org</id> |
| 641 | <name>JGit Maven Repository - Releases</name> |
| 642 | <url>https://repo.eclipse.org/content/repositories/jgit-releases/</url> |
| 643 | </repository> |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 644 | <snapshotRepository> |
Matthias Sohn | af64b9a | 2013-02-23 10:11:26 +0100 | [diff] [blame] | 645 | <id>repo.eclipse.org</id> |
| 646 | <name>JGit Maven Repository - Snapshots</name> |
| 647 | <url>https://repo.eclipse.org/content/repositories/jgit-snapshots/</url> |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 648 | <uniqueVersion>true</uniqueVersion> |
| 649 | </snapshotRepository> |
Matthias Sohn | df82727 | 2014-09-25 11:18:53 +0200 | [diff] [blame] | 650 | <site> |
| 651 | <id>jgit.website</id> |
| 652 | <name>JGit Website</name> |
| 653 | <url>${jgit.website.url}</url> |
| 654 | </site> |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 655 | </distributionManagement> |
| 656 | |
Shawn O. Pearce | 7e8dc53 | 2009-10-31 19:39:18 -0700 | [diff] [blame] | 657 | <profiles> |
Shawn O. Pearce | 7e8dc53 | 2009-10-31 19:39:18 -0700 | [diff] [blame] | 658 | <profile> |
Robin Rosenberg | dd31816 | 2013-02-04 01:10:26 +0100 | [diff] [blame] | 659 | <id>jgit.java7</id> |
| 660 | <activation> |
Alexander Kurtakov | 20fc105 | 2014-03-28 15:43:10 +0200 | [diff] [blame] | 661 | <jdk>[1.7,)</jdk> |
Robin Rosenberg | dd31816 | 2013-02-04 01:10:26 +0100 | [diff] [blame] | 662 | </activation> |
Robin Rosenberg | dd31816 | 2013-02-04 01:10:26 +0100 | [diff] [blame] | 663 | </profile> |
| 664 | <profile> |
Matthias Sohn | 05e530c | 2014-09-23 00:27:46 +0200 | [diff] [blame] | 665 | <id>jgit.java8</id> |
| 666 | <activation> |
| 667 | <jdk>[1.8,)</jdk> |
| 668 | </activation> |
| 669 | <build> |
| 670 | <plugins> |
| 671 | <plugin> |
| 672 | <groupId>org.apache.maven.plugins</groupId> |
| 673 | <artifactId>maven-javadoc-plugin</artifactId> |
| 674 | <configuration> |
| 675 | <additionalparam>-Xdoclint:-missing</additionalparam> |
| 676 | </configuration> |
| 677 | </plugin> |
| 678 | </plugins> |
| 679 | </build> |
| 680 | </profile> |
| 681 | <profile> |
Matthias Sohn | df85978 | 2011-04-16 02:08:24 +0200 | [diff] [blame] | 682 | <id>static-checks</id> |
| 683 | <build> |
| 684 | <plugins> |
| 685 | <plugin> |
| 686 | <groupId>org.codehaus.mojo</groupId> |
| 687 | <artifactId>findbugs-maven-plugin</artifactId> |
| 688 | </plugin> |
| 689 | <plugin> |
| 690 | <groupId>org.apache.maven.plugins</groupId> |
| 691 | <artifactId>maven-pmd-plugin</artifactId> |
| 692 | </plugin> |
| 693 | </plugins> |
| 694 | </build> |
| 695 | </profile> |
Matthias Sohn | b97a35d | 2013-08-31 00:26:18 +0200 | [diff] [blame] | 696 | <profile> |
| 697 | <id>eclipse-sign</id> |
| 698 | <build> |
| 699 | <plugins> |
| 700 | <plugin> |
| 701 | <groupId>org.eclipse.tycho.extras</groupId> |
| 702 | <artifactId>tycho-pack200a-plugin</artifactId> |
| 703 | <!-- TODO remove this configuration when https://git.eclipse.org/r/#/c/16027 is available --> |
| 704 | <configuration> |
| 705 | <supportedProjectTypes> |
| 706 | <supportedProjectType>jar</supportedProjectType> |
| 707 | </supportedProjectTypes> |
| 708 | </configuration> |
| 709 | <executions> |
| 710 | <execution> |
| 711 | <id>pack200-normalize</id> |
| 712 | <goals> |
| 713 | <goal>normalize</goal> |
| 714 | </goals> |
| 715 | <phase>verify</phase> |
| 716 | </execution> |
| 717 | </executions> |
| 718 | </plugin> |
Matthias Sohn | eed5824 | 2013-09-04 17:05:33 +0200 | [diff] [blame] | 719 | <plugin> |
Matthias Sohn | b97a35d | 2013-08-31 00:26:18 +0200 | [diff] [blame] | 720 | <groupId>org.eclipse.cbi.maven.plugins</groupId> |
| 721 | <artifactId>eclipse-jarsigner-plugin</artifactId> |
| 722 | <executions> |
| 723 | <execution> |
| 724 | <id>sign</id> |
| 725 | <phase>verify</phase> |
| 726 | <goals> |
| 727 | <goal>sign</goal> |
| 728 | </goals> |
| 729 | </execution> |
| 730 | </executions> |
| 731 | </plugin> |
Matthias Sohn | eed5824 | 2013-09-04 17:05:33 +0200 | [diff] [blame] | 732 | <plugin> |
Matthias Sohn | b97a35d | 2013-08-31 00:26:18 +0200 | [diff] [blame] | 733 | <groupId>org.eclipse.tycho.extras</groupId> |
| 734 | <artifactId>tycho-pack200b-plugin</artifactId> |
| 735 | <!-- TODO remove this configuration when https://git.eclipse.org/r/#/c/16027 is available --> |
| 736 | <configuration> |
| 737 | <supportedProjectTypes> |
| 738 | <supportedProjectType>jar</supportedProjectType> |
| 739 | </supportedProjectTypes> |
| 740 | </configuration> |
| 741 | <executions> |
| 742 | <execution> |
| 743 | <id>pack200-pack</id> |
| 744 | <goals> |
| 745 | <goal>pack</goal> |
| 746 | </goals> |
| 747 | <phase>verify</phase> |
| 748 | </execution> |
| 749 | </executions> |
| 750 | </plugin> |
| 751 | </plugins> |
| 752 | </build> |
| 753 | </profile> |
Matthias Sohn | df82727 | 2014-09-25 11:18:53 +0200 | [diff] [blame] | 754 | <profile> |
| 755 | <id>build-server</id> |
| 756 | <properties> |
| 757 | <jgit.website.url>file:///home/data/httpd/download.eclipse.org/jgit/site/${project.version}/</jgit.website.url> |
| 758 | </properties> |
| 759 | </profile> |
Shawn O. Pearce | 7e8dc53 | 2009-10-31 19:39:18 -0700 | [diff] [blame] | 760 | </profiles> |
| 761 | |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 762 | <modules> |
| 763 | <module>org.eclipse.jgit</module> |
Chris Aniszczyk | 8745512 | 2011-05-05 18:33:16 +0200 | [diff] [blame] | 764 | <module>org.eclipse.jgit.ant</module> |
Jonathan Nieder | 56276d0 | 2013-05-24 17:30:18 -0700 | [diff] [blame] | 765 | <module>org.eclipse.jgit.archive</module> |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 766 | <module>org.eclipse.jgit.ui</module> |
Matthias Sohn | 3d3df39 | 2014-02-20 22:07:48 +0100 | [diff] [blame] | 767 | <module>org.eclipse.jgit.http.apache</module> |
Shawn O. Pearce | 5e33a1d | 2010-01-06 12:26:54 -0800 | [diff] [blame] | 768 | <module>org.eclipse.jgit.http.server</module> |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 769 | <module>org.eclipse.jgit.pgm</module> |
Matthias Sohn | 536db18 | 2015-07-17 16:22:56 +0200 | [diff] [blame^] | 770 | <module>org.eclipse.jgit.lfs</module> |
Shawn O. Pearce | 49aac32 | 2009-10-02 18:08:56 -0700 | [diff] [blame] | 771 | <module>org.eclipse.jgit.junit</module> |
Chris Aniszczyk | 8745512 | 2011-05-05 18:33:16 +0200 | [diff] [blame] | 772 | <module>org.eclipse.jgit.junit.http</module> |
Shawn O. Pearce | f5eb0d9 | 2010-01-12 12:30:42 -0800 | [diff] [blame] | 773 | |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 774 | <module>org.eclipse.jgit.test</module> |
Chris Aniszczyk | 844bd74 | 2011-05-19 11:20:19 -0500 | [diff] [blame] | 775 | <module>org.eclipse.jgit.ant.test</module> |
Shawn O. Pearce | f5eb0d9 | 2010-01-12 12:30:42 -0800 | [diff] [blame] | 776 | <module>org.eclipse.jgit.http.test</module> |
Tomasz Zarna | a2dac2c | 2012-03-23 09:10:41 +0100 | [diff] [blame] | 777 | <module>org.eclipse.jgit.pgm.test</module> |
Matthias Sohn | 536db18 | 2015-07-17 16:22:56 +0200 | [diff] [blame^] | 778 | <module>org.eclipse.jgit.lfs.test</module> |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 779 | </modules> |
Anatol Pomozov | 74419e1 | 2011-01-05 12:02:22 -0800 | [diff] [blame] | 780 | |
Shawn O. Pearce | dad52ba | 2009-10-31 18:07:26 -0700 | [diff] [blame] | 781 | </project> |