aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-02-12 15:14:04 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-02-12 15:14:19 +0100
commita508911239639061a054d45b47f6a7b075927b2e (patch)
treec45d7d423b7b9068cbcfc02f2478fb217f3ff7af /pom.xml
parente14a07c4fa5ae1c4a1e407f2a5407a8eb0b3428f (diff)
downloadsonarqube-a508911239639061a054d45b47f6a7b075927b2e.tar.gz
sonarqube-a508911239639061a054d45b47f6a7b075927b2e.zip
Improve microbenchmark templates
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 57b1e8ba278..ee6004292c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>