summaryrefslogtreecommitdiffstats
path: root/vespa-maven-plugin/src/test/resources/effective-services/dev.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vespa-maven-plugin/src/test/resources/effective-services/dev.xml')
-rw-r--r--vespa-maven-plugin/src/test/resources/effective-services/dev.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/vespa-maven-plugin/src/test/resources/effective-services/dev.xml b/vespa-maven-plugin/src/test/resources/effective-services/dev.xml
new file mode 100644
index 00000000000..d6343e7ace7
--- /dev/null
+++ b/vespa-maven-plugin/src/test/resources/effective-services/dev.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<services xmlns:deploy="vespa">
+ <container>
+ <component id="good-service-client">
+ <config>
+ <url>dev.tld</url>
+ </config>
+ </component>
+ </container>
+</services>