diff options
Diffstat (limited to 'infra/it/pom.xml')
-rw-r--r-- | infra/it/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/infra/it/pom.xml b/infra/it/pom.xml index 5e1173413..3846955bc 100644 --- a/infra/it/pom.xml +++ b/infra/it/pom.xml @@ -33,6 +33,18 @@ <module>test-model</module> <module>it-test</module> </modules> + + + <!-- Activate from command line with mvn <goals> -Pbenchmark --> + <profiles> + <profile> + <id>benchmark</id> + <modules> + <module>benchmark</module> + </modules> + </profile> + </profiles> + <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build --> <build> <plugins> |