aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-maven-plugin/src/test/resources/effective-services/dev.xml
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2019-08-22 15:09:50 +0200
committerJon Marius Venstad <venstad@gmail.com>2019-08-22 15:09:50 +0200
commita9f2a119a941253d2b64c4b4f8724acce08407a2 (patch)
treeaa3a7c97bf422bfa5651d93e13d0ffdca58b65a6 /vespa-maven-plugin/src/test/resources/effective-services/dev.xml
parent37cc1486513e3d530c9e6a6534f1297b61f65ba7 (diff)
Add effective services mojo
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>