diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-01-26 19:16:00 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-01-26 19:17:22 +0100 |
commit | c9141239198bdb0ac0155c018f44d8e04c1e4747 (patch) | |
tree | ef8869230c795402e33f4ac2199bda6b81c841a6 /sonar-core/pom.xml | |
parent | 1f113a9e69c5717afd18954bc236e3139794731d (diff) | |
download | sonarqube-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.xml | 2 |
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> |