aboutsummaryrefslogtreecommitdiffstats
path: root/tenant-base
diff options
context:
space:
mode:
authorJon Marius Venstad <jvenstad@yahoo-inc.com>2019-06-13 15:59:04 +0200
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2019-06-13 15:59:04 +0200
commit7c8b98918ff23a5fafe0836861657bf63b9ce248 (patch)
tree19ebe7893e3b0ea5ddcf1410eecfe92cb0d2ed46 /tenant-base
parent46fe15a103d2fc467c25426e184c4e0d5360490d (diff)
Configure vespa-maven-plugin
Diffstat (limited to 'tenant-base')
-rw-r--r--tenant-base/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tenant-base/pom.xml b/tenant-base/pom.xml
index 9c3a28964ed..3c48d22085e 100644
--- a/tenant-base/pom.xml
+++ b/tenant-base/pom.xml
@@ -37,6 +37,7 @@
<target_jdk_version>11</target_jdk_version>
<compiler_plugin_version>3.8.0</compiler_plugin_version>
<surefire_version>2.22.0</surefire_version> <!-- NOTE bjorncs 15.06.2017: Version 2.20 has OoM issues -->
+ <endpoint>https://api.vespa-external.aws.oath.cloud:4443</endpoint>
</properties>
<dependencyManagement>
@@ -286,6 +287,7 @@
</systemPropertyVariables>
</configuration>
</plugin>
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
@@ -340,6 +342,12 @@
<plugin>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>vespa-maven-plugin</artifactId>
+ <version>${vespaversion}</version>
+ </plugin>
+
+ <plugin>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>vespa-application-maven-plugin</artifactId>
<version>${vespaversion}</version>
<executions>