aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-01-26 19:16:00 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2012-01-26 19:17:22 +0100
commitc9141239198bdb0ac0155c018f44d8e04c1e4747 (patch)
treeef8869230c795402e33f4ac2199bda6b81c841a6 /sonar-core/pom.xml
parent1f113a9e69c5717afd18954bc236e3139794731d (diff)
downloadsonarqube-c9141239198bdb0ac0155c018f44d8e04c1e4747.tar.gz
sonarqube-c9141239198bdb0ac0155c018f44d8e04c1e4747.zip
Fix profile for mybatis integration tests
Diffstat (limited to 'sonar-core/pom.xml')
-rw-r--r--sonar-core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index 80972fa3739..6ba5422140b 100644
--- a/sonar-core/pom.xml
+++ b/sonar-core/pom.xml
@@ -170,7 +170,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
- <include>org/sonar/persistence/dao/*Test.java</include>
+ <include>org/sonar/core/**/*DaoTest.java</include>
</includes>
</configuration>
</plugin>