1*9e5c7c53SMatthias Sohn<?xml version="1.0"?> 2*9e5c7c53SMatthias Sohn<project xmlns="http://maven.apache.org/POM/4.0.0" 3*9e5c7c53SMatthias Sohn xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4*9e5c7c53SMatthias Sohn xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 5*9e5c7c53SMatthias Sohn <parent> 6*9e5c7c53SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 7*9e5c7c53SMatthias Sohn <artifactId>org.eclipse.jgit-parent</artifactId> 8*9e5c7c53SMatthias Sohn <version>5.3.0-SNAPSHOT</version> 9*9e5c7c53SMatthias Sohn </parent> 10*9e5c7c53SMatthias Sohn <modelVersion>4.0.0</modelVersion> 11*9e5c7c53SMatthias Sohn 12*9e5c7c53SMatthias Sohn <artifactId>org.eclipse.jgit.coverage</artifactId> 13*9e5c7c53SMatthias Sohn <packaging>pom</packaging> 14*9e5c7c53SMatthias Sohn 15*9e5c7c53SMatthias Sohn <name>JGit - Test Coverage</name> 16*9e5c7c53SMatthias Sohn 17*9e5c7c53SMatthias Sohn <dependencies> 18*9e5c7c53SMatthias Sohn <dependency> 19*9e5c7c53SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 20*9e5c7c53SMatthias Sohn <artifactId>org.eclipse.jgit</artifactId> 21*9e5c7c53SMatthias Sohn <version>5.3.0-SNAPSHOT</version> 22*9e5c7c53SMatthias Sohn </dependency> 23*9e5c7c53SMatthias Sohn <dependency> 24*9e5c7c53SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 25*9e5c7c53SMatthias Sohn <artifactId>org.eclipse.jgit.ant</artifactId> 26*9e5c7c53SMatthias Sohn <version>5.3.0-SNAPSHOT</version> 27*9e5c7c53SMatthias Sohn </dependency> 28*9e5c7c53SMatthias Sohn <dependency> 29*9e5c7c53SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 30*9e5c7c53SMatthias Sohn <artifactId>org.eclipse.jgit.archive</artifactId> 31*9e5c7c53SMatthias Sohn <version>5.3.0-SNAPSHOT</version> 32*9e5c7c53SMatthias Sohn </dependency> 33*9e5c7c53SMatthias Sohn <dependency> 34*9e5c7c53SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 35*9e5c7c53SMatthias Sohn <artifactId>org.eclipse.jgit.http.apache</artifactId> 36*9e5c7c53SMatthias Sohn <version>5.3.0-SNAPSHOT</version> 37*9e5c7c53SMatthias Sohn </dependency> 38*9e5c7c53SMatthias Sohn <dependency> 39*9e5c7c53SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 40*9e5c7c53SMatthias Sohn <artifactId>org.eclipse.jgit.http.server</artifactId> 41*9e5c7c53SMatthias Sohn <version>5.3.0-SNAPSHOT</version> 42*9e5c7c53SMatthias Sohn </dependency> 43*9e5c7c53SMatthias Sohn <dependency> 44*9e5c7c53SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 45*9e5c7c53SMatthias Sohn <artifactId>org.eclipse.jgit.lfs</artifactId> 46*9e5c7c53SMatthias Sohn <version>5.3.0-SNAPSHOT</version> 47*9e5c7c53SMatthias Sohn </dependency> 48*9e5c7c53SMatthias Sohn <dependency> 49*9e5c7c53SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 50*9e5c7c53SMatthias Sohn <artifactId>org.eclipse.jgit.lfs.server</artifactId> 51*9e5c7c53SMatthias Sohn <version>5.3.0-SNAPSHOT</version> 52*9e5c7c53SMatthias Sohn </dependency> 53*9e5c7c53SMatthias Sohn <dependency> 54*9e5c7c53SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 55*9e5c7c53SMatthias Sohn <artifactId>org.eclipse.jgit.pgm</artifactId> 56*9e5c7c53SMatthias Sohn <version>5.3.0-SNAPSHOT</version> 57*9e5c7c53SMatthias Sohn </dependency> 58*9e5c7c53SMatthias Sohn <dependency> 59*9e5c7c53SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 60*9e5c7c53SMatthias Sohn <artifactId>org.eclipse.jgit.ui</artifactId> 61*9e5c7c53SMatthias Sohn <version>5.3.0-SNAPSHOT</version> 62*9e5c7c53SMatthias Sohn </dependency> 63*9e5c7c53SMatthias Sohn <dependency> 64*9e5c7c53SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 65*9e5c7c53SMatthias Sohn <artifactId>org.eclipse.jgit.ssh.apache</artifactId> 66*9e5c7c53SMatthias Sohn <version>5.3.0-SNAPSHOT</version> 67*9e5c7c53SMatthias Sohn </dependency> 68*9e5c7c53SMatthias Sohn 69*9e5c7c53SMatthias Sohn <dependency> 70*9e5c7c53SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 71*9e5c7c53SMatthias Sohn <artifactId>org.eclipse.jgit.test</artifactId> 72*9e5c7c53SMatthias Sohn <version>5.3.0-SNAPSHOT</version> 73*9e5c7c53SMatthias Sohn </dependency> 74*9e5c7c53SMatthias Sohn <dependency> 75*9e5c7c53SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 76*9e5c7c53SMatthias Sohn <artifactId>org.eclipse.jgit.ant.test</artifactId> 77*9e5c7c53SMatthias Sohn <version>5.3.0-SNAPSHOT</version> 78*9e5c7c53SMatthias Sohn </dependency> 79*9e5c7c53SMatthias Sohn <dependency> 80*9e5c7c53SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 81*9e5c7c53SMatthias Sohn <artifactId>org.eclipse.jgit.http.test</artifactId> 82*9e5c7c53SMatthias Sohn <version>5.3.0-SNAPSHOT</version> 83*9e5c7c53SMatthias Sohn </dependency> 84*9e5c7c53SMatthias Sohn <dependency> 85*9e5c7c53SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 86*9e5c7c53SMatthias Sohn <artifactId>org.eclipse.jgit.pgm.test</artifactId> 87*9e5c7c53SMatthias Sohn <version>5.3.0-SNAPSHOT</version> 88*9e5c7c53SMatthias Sohn </dependency> 89*9e5c7c53SMatthias Sohn <dependency> 90*9e5c7c53SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 91*9e5c7c53SMatthias Sohn <artifactId>org.eclipse.jgit.lfs.test</artifactId> 92*9e5c7c53SMatthias Sohn <version>5.3.0-SNAPSHOT</version> 93*9e5c7c53SMatthias Sohn </dependency> 94*9e5c7c53SMatthias Sohn <dependency> 95*9e5c7c53SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 96*9e5c7c53SMatthias Sohn <artifactId>org.eclipse.jgit.lfs.server.test</artifactId> 97*9e5c7c53SMatthias Sohn <version>5.3.0-SNAPSHOT</version> 98*9e5c7c53SMatthias Sohn </dependency> 99*9e5c7c53SMatthias Sohn <dependency> 100*9e5c7c53SMatthias Sohn <groupId>org.eclipse.jgit</groupId> 101*9e5c7c53SMatthias Sohn <artifactId>org.eclipse.jgit.ssh.apache.test</artifactId> 102*9e5c7c53SMatthias Sohn <version>5.3.0-SNAPSHOT</version> 103*9e5c7c53SMatthias Sohn </dependency> 104*9e5c7c53SMatthias Sohn </dependencies> 105*9e5c7c53SMatthias Sohn 106*9e5c7c53SMatthias Sohn <build> 107*9e5c7c53SMatthias Sohn <plugins> 108*9e5c7c53SMatthias Sohn <plugin> 109*9e5c7c53SMatthias Sohn <groupId>org.jacoco</groupId> 110*9e5c7c53SMatthias Sohn <artifactId>jacoco-maven-plugin</artifactId> 111*9e5c7c53SMatthias Sohn <executions> 112*9e5c7c53SMatthias Sohn <execution> 113*9e5c7c53SMatthias Sohn <id>aggregate-reports-all</id> 114*9e5c7c53SMatthias Sohn <phase>verify</phase> 115*9e5c7c53SMatthias Sohn <goals> 116*9e5c7c53SMatthias Sohn <goal>report-aggregate</goal> 117*9e5c7c53SMatthias Sohn </goals> 118*9e5c7c53SMatthias Sohn <configuration> 119*9e5c7c53SMatthias Sohn <title>JGit Test Coverage </title> 120*9e5c7c53SMatthias Sohn <outputDirectory>${project.reporting.outputDirectory}/jacoco-aggregate</outputDirectory> 121*9e5c7c53SMatthias Sohn </configuration> 122*9e5c7c53SMatthias Sohn </execution> 123*9e5c7c53SMatthias Sohn </executions> 124*9e5c7c53SMatthias Sohn </plugin> 125*9e5c7c53SMatthias Sohn </plugins> 126*9e5c7c53SMatthias Sohn </build> 127*9e5c7c53SMatthias Sohn <reporting> 128*9e5c7c53SMatthias Sohn <plugins> 129*9e5c7c53SMatthias Sohn <plugin> 130*9e5c7c53SMatthias Sohn <groupId>org.jacoco</groupId> 131*9e5c7c53SMatthias Sohn <artifactId>jacoco-maven-plugin</artifactId> 132*9e5c7c53SMatthias Sohn <reportSets> 133*9e5c7c53SMatthias Sohn <reportSet> 134*9e5c7c53SMatthias Sohn <id>aggregate</id> 135*9e5c7c53SMatthias Sohn <reports> 136*9e5c7c53SMatthias Sohn <report>report-aggregate</report> 137*9e5c7c53SMatthias Sohn </reports> 138*9e5c7c53SMatthias Sohn </reportSet> 139*9e5c7c53SMatthias Sohn </reportSets> 140*9e5c7c53SMatthias Sohn </plugin> 141*9e5c7c53SMatthias Sohn </plugins> 142*9e5c7c53SMatthias Sohn </reporting> 143*9e5c7c53SMatthias Sohn</project> 144