summaryrefslogtreecommitdiffstats
path: root/component
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2020-09-01 11:22:19 +0200
committerJon Bratseth <bratseth@gmail.com>2020-09-01 11:22:19 +0200
commit56ed305df446f9546a9db267a773d65d7c040d8e (patch)
tree936971d82100910a0d83412646b2ce26f193cd82 /component
parentd2711310822f39f4e5aa4eb4cc107e9f84719450 (diff)
Generate a Vtag class in vespa-http-client
Diffstat (limited to 'component')
-rwxr-xr-xcomponent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/component/pom.xml b/component/pom.xml
index 9d8ebb8f037..75b07643c7e 100755
--- a/component/pom.xml
+++ b/component/pom.xml
@@ -76,7 +76,7 @@
<configuration>
<mainClass>com.yahoo.vespa.VersionTagger</mainClass>
<arguments>
- <argument>${project.basedir}/../dist/vtag.map</argument>
+ <argument>${project.basedir}/../dist/vtag.map</argument>
<argument>com.yahoo.component</argument>
<argument>${project.build.directory}/generated-sources/vtag</argument>
<argument>vtag</argument>