summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-12-15 14:35:33 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-12-15 14:35:33 +0000
commit9e75d602fcaf9975d945224ec1548a143c77c5b3 (patch)
treec105fa4d23614bfdfd7ec9594ea88d8764b212e2 /pom.xml
parentdfbfcb1f08d1c8ab26e786f508f98958f178aee3 (diff)
downloadsonarqube-9e75d602fcaf9975d945224ec1548a143c77c5b3.tar.gz
sonarqube-9e75d602fcaf9975d945224ec1548a143c77c5b3.zip
SONAR-249 rename FILTERS.VARIATION_INDEX to FILTERS.PERIOD_INDEX + support variations in the resources web service + add IT
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index cec5aa37a45..4032ae53415 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,6 +155,11 @@
<version>1.0</version>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-failsafe-plugin</artifactId>
+ <version>2.6</version>
+ </plugin>
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>1.2</version>