xref: /JGit/org.eclipse.jgit.coverage/pom.xml (revision 1cbfea9ece03b40669377a7f858218f6994562ea)
19e5c7c53SMatthias Sohn<?xml version="1.0"?>
25c5f7c6bSMatthias Sohn<!--
35c5f7c6bSMatthias Sohn  Copyright (C) 2019, Matthias Sohn <matthias.sohn@sap.com> and others
45c5f7c6bSMatthias Sohn
55c5f7c6bSMatthias Sohn  This program and the accompanying materials are made available under the
65c5f7c6bSMatthias Sohn  terms of the Eclipse Distribution License v. 1.0 which is available at
75c5f7c6bSMatthias Sohn  http://www.eclipse.org/org/documents/edl-v10.php.
85c5f7c6bSMatthias Sohn
95c5f7c6bSMatthias Sohn  SPDX-License-Identifier: BSD-3-Clause
105c5f7c6bSMatthias Sohn-->
119e5c7c53SMatthias Sohn<project xmlns="http://maven.apache.org/POM/4.0.0"
129e5c7c53SMatthias Sohn         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
139e5c7c53SMatthias Sohn         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
149e5c7c53SMatthias Sohn  <parent>
159e5c7c53SMatthias Sohn    <groupId>org.eclipse.jgit</groupId>
169e5c7c53SMatthias Sohn    <artifactId>org.eclipse.jgit-parent</artifactId>
17*1cbfea9eSMatthias Sohn    <version>5.13.0-SNAPSHOT</version>
189e5c7c53SMatthias Sohn  </parent>
199e5c7c53SMatthias Sohn  <modelVersion>4.0.0</modelVersion>
209e5c7c53SMatthias Sohn
219e5c7c53SMatthias Sohn  <artifactId>org.eclipse.jgit.coverage</artifactId>
229e5c7c53SMatthias Sohn  <packaging>pom</packaging>
239e5c7c53SMatthias Sohn
249e5c7c53SMatthias Sohn  <name>JGit - Test Coverage</name>
259e5c7c53SMatthias Sohn
269e5c7c53SMatthias Sohn  <dependencies>
279e5c7c53SMatthias Sohn    <dependency>
289e5c7c53SMatthias Sohn      <groupId>org.eclipse.jgit</groupId>
299e5c7c53SMatthias Sohn      <artifactId>org.eclipse.jgit</artifactId>
30*1cbfea9eSMatthias Sohn      <version>5.13.0-SNAPSHOT</version>
319e5c7c53SMatthias Sohn    </dependency>
329e5c7c53SMatthias Sohn    <dependency>
339e5c7c53SMatthias Sohn      <groupId>org.eclipse.jgit</groupId>
349e5c7c53SMatthias Sohn      <artifactId>org.eclipse.jgit.ant</artifactId>
35*1cbfea9eSMatthias Sohn      <version>5.13.0-SNAPSHOT</version>
369e5c7c53SMatthias Sohn    </dependency>
379e5c7c53SMatthias Sohn    <dependency>
389e5c7c53SMatthias Sohn      <groupId>org.eclipse.jgit</groupId>
399e5c7c53SMatthias Sohn      <artifactId>org.eclipse.jgit.archive</artifactId>
40*1cbfea9eSMatthias Sohn      <version>5.13.0-SNAPSHOT</version>
419e5c7c53SMatthias Sohn    </dependency>
429e5c7c53SMatthias Sohn    <dependency>
439e5c7c53SMatthias Sohn      <groupId>org.eclipse.jgit</groupId>
449e5c7c53SMatthias Sohn      <artifactId>org.eclipse.jgit.http.apache</artifactId>
45*1cbfea9eSMatthias Sohn      <version>5.13.0-SNAPSHOT</version>
469e5c7c53SMatthias Sohn    </dependency>
479e5c7c53SMatthias Sohn    <dependency>
489e5c7c53SMatthias Sohn      <groupId>org.eclipse.jgit</groupId>
499e5c7c53SMatthias Sohn      <artifactId>org.eclipse.jgit.http.server</artifactId>
50*1cbfea9eSMatthias Sohn      <version>5.13.0-SNAPSHOT</version>
519e5c7c53SMatthias Sohn    </dependency>
529e5c7c53SMatthias Sohn    <dependency>
539e5c7c53SMatthias Sohn      <groupId>org.eclipse.jgit</groupId>
549e5c7c53SMatthias Sohn      <artifactId>org.eclipse.jgit.lfs</artifactId>
55*1cbfea9eSMatthias Sohn      <version>5.13.0-SNAPSHOT</version>
569e5c7c53SMatthias Sohn    </dependency>
579e5c7c53SMatthias Sohn    <dependency>
589e5c7c53SMatthias Sohn      <groupId>org.eclipse.jgit</groupId>
599e5c7c53SMatthias Sohn      <artifactId>org.eclipse.jgit.lfs.server</artifactId>
60*1cbfea9eSMatthias Sohn      <version>5.13.0-SNAPSHOT</version>
619e5c7c53SMatthias Sohn    </dependency>
629e5c7c53SMatthias Sohn    <dependency>
639e5c7c53SMatthias Sohn      <groupId>org.eclipse.jgit</groupId>
649e5c7c53SMatthias Sohn      <artifactId>org.eclipse.jgit.pgm</artifactId>
65*1cbfea9eSMatthias Sohn      <version>5.13.0-SNAPSHOT</version>
669e5c7c53SMatthias Sohn    </dependency>
679e5c7c53SMatthias Sohn    <dependency>
689e5c7c53SMatthias Sohn      <groupId>org.eclipse.jgit</groupId>
699e5c7c53SMatthias Sohn      <artifactId>org.eclipse.jgit.ui</artifactId>
70*1cbfea9eSMatthias Sohn      <version>5.13.0-SNAPSHOT</version>
719e5c7c53SMatthias Sohn    </dependency>
729e5c7c53SMatthias Sohn    <dependency>
739e5c7c53SMatthias Sohn      <groupId>org.eclipse.jgit</groupId>
749e5c7c53SMatthias Sohn      <artifactId>org.eclipse.jgit.ssh.apache</artifactId>
75*1cbfea9eSMatthias Sohn      <version>5.13.0-SNAPSHOT</version>
769e5c7c53SMatthias Sohn    </dependency>
779e5c7c53SMatthias Sohn
789e5c7c53SMatthias Sohn    <dependency>
799e5c7c53SMatthias Sohn      <groupId>org.eclipse.jgit</groupId>
809e5c7c53SMatthias Sohn      <artifactId>org.eclipse.jgit.test</artifactId>
81*1cbfea9eSMatthias Sohn      <version>5.13.0-SNAPSHOT</version>
829e5c7c53SMatthias Sohn    </dependency>
839e5c7c53SMatthias Sohn    <dependency>
849e5c7c53SMatthias Sohn      <groupId>org.eclipse.jgit</groupId>
859e5c7c53SMatthias Sohn      <artifactId>org.eclipse.jgit.ant.test</artifactId>
86*1cbfea9eSMatthias Sohn      <version>5.13.0-SNAPSHOT</version>
879e5c7c53SMatthias Sohn    </dependency>
889e5c7c53SMatthias Sohn    <dependency>
899e5c7c53SMatthias Sohn      <groupId>org.eclipse.jgit</groupId>
909e5c7c53SMatthias Sohn      <artifactId>org.eclipse.jgit.http.test</artifactId>
91*1cbfea9eSMatthias Sohn      <version>5.13.0-SNAPSHOT</version>
929e5c7c53SMatthias Sohn    </dependency>
939e5c7c53SMatthias Sohn    <dependency>
949e5c7c53SMatthias Sohn      <groupId>org.eclipse.jgit</groupId>
959e5c7c53SMatthias Sohn      <artifactId>org.eclipse.jgit.pgm.test</artifactId>
96*1cbfea9eSMatthias Sohn      <version>5.13.0-SNAPSHOT</version>
979e5c7c53SMatthias Sohn    </dependency>
989e5c7c53SMatthias Sohn    <dependency>
999e5c7c53SMatthias Sohn      <groupId>org.eclipse.jgit</groupId>
1009e5c7c53SMatthias Sohn      <artifactId>org.eclipse.jgit.lfs.test</artifactId>
101*1cbfea9eSMatthias Sohn      <version>5.13.0-SNAPSHOT</version>
1029e5c7c53SMatthias Sohn    </dependency>
1039e5c7c53SMatthias Sohn    <dependency>
1049e5c7c53SMatthias Sohn      <groupId>org.eclipse.jgit</groupId>
1059e5c7c53SMatthias Sohn      <artifactId>org.eclipse.jgit.lfs.server.test</artifactId>
106*1cbfea9eSMatthias Sohn      <version>5.13.0-SNAPSHOT</version>
1079e5c7c53SMatthias Sohn    </dependency>
1089e5c7c53SMatthias Sohn    <dependency>
1099e5c7c53SMatthias Sohn      <groupId>org.eclipse.jgit</groupId>
1109e5c7c53SMatthias Sohn      <artifactId>org.eclipse.jgit.ssh.apache.test</artifactId>
111*1cbfea9eSMatthias Sohn      <version>5.13.0-SNAPSHOT</version>
1129e5c7c53SMatthias Sohn    </dependency>
1139e5c7c53SMatthias Sohn  </dependencies>
1149e5c7c53SMatthias Sohn
1159e5c7c53SMatthias Sohn  <build>
1169e5c7c53SMatthias Sohn    <plugins>
1179e5c7c53SMatthias Sohn      <plugin>
1189e5c7c53SMatthias Sohn        <groupId>org.jacoco</groupId>
1199e5c7c53SMatthias Sohn        <artifactId>jacoco-maven-plugin</artifactId>
1209e5c7c53SMatthias Sohn        <executions>
1219e5c7c53SMatthias Sohn          <execution>
1229e5c7c53SMatthias Sohn            <id>aggregate-reports-all</id>
1239e5c7c53SMatthias Sohn            <phase>verify</phase>
1249e5c7c53SMatthias Sohn            <goals>
1259e5c7c53SMatthias Sohn              <goal>report-aggregate</goal>
1269e5c7c53SMatthias Sohn            </goals>
1279e5c7c53SMatthias Sohn            <configuration>
1289e5c7c53SMatthias Sohn              <title>JGit Test Coverage </title>
1299e5c7c53SMatthias Sohn              <outputDirectory>${project.reporting.outputDirectory}/jacoco-aggregate</outputDirectory>
1309e5c7c53SMatthias Sohn            </configuration>
1319e5c7c53SMatthias Sohn          </execution>
1329e5c7c53SMatthias Sohn        </executions>
1339e5c7c53SMatthias Sohn      </plugin>
1349e5c7c53SMatthias Sohn    </plugins>
1359e5c7c53SMatthias Sohn  </build>
1369e5c7c53SMatthias Sohn  <reporting>
1379e5c7c53SMatthias Sohn    <plugins>
1389e5c7c53SMatthias Sohn      <plugin>
1399e5c7c53SMatthias Sohn        <groupId>org.jacoco</groupId>
1409e5c7c53SMatthias Sohn        <artifactId>jacoco-maven-plugin</artifactId>
1419e5c7c53SMatthias Sohn        <reportSets>
1429e5c7c53SMatthias Sohn          <reportSet>
1439e5c7c53SMatthias Sohn            <id>aggregate</id>
1449e5c7c53SMatthias Sohn            <reports>
1459e5c7c53SMatthias Sohn              <report>report-aggregate</report>
1469e5c7c53SMatthias Sohn            </reports>
1479e5c7c53SMatthias Sohn          </reportSet>
1489e5c7c53SMatthias Sohn        </reportSets>
1499e5c7c53SMatthias Sohn      </plugin>
1509e5c7c53SMatthias Sohn    </plugins>
1519e5c7c53SMatthias Sohn  </reporting>
1529e5c7c53SMatthias Sohn</project>
153