summaryrefslogtreecommitdiffstats
path: root/infra/it/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'infra/it/pom.xml')
-rw-r--r--infra/it/pom.xml22
1 files changed, 20 insertions, 2 deletions
diff --git a/infra/it/pom.xml b/infra/it/pom.xml
index da6e3c2b8..cbf8eae62 100644
--- a/infra/it/pom.xml
+++ b/infra/it/pom.xml
@@ -34,15 +34,33 @@
<module>it-test</module>
</modules>
-
- <!-- Activate from command line with mvn <goals> -Pbenchmark -->
<profiles>
+ <!-- Activate from command line with mvn <goals> -Pbenchmark -->
<profile>
<id>benchmark</id>
<modules>
<module>benchmark</module>
</modules>
</profile>
+
+ <!-- Activate management module -->
+ <profile>
+ <id>management</id>
+ <modules>
+ <module>management</module>
+ </modules>
+ </profile>
+
+ <!-- Activate memory benchmarking modules -->
+ <profile>
+ <id>memory-benchmark</id>
+ <modules>
+ <module>management</module>
+ <module>memory-benchmark-scripts</module>
+ <module>memory-benchmark</module>
+ <module>memory-benchmark-api</module>
+ </modules>
+ </profile>
</profiles>
<!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->