-
Notifications
You must be signed in to change notification settings - Fork 831
Expand file tree
/
Copy pathpom.xml
More file actions
29 lines (25 loc) · 1009 Bytes
/
pom.xml
File metadata and controls
29 lines (25 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.prometheus</groupId>
<artifactId>integration-tests</artifactId>
<version>1.5.0-SNAPSHOT</version>
</parent>
<artifactId>it-exporter</artifactId>
<packaging>pom</packaging>
<name>Integration Tests - Exporter</name>
<description>
Integration tests for the Exporter modules
</description>
<modules>
<module>it-exporter-servlet-tomcat-sample</module>
<module>it-exporter-servlet-jetty-sample</module>
<module>it-exporter-httpserver-sample</module>
<module>it-exporter-duplicate-metrics-sample</module>
<module>it-exporter-no-protobuf</module>
<module>it-exporter-test</module>
<module>it-no-protobuf-test</module>
</modules>
</project>