diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-02-12 15:14:04 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-02-12 15:14:19 +0100 |
commit | a508911239639061a054d45b47f6a7b075927b2e (patch) | |
tree | c45d7d423b7b9068cbcfc02f2478fb217f3ff7af /pom.xml | |
parent | e14a07c4fa5ae1c4a1e407f2a5407a8eb0b3428f (diff) | |
download | sonarqube-a508911239639061a054d45b47f6a7b075927b2e.tar.gz sonarqube-a508911239639061a054d45b47f6a7b075927b2e.zip |
Improve microbenchmark templates
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1502,6 +1502,13 @@ </dependency> </dependencies> </profile> + <profile> + <!-- add microbenchmarks module to IDE --> + <id>includeMicrobenchmarkModule</id> + <modules> + <module>microbenchmark-template</module> + </modules> + </profile> </profiles> </project> |