Bump honeycomb version to 1.19.04-SNAPSHOT
[honeycomb.git] / infra / bgp-distribution-test / pom.xml
index f9ccafc..5cb898a 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.17.10-SNAPSHOT</version>
+        <version>1.19.04-SNAPSHOT</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>bgp-distribution-test</artifactId>
-    <version>1.17.10-SNAPSHOT</version>
+    <version>1.19.04-SNAPSHOT</version>
+    <name>${project.artifactId}</name>
 
     <dependencies>
         <dependency>
             <scope>test</scope>
         </dependency>
     </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.jacoco</groupId>
+                <artifactId>jacoco-maven-plugin</artifactId>
+                <configuration>
+                    <!-- Include module's tests in IT coverage report -->
+                    <destFile>../../common/honeycomb-parent/target/jacoco-it.exec</destFile>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>
\ No newline at end of file