diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1509,10 +1509,11 @@ </profile> <profile> - <!-- integration tests --> - <id>it</id> + <!-- integration and performance tests --> + <id>tests</id> <modules> <module>it</module> + <module>tests/perf</module> </modules> </profile> </profiles> |