summaryrefslogtreecommitdiffstats
path: root/it/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'it/pom.xml')
-rw-r--r--it/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/it/pom.xml b/it/pom.xml
index 833f20f2b..998d29c1a 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -35,6 +35,16 @@
<module>api-test</module>
</modules>
+ <profiles>
+ <!-- Activate from command line with mvn <goals> -Papi-coverage -->
+ <profile>
+ <id>api-coverage</id>
+ <modules>
+ <module>api-coverage</module>
+ </modules>
+ </profile>
+ </profiles>
+
<build>
<plugins>
<plugin>