From d0c319904240ef67228de37cf2b8bdc613ac2d3e Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 19 Nov 2012 15:08:12 +0100 Subject: [PATCH] Integration tests require the property orchestrator.configUrl --- sonar-core/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index 108a800bdb2..ef84e57477b 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 @@ -172,6 +173,9 @@ org/sonar/core/**/*DaoTest.java org/sonar/core/measure/MeasureFilterExecutorTest.java + + ${orchestrator.configUrl} + -- 2.39.5