summaryrefslogtreecommitdiffstats
path: root/vespa-testrunner-components
diff options
context:
space:
mode:
authorJon Marius Venstad <jvenstad@yahoo-inc.com>2019-03-26 14:52:01 +0100
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2019-03-26 14:52:01 +0100
commitff635d3c828f515b9a09fed367b790f0e0886dba (patch)
treeb2af1fa448beff67414b5f6875fc6dca897ced71 /vespa-testrunner-components
parent51ad76712bd8e16be2b672ea62be68c35be2ca99 (diff)
Set VESPA_HOME for unit tests using defaults
Diffstat (limited to 'vespa-testrunner-components')
-rw-r--r--vespa-testrunner-components/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/vespa-testrunner-components/pom.xml b/vespa-testrunner-components/pom.xml
index 80d55660bc7..66bcd92df50 100644
--- a/vespa-testrunner-components/pom.xml
+++ b/vespa-testrunner-components/pom.xml
@@ -65,6 +65,15 @@
</executions>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <environmentVariables>
+ <VESPA_HOME>/opt/vespa</VESPA_HOME>
+ </environmentVariables>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>com.yahoo.vespa</groupId>
<artifactId>bundle-plugin</artifactId>
<version>${project.version}</version>