| <?xml version="1.0" encoding="UTF-8"?> | 
 | <!-- | 
 |    Copyright (C) 2009-2010, Google Inc. | 
 |    Copyright (C) 2012, Matthias Sohn <matthias.sohn@sap.com> | 
 |    and other copyright owners as documented in the project's IP log. | 
 |  | 
 |    This program and the accompanying materials are made available | 
 |    under the terms of the Eclipse Distribution License v1.0 which | 
 |    accompanies this distribution, is reproduced below, and is | 
 |    available at http://www.eclipse.org/org/documents/edl-v10.php | 
 |  | 
 |    All rights reserved. | 
 |  | 
 |    Redistribution and use in source and binary forms, with or | 
 |    without modification, are permitted provided that the following | 
 |    conditions are met: | 
 |  | 
 |    - Redistributions of source code must retain the above copyright | 
 |      notice, this list of conditions and the following disclaimer. | 
 |  | 
 |    - Redistributions in binary form must reproduce the above | 
 |      copyright notice, this list of conditions and the following | 
 |      disclaimer in the documentation and/or other materials provided | 
 |      with the distribution. | 
 |  | 
 |    - Neither the name of the Eclipse Foundation, Inc. nor the | 
 |      names of its contributors may be used to endorse or promote | 
 |      products derived from this software without specific prior | 
 |      written permission. | 
 |  | 
 |    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | 
 |    CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, | 
 |    INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | 
 |    OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 |    ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR | 
 |    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | 
 |    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | 
 |    NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | 
 |    LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | 
 |    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, | 
 |    STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | 
 |    ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF | 
 |    ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
 | --> | 
 |  | 
 | <project xmlns="http://maven.apache.org/POM/4.0.0" | 
 |     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 
 |     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | 
 |   <modelVersion>4.0.0</modelVersion> | 
 |  | 
 |   <groupId>org.eclipse.jgit</groupId> | 
 |   <artifactId>org.eclipse.jgit-parent</artifactId> | 
 |   <packaging>pom</packaging> | 
 |   <version>5.5.0-SNAPSHOT</version> | 
 |  | 
 |   <name>JGit - Parent</name> | 
 |   <url>${jgit-url}</url> | 
 |  | 
 |   <organization> | 
 |     <name>Eclipse JGit Project</name> | 
 |     <url>http://www.eclipse.org/jgit</url> | 
 |   </organization> | 
 |  | 
 |   <description> | 
 |     Pure Java implementation of Git | 
 |   </description> | 
 |  | 
 |   <scm> | 
 |     <url>http://git.eclipse.org/c/jgit/jgit.git/</url> | 
 |     <connection>scm:git:https://git.eclipse.org/r/jgit/jgit</connection> | 
 |   </scm> | 
 |  | 
 |   <ciManagement> | 
 |     <system>hudson</system> | 
 |     <url>https://hudson.eclipse.org/jgit/</url> | 
 |   </ciManagement> | 
 |  | 
 |   <developers> | 
 |     <developer> | 
 |       <name>Andrey Loskutov</name> | 
 |     </developer> | 
 |     <developer> | 
 |       <name>Christian Halstrick</name> | 
 |     </developer> | 
 |     <developer> | 
 |       <name>Dave Borowitz</name> | 
 |     </developer> | 
 |     <developer> | 
 |       <name>David Pursehouse</name> | 
 |     </developer> | 
 |     <developer> | 
 |       <name>Gunnar Wagenknecht</name> | 
 |     </developer> | 
 |     <developer> | 
 |       <name>Jonathan Nieder</name> | 
 |     </developer> | 
 |     <developer> | 
 |       <name>Jonathan Tan</name> | 
 |     </developer> | 
 |     <developer> | 
 |       <name>Matthias Sohn</name> | 
 |     </developer> | 
 |     <developer> | 
 |       <name>Sasa Zivkov</name> | 
 |     </developer> | 
 |     <developer> | 
 |       <name>Terry Parker</name> | 
 |     </developer> | 
 |     <developer> | 
 |       <name>Thomas Wolf</name> | 
 |     </developer> | 
 |   </developers> | 
 |  | 
 |   <mailingLists> | 
 |     <mailingList> | 
 |       <name>jgit-dev Mailing List</name> | 
 |       <post>jgit-dev@eclipse.org</post> | 
 |       <subscribe>https://dev.eclipse.org/mailman/listinfo/jgit-dev</subscribe> | 
 |       <unsubscribe>https://dev.eclipse.org/mailman/listinfo/jgit-dev</unsubscribe> | 
 |       <archive>http://dev.eclipse.org/mhonarc/lists/jgit-dev</archive> | 
 |     </mailingList> | 
 |  | 
 |     <mailingList> | 
 |       <name>GIT Mailing List</name> | 
 |       <post>git@vger.kernel.org</post> | 
 |       <archive>http://marc.info/?l=git</archive> | 
 |     </mailingList> | 
 |   </mailingLists> | 
 |  | 
 |   <issueManagement> | 
 |     <url>https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;component=JGit;product=JGit;classification=Technology</url> | 
 |     <system>Bugzilla</system> | 
 |   </issueManagement> | 
 |  | 
 |   <licenses> | 
 |     <license> | 
 |       <name>Eclipse Distribution License (New BSD License)</name> | 
 |       <comments> | 
 |        All rights reserved. | 
 |  | 
 |        Redistribution and use in source and binary forms, with or | 
 |        without modification, are permitted provided that the following | 
 |        conditions are met: | 
 |  | 
 |        - Redistributions of source code must retain the above copyright | 
 |          notice, this list of conditions and the following disclaimer. | 
 |  | 
 |        - Redistributions in binary form must reproduce the above | 
 |          copyright notice, this list of conditions and the following | 
 |          disclaimer in the documentation and/or other materials provided | 
 |          with the distribution. | 
 |  | 
 |        - Neither the name of the Eclipse Foundation, Inc. nor the | 
 |          names of its contributors may be used to endorse or promote | 
 |          products derived from this software without specific prior | 
 |          written permission. | 
 |  | 
 |        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | 
 |        CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, | 
 |        INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | 
 |        OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
 |        ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR | 
 |        CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | 
 |        SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | 
 |        NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | 
 |        LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | 
 |        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, | 
 |        STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | 
 |        ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF | 
 |        ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
 |       </comments> | 
 |     </license> | 
 |   </licenses> | 
 |  | 
 |   <properties> | 
 |     <jgit-url>http://www.eclipse.org/jgit/</jgit-url> | 
 |     <jgit-copyright>Copyright (c) 2005, 2009 Shawn Pearce, Robin Rosenberg, et.al.</jgit-copyright> | 
 |     <jgit.website.url>scp://build.eclipse.org/home/data/httpd/download.eclipse.org/jgit/site/${project.version}/</jgit.website.url> | 
 |  | 
 |     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 
 |     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | 
 |     <maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format> | 
 |     <bundle-manifest>${project.build.directory}/META-INF/MANIFEST.MF</bundle-manifest> | 
 |  | 
 |     <jgit-last-release-version>5.4.0.201906121030-r</jgit-last-release-version> | 
 |     <apache-sshd-version>2.2.0</apache-sshd-version> | 
 |     <jsch-version>0.1.55</jsch-version> | 
 |     <jzlib-version>1.1.1</jzlib-version> | 
 |     <javaewah-version>1.1.6</javaewah-version> | 
 |     <junit-version>4.12</junit-version> | 
 |     <test-fork-count>1C</test-fork-count> | 
 |     <args4j-version>2.33</args4j-version> | 
 |     <commons-compress-version>1.18</commons-compress-version> | 
 |     <osgi-core-version>4.3.1</osgi-core-version> | 
 |     <servlet-api-version>3.1.0</servlet-api-version> | 
 |     <jetty-version>9.4.20.v20190813</jetty-version> | 
 |     <japicmp-version>0.14.1</japicmp-version> | 
 |     <httpclient-version>4.5.6</httpclient-version> | 
 |     <httpcore-version>4.4.10</httpcore-version> | 
 |     <slf4j-version>1.7.2</slf4j-version> | 
 |     <log4j-version>1.2.15</log4j-version> | 
 |     <maven-javadoc-plugin-version>3.1.1</maven-javadoc-plugin-version> | 
 |     <tycho-extras-version>1.4.0</tycho-extras-version> | 
 |     <gson-version>2.8.2</gson-version> | 
 |     <bouncycastle-version>1.61</bouncycastle-version> | 
 |     <spotbugs-maven-plugin-version>3.1.12.2</spotbugs-maven-plugin-version> | 
 |     <maven-project-info-reports-plugin-version>3.0.0</maven-project-info-reports-plugin-version> | 
 |     <maven-jxr-plugin-version>3.0.0</maven-jxr-plugin-version> | 
 |     <maven-surefire-plugin-version>3.0.0-M3</maven-surefire-plugin-version> | 
 |     <maven-surefire-report-plugin-version>${maven-surefire-plugin-version}</maven-surefire-report-plugin-version> | 
 |     <maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version> | 
 |  | 
 |     <!-- Properties to enable jacoco code coverage analysis --> | 
 |     <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> | 
 |     <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis> | 
 |     <sonar.jacoco.reportPath>${project.build.directory}/jacoco.exec</sonar.jacoco.reportPath> | 
 |   </properties> | 
 |  | 
 |   <repositories> | 
 |     <repository> | 
 |       <id>jgit-repository</id> | 
 |       <url>https://repo.eclipse.org/content/repositories/jgit-releases/</url> | 
 |     </repository> | 
 |   </repositories> | 
 |  | 
 |   <pluginRepositories> | 
 |     <pluginRepository> | 
 |       <id>repo.eclipse.org.cbi-releases</id> | 
 |       <url>https://repo.eclipse.org/content/repositories/cbi-releases/</url> | 
 |     </pluginRepository> | 
 |     <pluginRepository> | 
 |       <id>repo.eclipse.org.cbi-snapshots</id> | 
 |       <url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</url> | 
 |     </pluginRepository> | 
 |   </pluginRepositories> | 
 |  | 
 |   <build> | 
 |     <pluginManagement> | 
 |       <plugins> | 
 |         <plugin> | 
 |           <groupId>org.apache.maven.plugins</groupId> | 
 |           <artifactId>maven-jar-plugin</artifactId> | 
 |           <version>3.1.2</version> | 
 |           <configuration> | 
 |             <archive> | 
 |               <manifestEntries> | 
 |                 <Implementation-Title>JGit ${project.artifactId}</Implementation-Title> | 
 |                 <Implementation-Version>${project.version}</Implementation-Version> | 
 |                 <Implementation-Vendor>Eclipse.org - JGit</Implementation-Vendor> | 
 |                 <Implementation-Vendor-Id>org.eclipse.jgit</Implementation-Vendor-Id> | 
 |                 <Implementation-Vendor-URL>${jgit-url}</Implementation-Vendor-URL> | 
 |               </manifestEntries> | 
 |             </archive> | 
 |             <!-- TODO: uncomment this in order to skip empty artifact of test modules as soon as bug 416299 is fixed | 
 |             <skipIfEmpty>true</skipIfEmpty> | 
 |             --> | 
 |           </configuration> | 
 |         </plugin> | 
 |  | 
 |         <plugin> | 
 |           <artifactId>maven-clean-plugin</artifactId> | 
 |           <version>3.1.0</version> | 
 |         </plugin> | 
 |  | 
 |         <plugin> | 
 |           <groupId>org.apache.maven.plugins</groupId> | 
 |           <artifactId>maven-shade-plugin</artifactId> | 
 |           <version>3.2.1</version> | 
 |         </plugin> | 
 |  | 
 |         <plugin> | 
 |           <groupId>org.apache.maven.plugins</groupId> | 
 |           <artifactId>maven-antrun-plugin</artifactId> | 
 |           <version>1.8</version> | 
 |         </plugin> | 
 |  | 
 |         <plugin> | 
 |           <groupId>org.apache.maven.plugins</groupId> | 
 |           <artifactId>maven-dependency-plugin</artifactId> | 
 |           <version>3.1.1</version> | 
 |         </plugin> | 
 |  | 
 |         <plugin> | 
 |           <groupId>org.apache.maven.plugins</groupId> | 
 |           <artifactId>maven-source-plugin</artifactId> | 
 |           <version>3.1.0</version> | 
 |         </plugin> | 
 |  | 
 |         <plugin> | 
 |           <groupId>org.apache.maven.plugins</groupId> | 
 |           <artifactId>maven-javadoc-plugin</artifactId> | 
 |           <version>${maven-javadoc-plugin-version}</version> | 
 |         </plugin> | 
 |  | 
 |         <plugin> | 
 |           <groupId>org.apache.maven.plugins</groupId> | 
 |           <artifactId>maven-surefire-plugin</artifactId> | 
 |           <version>${maven-surefire-plugin-version}</version> | 
 |           <configuration> | 
 |             <forkCount>${test-fork-count}</forkCount> | 
 |             <reuseForks>true</reuseForks> | 
 |             <argLine>@{argLine}</argLine> | 
 |           </configuration> | 
 |         </plugin> | 
 |  | 
 |         <plugin> | 
 |           <groupId>org.codehaus.mojo</groupId> | 
 |           <artifactId>build-helper-maven-plugin</artifactId> | 
 |           <version>3.0.0</version> | 
 |         </plugin> | 
 |  | 
 |         <plugin> | 
 |           <groupId>com.github.spotbugs</groupId> | 
 |           <artifactId>spotbugs-maven-plugin</artifactId> | 
 |           <version>${spotbugs-maven-plugin-version}</version> | 
 |           <configuration> | 
 |             <findbugsXmlOutput>true</findbugsXmlOutput> | 
 |             <failOnError>false</failOnError> | 
 |           </configuration> | 
 |           <executions> | 
 |             <execution> | 
 |               <goals> | 
 |                 <goal>check</goal> | 
 |               </goals> | 
 |             </execution> | 
 |           </executions> | 
 |         </plugin> | 
 |  | 
 |         <plugin> | 
 |           <groupId>org.apache.maven.plugins</groupId> | 
 |           <artifactId>maven-pmd-plugin</artifactId> | 
 |           <version>3.12.0</version> | 
 |           <configuration> | 
 |             <sourceEncoding>utf-8</sourceEncoding> | 
 |             <minimumTokens>100</minimumTokens> | 
 |             <targetJdk>1.8</targetJdk> | 
 |             <format>xml</format> | 
 |             <failOnViolation>false</failOnViolation> | 
 |             <excludes> | 
 |               <exclude>**/UbcCheck.java</exclude> | 
 |             </excludes> | 
 |           </configuration> | 
 |           <executions> | 
 |             <execution> | 
 |               <goals> | 
 |                 <goal>cpd-check</goal> | 
 |               </goals> | 
 |             </execution> | 
 |           </executions> | 
 |         </plugin> | 
 |  | 
 |         <plugin> | 
 |           <groupId>org.eclipse.cbi.maven.plugins</groupId> | 
 |           <artifactId>eclipse-jarsigner-plugin</artifactId> | 
 |           <version>1.1.6</version> | 
 |         </plugin> | 
 |         <plugin> | 
 |           <groupId>org.eclipse.tycho.extras</groupId> | 
 |           <artifactId>tycho-pack200a-plugin</artifactId> | 
 |           <version>${tycho-extras-version}</version> | 
 |         </plugin> | 
 |         <plugin> | 
 |           <groupId>org.eclipse.tycho.extras</groupId> | 
 |           <artifactId>tycho-pack200b-plugin</artifactId> | 
 |           <version>${tycho-extras-version}</version> | 
 |         </plugin> | 
 |         <plugin> | 
 |           <groupId>org.jacoco</groupId> | 
 |           <artifactId>jacoco-maven-plugin</artifactId> | 
 |           <version>0.8.4</version> | 
 |         </plugin> | 
 |         <plugin> | 
 |           <groupId>org.apache.maven.plugins</groupId> | 
 |           <artifactId>maven-site-plugin</artifactId> | 
 |           <version>3.8.2</version> | 
 |           <dependencies> | 
 |             <dependency><!-- add support for ssh/scp --> | 
 |               <groupId>org.apache.maven.wagon</groupId> | 
 |               <artifactId>wagon-ssh</artifactId> | 
 |               <version>3.3.3</version> | 
 |             </dependency> | 
 |           </dependencies> | 
 |         </plugin> | 
 |         <plugin> | 
 |           <groupId>org.apache.maven.plugins</groupId> | 
 |           <artifactId>maven-surefire-report-plugin</artifactId> | 
 |           <version>${maven-surefire-report-plugin-version}</version> | 
 |         </plugin> | 
 |         <plugin> | 
 |           <groupId>org.apache.maven.plugins</groupId> | 
 |           <artifactId>maven-jxr-plugin</artifactId> | 
 |           <version>${maven-jxr-plugin-version}</version> | 
 |         </plugin> | 
 |         <plugin> | 
 |           <groupId>org.apache.maven.plugins</groupId> | 
 |           <artifactId>maven-project-info-reports-plugin</artifactId> | 
 |           <version>${maven-project-info-reports-plugin-version}</version> | 
 |         </plugin> | 
 |         <plugin> | 
 |           <groupId>org.apache.maven.plugins</groupId> | 
 |           <artifactId>maven-deploy-plugin</artifactId> | 
 |           <version>3.0.0-M1</version> | 
 |         </plugin> | 
 |         <plugin> | 
 |           <groupId>org.apache.maven.plugins</groupId> | 
 |           <artifactId>maven-install-plugin</artifactId> | 
 |           <version>3.0.0-M1</version> | 
 |         </plugin> | 
 |         <plugin> | 
 |           <groupId>org.apache.maven.plugins</groupId> | 
 |           <artifactId>maven-compiler-plugin</artifactId> | 
 |           <version>${maven-compiler-plugin-version}</version> | 
 |         </plugin> | 
 |         <plugin> | 
 |           <groupId>org.apache.maven.plugins</groupId> | 
 |           <artifactId>maven-resources-plugin</artifactId> | 
 |           <version>3.1.0</version> | 
 |         </plugin> | 
 |         <plugin> | 
 |           <groupId>org.springframework.boot</groupId> | 
 |           <artifactId>spring-boot-maven-plugin</artifactId> | 
 |           <version>2.1.2.RELEASE</version> | 
 |         </plugin> | 
 |       </plugins> | 
 |     </pluginManagement> | 
 |  | 
 |     <plugins> | 
 |       <plugin> | 
 |         <groupId>org.apache.maven.plugins</groupId> | 
 |         <artifactId>maven-enforcer-plugin</artifactId> | 
 |         <version>3.0.0-M2</version> | 
 |         <executions> | 
 |           <execution> | 
 |             <id>enforce-maven</id> | 
 |             <goals> | 
 |               <goal>enforce</goal> | 
 |             </goals> | 
 |             <configuration> | 
 |               <rules> | 
 |                 <requireMavenVersion> | 
 |                   <version>3.5.2</version> | 
 |                 </requireMavenVersion> | 
 |               </rules> | 
 |             </configuration> | 
 |           </execution> | 
 |         </executions> | 
 |       </plugin> | 
 |  | 
 |       <plugin> | 
 |         <artifactId>maven-compiler-plugin</artifactId> | 
 |       </plugin> | 
 |  | 
 |       <plugin> | 
 |         <groupId>org.apache.maven.plugins</groupId> | 
 |         <artifactId>maven-antrun-plugin</artifactId> | 
 |         <executions> | 
 |           <execution> | 
 |             <id>translate-qualifier</id> | 
 |             <phase>generate-resources</phase> | 
 |             <configuration> | 
 |               <target if="${translate-qualifier}"> | 
 |                 <copy file="META-INF/MANIFEST.MF" tofile="${bundle-manifest}" overwrite="true"/> | 
 |                 <replace file="${bundle-manifest}"> | 
 |                   <replacefilter token=".qualifier" value=".${maven.build.timestamp}"/> | 
 |                 </replace> | 
 |               </target> | 
 |             </configuration> | 
 |             <goals> | 
 |               <goal>run</goal> | 
 |             </goals> | 
 |           </execution> | 
 |         </executions> | 
 |       </plugin> | 
 |  | 
 |       <!-- Build helper maven plugin sets the parsedVersion.osgiVersion property --> | 
 |       <plugin> | 
 |         <groupId>org.codehaus.mojo</groupId> | 
 |         <artifactId>build-helper-maven-plugin</artifactId> | 
 |         <executions> | 
 |           <execution> | 
 |             <id>set-osgi-version</id> | 
 |             <phase>validate</phase> | 
 |             <goals> | 
 |               <goal>parse-version</goal> | 
 |             </goals> | 
 |           </execution> | 
 |         </executions> | 
 |       </plugin> | 
 |  | 
 |       <plugin> | 
 |         <groupId>org.apache.maven.plugins</groupId> | 
 |         <artifactId>maven-javadoc-plugin</artifactId> | 
 |         <configuration> | 
 |           <additionalJOption>-Xdoclint:-missing</additionalJOption> | 
 |           <encoding>${project.build.sourceEncoding}</encoding> | 
 |           <quiet>true</quiet> | 
 |           <excludePackageNames>org.eclipse.jgit.http.test</excludePackageNames> | 
 |           <links> | 
 |             <link>http://docs.oracle.com/javase/8/docs/api</link> | 
 |           </links> | 
 |         </configuration> | 
 |         <executions> | 
 |           <execution> | 
 |             <goals> | 
 |               <goal>jar</goal> | 
 |             </goals> | 
 |           </execution> | 
 |         </executions> | 
 |       </plugin> | 
 |       <plugin> | 
 |         <groupId>org.apache.maven.plugins</groupId> | 
 |         <artifactId>maven-source-plugin</artifactId> | 
 |         <inherited>true</inherited> | 
 |         <executions> | 
 |           <execution> | 
 |             <id>attach-sources</id> | 
 |             <phase>process-classes</phase> | 
 |             <goals> | 
 |               <goal>jar</goal> | 
 |             </goals> | 
 |           </execution> | 
 |         </executions> | 
 |       </plugin> | 
 |       <plugin> | 
 |         <groupId>org.jacoco</groupId> | 
 |         <artifactId>jacoco-maven-plugin</artifactId> | 
 |         <executions> | 
 |           <execution> | 
 |             <id>default-prepare-agent</id> | 
 |             <goals> | 
 |               <goal>prepare-agent</goal> | 
 |             </goals> | 
 |             <configuration> | 
 |               <destFile>${sonar.jacoco.reportPath}</destFile> | 
 |               <includes> | 
 |                 <include>org.eclipse.jgit.*</include> | 
 |               </includes> | 
 |               <excludes> | 
 |                 <exclude>**/*Test*.*</exclude> | 
 |               </excludes> | 
 |               <append>true</append> | 
 |             </configuration> | 
 |           </execution> | 
 |           <execution> | 
 |             <id>default-report</id> | 
 |             <goals> | 
 |               <goal>report</goal> | 
 |             </goals> | 
 |           </execution> | 
 |           <execution> | 
 |             <id>default-check</id> | 
 |             <goals> | 
 |               <goal>check</goal> | 
 |             </goals> | 
 |             <configuration> | 
 |             <haltOnFailure>false</haltOnFailure> | 
 |             <rules> | 
 |               <rule> | 
 |                 <element>BUNDLE</element> | 
 |                   <limits> | 
 |                     <limit> | 
 |                       <counter>INSTRUCTION</counter> | 
 |                       <value>COVEREDRATIO</value> | 
 |                       <minimum>50%</minimum> | 
 |                     </limit> | 
 |                     <limit> | 
 |                       <counter>CLASS</counter> | 
 |                       <value>MISSEDCOUNT</value> | 
 |                       <maximum>10</maximum> | 
 |                     </limit> | 
 |                   </limits> | 
 |                 </rule> | 
 |               </rules> | 
 |             </configuration> | 
 |           </execution> | 
 |         </executions> | 
 |       </plugin> | 
 |       <plugin> | 
 |         <groupId>org.apache.maven.plugins</groupId> | 
 |         <artifactId>maven-surefire-report-plugin</artifactId> | 
 |       </plugin> | 
 |     </plugins> | 
 |   </build> | 
 |  | 
 |   <reporting> | 
 |     <plugins> | 
 |       <plugin> | 
 |         <groupId>org.apache.maven.plugins</groupId> | 
 |         <artifactId>maven-javadoc-plugin</artifactId> | 
 |         <version>${maven-javadoc-plugin-version}</version> | 
 |         <reportSets> | 
 |           <reportSet> | 
 |             <reports> | 
 |               <report>javadoc</report> | 
 |             </reports> | 
 |           </reportSet> | 
 |           <reportSet> | 
 |             <id>aggregate</id> | 
 |             <inherited>false</inherited> | 
 |             <reports> | 
 |               <report>aggregate</report> | 
 |             </reports> | 
 |           </reportSet> | 
 |         </reportSets> | 
 |         <configuration> | 
 |           <additionalJOption>-Xdoclint:-missing</additionalJOption> | 
 |         </configuration> | 
 |       </plugin> | 
 |       <plugin> | 
 |         <groupId>org.apache.maven.plugins</groupId> | 
 |         <artifactId>maven-jxr-plugin</artifactId> | 
 |         <version>${maven-jxr-plugin-version}</version> | 
 |       </plugin> | 
 |       <plugin> | 
 |         <groupId>com.github.spotbugs</groupId> | 
 |         <artifactId>spotbugs-maven-plugin</artifactId> | 
 |         <version>${spotbugs-maven-plugin-version}</version> | 
 |       </plugin> | 
 |       <plugin> | 
 |         <groupId>org.apache.maven.plugins</groupId> | 
 |         <artifactId>maven-surefire-report-plugin</artifactId> | 
 |         <version>${maven-surefire-report-plugin-version}</version> | 
 |         <configuration> | 
 |           <aggregate>true</aggregate> | 
 |           <alwaysGenerateSurefireReport>false</alwaysGenerateSurefireReport> | 
 |           <reportsDirectories> | 
 |             <reportsDirectories>${project.build.directory}/surefire-reports</reportsDirectories> | 
 |           </reportsDirectories> | 
 |         </configuration> | 
 |       </plugin> | 
 |       <plugin> | 
 |         <groupId>org.apache.maven.plugins</groupId> | 
 |         <artifactId>maven-project-info-reports-plugin</artifactId> | 
 |         <version>${maven-project-info-reports-plugin-version}</version> | 
 |         <reportSets> | 
 |           <reportSet> | 
 |             <reports> | 
 |               <report>dependencies</report> | 
 |               <report>dependency-convergence</report> | 
 |               <report>dependency-management</report> | 
 |               <report>index</report> | 
 |               <report>summary</report> | 
 |               <report>team</report> | 
 |               <report>mailing-lists</report> | 
 |               <report>ci-management</report> | 
 |               <report>issue-management</report> | 
 |               <report>licenses</report> | 
 |               <report>scm</report> | 
 |             </reports> | 
 |           </reportSet> | 
 |         </reportSets> | 
 |       </plugin> | 
 |       <plugin> | 
 |         <groupId>org.jacoco</groupId> | 
 |         <artifactId>jacoco-maven-plugin</artifactId> | 
 |         <reportSets> | 
 |           <reportSet> | 
 |             <reports> | 
 |               <report>report</report> | 
 |             </reports> | 
 |           </reportSet> | 
 |           <reportSet> | 
 |             <id>aggregate</id> | 
 |             <inherited>false</inherited> | 
 |             <reports> | 
 |               <report>report-aggregate</report> | 
 |             </reports> | 
 |           </reportSet> | 
 |         </reportSets> | 
 |       </plugin> | 
 |     </plugins> | 
 |   </reporting> | 
 |  | 
 |   <dependencyManagement> | 
 |     <dependencies> | 
 |       <dependency> | 
 |         <groupId>com.jcraft</groupId> | 
 |         <artifactId>jsch</artifactId> | 
 |         <version>${jsch-version}</version> | 
 |       </dependency> | 
 |  | 
 |       <dependency> | 
 |         <groupId>com.jcraft</groupId> | 
 |         <artifactId>jzlib</artifactId> | 
 |         <version>${jzlib-version}</version> | 
 |       </dependency> | 
 |  | 
 |       <dependency> | 
 |         <groupId>com.googlecode.javaewah</groupId> | 
 |         <artifactId>JavaEWAH</artifactId> | 
 |         <version>${javaewah-version}</version> | 
 |       </dependency> | 
 |  | 
 |       <dependency> | 
 |         <groupId>args4j</groupId> | 
 |         <artifactId>args4j</artifactId> | 
 |         <version>${args4j-version}</version> | 
 |       </dependency> | 
 |  | 
 |       <dependency> | 
 |         <groupId>junit</groupId> | 
 |         <artifactId>junit</artifactId> | 
 |         <version>${junit-version}</version> | 
 |       </dependency> | 
 |  | 
 |       <dependency> | 
 |         <groupId>javax.servlet</groupId> | 
 |         <artifactId>javax.servlet-api</artifactId> | 
 |         <version>${servlet-api-version}</version> | 
 |       </dependency> | 
 |  | 
 |       <dependency> | 
 |         <groupId>org.apache.commons</groupId> | 
 |         <artifactId>commons-compress</artifactId> | 
 |         <version>${commons-compress-version}</version> | 
 |       </dependency> | 
 |  | 
 |       <dependency> | 
 |         <groupId>org.tukaani</groupId> | 
 |         <artifactId>xz</artifactId> | 
 |         <version>1.8</version> | 
 |         <optional>true</optional> | 
 |       </dependency> | 
 |  | 
 |       <dependency> | 
 |         <groupId>org.eclipse.jetty</groupId> | 
 |         <artifactId>jetty-servlet</artifactId> | 
 |         <version>${jetty-version}</version> | 
 |       </dependency> | 
 |  | 
 |       <dependency> | 
 |         <groupId>org.osgi</groupId> | 
 |         <artifactId>org.osgi.core</artifactId> | 
 |         <version>${osgi-core-version}</version> | 
 |       </dependency> | 
 |  | 
 |       <dependency> | 
 |         <groupId>org.apache.httpcomponents</groupId> | 
 |         <artifactId>httpclient</artifactId> | 
 |         <version>${httpclient-version}</version> | 
 |       </dependency> | 
 |  | 
 |       <dependency> | 
 |         <groupId>org.apache.httpcomponents</groupId> | 
 |         <artifactId>httpcore</artifactId> | 
 |         <version>${httpcore-version}</version> | 
 |       </dependency> | 
 |  | 
 |       <dependency> | 
 |         <groupId>org.slf4j</groupId> | 
 |         <artifactId>slf4j-api</artifactId> | 
 |         <version>${slf4j-version}</version> | 
 |       </dependency> | 
 |  | 
 |       <dependency> | 
 |         <groupId>org.slf4j</groupId> | 
 |         <artifactId>slf4j-log4j12</artifactId> | 
 |         <version>${slf4j-version}</version> | 
 |       </dependency> | 
 |  | 
 |       <dependency> | 
 |         <groupId>log4j</groupId> | 
 |         <artifactId>log4j</artifactId> | 
 |         <version>${log4j-version}</version> | 
 |         <exclusions> | 
 |           <exclusion> | 
 |             <groupId>javax.mail</groupId> | 
 |             <artifactId>mail</artifactId> | 
 |           </exclusion> | 
 |           <exclusion> | 
 |             <groupId>javax.jms</groupId> | 
 |             <artifactId>jms</artifactId> | 
 |           </exclusion> | 
 |           <exclusion> | 
 |             <groupId>com.sun.jdmk</groupId> | 
 |             <artifactId>jmxtools</artifactId> | 
 |           </exclusion> | 
 |           <exclusion> | 
 |             <groupId>com.sun.jmx</groupId> | 
 |             <artifactId>jmxri</artifactId> | 
 |           </exclusion> | 
 |         </exclusions> | 
 |       </dependency> | 
 |  | 
 |       <dependency> | 
 |         <groupId>com.google.code.gson</groupId> | 
 |         <artifactId>gson</artifactId> | 
 |         <version>${gson-version}</version> | 
 |       </dependency> | 
 |  | 
 |       <dependency> | 
 |         <groupId>org.bouncycastle</groupId> | 
 |         <artifactId>bcpg-jdk15on</artifactId> | 
 |         <version>${bouncycastle-version}</version> | 
 |       </dependency> | 
 |  | 
 |       <dependency> | 
 |         <groupId>org.bouncycastle</groupId> | 
 |         <artifactId>bcprov-jdk15on</artifactId> | 
 |         <version>${bouncycastle-version}</version> | 
 |       </dependency> | 
 |  | 
 |       <dependency> | 
 |         <groupId>org.bouncycastle</groupId> | 
 |         <artifactId>bcpkix-jdk15on</artifactId> | 
 |         <version>${bouncycastle-version}</version> | 
 |       </dependency> | 
 |  | 
 |     </dependencies> | 
 |   </dependencyManagement> | 
 |  | 
 |   <distributionManagement> | 
 |     <repository> | 
 |       <id>repo.eclipse.org</id> | 
 |       <name>JGit Maven Repository - Releases</name> | 
 |       <url>https://repo.eclipse.org/content/repositories/jgit-releases/</url> | 
 |     </repository> | 
 |     <snapshotRepository> | 
 |       <id>repo.eclipse.org</id> | 
 |       <name>JGit Maven Repository - Snapshots</name> | 
 |       <url>https://repo.eclipse.org/content/repositories/jgit-snapshots/</url> | 
 |       <uniqueVersion>true</uniqueVersion> | 
 |     </snapshotRepository> | 
 |     <site> | 
 |       <id>jgit.website</id> | 
 |       <name>JGit Website</name> | 
 |       <url>${jgit.website.url}</url> | 
 |     </site> | 
 |   </distributionManagement> | 
 |  | 
 |   <profiles> | 
 |     <profile> | 
 |       <id>javac</id> | 
 |       <build> | 
 |         <plugins> | 
 |           <plugin> | 
 |             <artifactId>maven-compiler-plugin</artifactId> | 
 |             <version>${maven-compiler-plugin-version}</version> | 
 |             <configuration> | 
 |               <encoding>UTF-8</encoding> | 
 |               <source>1.8</source> | 
 |               <target>1.8</target> | 
 |             </configuration> | 
 |             <executions> | 
 |               <execution> | 
 |                 <id>default-compile</id> | 
 |                 <phase>compile</phase> | 
 |                 <goals> | 
 |                   <goal>compile</goal> | 
 |                 </goals> | 
 |                 <configuration> | 
 |                   <includes> | 
 |                     <include>org/eclipse/jgit/transport/InsecureCipherFactory.java</include> | 
 |                   </includes> | 
 |                 </configuration> | 
 |               </execution> | 
 |               <execution> | 
 |                 <id>compile-with-errorprone</id> | 
 |                 <phase>compile</phase> | 
 |                 <goals> | 
 |                   <goal>compile</goal> | 
 |                 </goals> | 
 |                 <configuration> | 
 |                   <compilerId>javac-with-errorprone</compilerId> | 
 |                   <forceJavacCompilerUse>true</forceJavacCompilerUse> | 
 |                   <compilerArgs> | 
 |                     <arg>-Xep:ExpectedExceptionChecker:ERROR</arg> | 
 |                   </compilerArgs> | 
 |                   <excludes> | 
 |                     <exclude>org/eclipse/jgit/transport/InsecureCipherFactory.java</exclude> | 
 |                   </excludes> | 
 |                 </configuration> | 
 |               </execution> | 
 |             </executions> | 
 |             <dependencies> | 
 |               <dependency> | 
 |                 <groupId>org.codehaus.plexus</groupId> | 
 |                 <artifactId>plexus-compiler-javac</artifactId> | 
 |                 <version>2.8.5</version> | 
 |               </dependency> | 
 |               <dependency> | 
 |                 <groupId>org.codehaus.plexus</groupId> | 
 |                 <artifactId>plexus-compiler-javac-errorprone</artifactId> | 
 |                 <version>2.8.5</version> | 
 |               </dependency> | 
 |               <!-- override plexus-compiler-javac-errorprone's dependency on | 
 |                   Error Prone with the latest version --> | 
 |               <dependency> | 
 |                 <groupId>com.google.errorprone</groupId> | 
 |                 <artifactId>error_prone_core</artifactId> | 
 |                 <version>2.3.3</version> | 
 |               </dependency> | 
 |             </dependencies> | 
 |           </plugin> | 
 |         </plugins> | 
 |       </build> | 
 |     </profile> | 
 |     <profile> | 
 |       <id>ecj</id> | 
 |       <activation> | 
 |         <activeByDefault>true</activeByDefault> | 
 |       </activation> | 
 |       <build> | 
 |         <plugins> | 
 |           <plugin> | 
 |             <artifactId>maven-compiler-plugin</artifactId> | 
 |             <version>${maven-compiler-plugin-version}</version> | 
 |             <configuration> | 
 |               <compilerId>eclipse</compilerId> | 
 |               <encoding>UTF-8</encoding> | 
 |               <source>1.8</source> | 
 |               <target>1.8</target> | 
 |               <!-- Passing arguments is a trainwreck, see https://issues.apache.org/jira/browse/MCOMPILER-123 --> | 
 |               <compilerArguments> | 
 |                 <properties>${project.basedir}/.settings/org.eclipse.jdt.core.prefs</properties> | 
 |               </compilerArguments> | 
 |               <showWarnings>true</showWarnings> | 
 |               <showDeprecation>true</showDeprecation> | 
 |             </configuration> | 
 |             <dependencies> | 
 |               <dependency> | 
 |                 <groupId>org.codehaus.plexus</groupId> | 
 |                 <artifactId>plexus-compiler-eclipse</artifactId> | 
 |                 <version>2.8.5</version> | 
 |               </dependency> | 
 |               <dependency> | 
 |                 <groupId>org.eclipse.jdt</groupId> | 
 |                 <artifactId>ecj</artifactId> | 
 |                 <version>3.18.0</version> | 
 |               </dependency> | 
 |             </dependencies> | 
 |           </plugin> | 
 |         </plugins> | 
 |       </build> | 
 |     </profile> | 
 |     <profile> | 
 |       <id>static-checks</id> | 
 |       <build> | 
 |         <plugins> | 
 |           <plugin> | 
 |             <groupId>com.github.spotbugs</groupId> | 
 |             <artifactId>spotbugs-maven-plugin</artifactId> | 
 |           </plugin> | 
 |           <plugin> | 
 |             <groupId>org.apache.maven.plugins</groupId> | 
 |             <artifactId>maven-pmd-plugin</artifactId> | 
 |           </plugin> | 
 |         </plugins> | 
 |       </build> | 
 |     </profile> | 
 |     <profile> | 
 |       <id>eclipse-sign</id> | 
 |       <build> | 
 |         <plugins> | 
 |           <plugin> | 
 |             <groupId>org.eclipse.tycho.extras</groupId> | 
 |             <artifactId>tycho-pack200a-plugin</artifactId> | 
 |             <!-- TODO remove this configuration when https://git.eclipse.org/r/#/c/16027 is available --> | 
 |             <configuration> | 
 |               <supportedProjectTypes> | 
 |                 <supportedProjectType>jar</supportedProjectType> | 
 |               </supportedProjectTypes> | 
 |             </configuration> | 
 |             <executions> | 
 |               <execution> | 
 |                 <id>pack200-normalize</id> | 
 |                 <goals> | 
 |                   <goal>normalize</goal> | 
 |                 </goals> | 
 |                 <phase>verify</phase> | 
 |               </execution> | 
 |             </executions> | 
 |           </plugin> | 
 |           <plugin> | 
 |             <groupId>org.eclipse.cbi.maven.plugins</groupId> | 
 |             <artifactId>eclipse-jarsigner-plugin</artifactId> | 
 |             <executions> | 
 |               <execution> | 
 |                 <id>sign</id> | 
 |                 <phase>verify</phase> | 
 |                 <goals> | 
 |                   <goal>sign</goal> | 
 |                 </goals> | 
 |               </execution> | 
 |             </executions> | 
 |           </plugin> | 
 |           <plugin> | 
 |             <groupId>org.eclipse.tycho.extras</groupId> | 
 |             <artifactId>tycho-pack200b-plugin</artifactId> | 
 |             <!-- TODO remove this configuration when https://git.eclipse.org/r/#/c/16027 is available --> | 
 |             <configuration> | 
 |               <supportedProjectTypes> | 
 |                 <supportedProjectType>jar</supportedProjectType> | 
 |               </supportedProjectTypes> | 
 |             </configuration> | 
 |             <executions> | 
 |               <execution> | 
 |                 <id>pack200-pack</id> | 
 |                 <goals> | 
 |                   <goal>pack</goal> | 
 |                 </goals> | 
 |                 <phase>verify</phase> | 
 |               </execution> | 
 |             </executions> | 
 |           </plugin> | 
 |         </plugins> | 
 |       </build> | 
 |     </profile> | 
 |     <profile> | 
 |       <id>build-server</id> | 
 |       <properties> | 
 |         <jgit.website.url>file:///home/data/httpd/download.eclipse.org/jgit/site/${project.version}/</jgit.website.url> | 
 |       </properties> | 
 |     </profile> | 
 |   </profiles> | 
 |  | 
 |   <modules> | 
 |     <module>org.eclipse.jgit</module> | 
 |     <module>org.eclipse.jgit.ant</module> | 
 |     <module>org.eclipse.jgit.archive</module> | 
 |     <module>org.eclipse.jgit.ui</module> | 
 |     <module>org.eclipse.jgit.http.apache</module> | 
 |     <module>org.eclipse.jgit.http.server</module> | 
 |     <module>org.eclipse.jgit.ssh.apache</module> | 
 |     <module>org.eclipse.jgit.pgm</module> | 
 |     <module>org.eclipse.jgit.lfs</module> | 
 |     <module>org.eclipse.jgit.lfs.server</module> | 
 |     <module>org.eclipse.jgit.junit</module> | 
 |     <module>org.eclipse.jgit.junit.http</module> | 
 |     <module>org.eclipse.jgit.junit.ssh</module> | 
 |  | 
 |     <module>org.eclipse.jgit.test</module> | 
 |     <module>org.eclipse.jgit.ant.test</module> | 
 |     <module>org.eclipse.jgit.http.test</module> | 
 |     <module>org.eclipse.jgit.pgm.test</module> | 
 |     <module>org.eclipse.jgit.lfs.test</module> | 
 |     <module>org.eclipse.jgit.lfs.server.test</module> | 
 |     <module>org.eclipse.jgit.ssh.apache.test</module> | 
 |  | 
 |     <module>org.eclipse.jgit.coverage</module> | 
 |   </modules> | 
 |  | 
 | </project> |