aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-maven-plugin/src/test/resources/effective-services/services.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vespa-maven-plugin/src/test/resources/effective-services/services.xml')
-rw-r--r--vespa-maven-plugin/src/test/resources/effective-services/services.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/vespa-maven-plugin/src/test/resources/effective-services/services.xml b/vespa-maven-plugin/src/test/resources/effective-services/services.xml
new file mode 100644
index 00000000000..bf183f474e4
--- /dev/null
+++ b/vespa-maven-plugin/src/test/resources/effective-services/services.xml
@@ -0,0 +1,11 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<services xmlns:deploy="vespa">
+ <container>
+ <component id="good-service-client">
+ <config>
+ <url deploy:environment="dev">dev.tld</url>
+ <url deploy:environment="prod" deploy:region="us-east-3">us-east-3.prod.tld</url>
+ </config>
+ </component>
+ </container>
+</services> \ No newline at end of file