]> source.dussan.org Git - sonarqube.git/commitdiff
Integration tests require the property orchestrator.configUrl
authorSimon Brandhof <simon.brandhof@gmail.com>
Mon, 19 Nov 2012 14:08:12 +0000 (15:08 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Mon, 19 Nov 2012 14:08:12 +0000 (15:08 +0100)
sonar-core/pom.xml

index 108a800bdb26b379a2baf541efd0444d7fe5e1be..ef84e57477b00a0b5df6db825e0f391cad0c4d06 100644 (file)
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
                 <include>org/sonar/core/**/*DaoTest.java</include>
                 <include>org/sonar/core/measure/MeasureFilterExecutorTest.java</include>
               </includes>
+              <systemPropertyVariables>
+                <orchestrator.configUrl>${orchestrator.configUrl}</orchestrator.configUrl>
+              </systemPropertyVariables>
             </configuration>
           </plugin>
         </plugins>