aboutsummaryrefslogtreecommitdiffstats
path: root/container-search-gui
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-07-18 12:06:58 +0200
committergjoranv <gv@oath.com>2018-07-18 12:06:58 +0200
commit7b5f4c0288af68be705034b45dff8a68b33294a2 (patch)
tree78601e9b8bf356714e717f007818dabf9be49693 /container-search-gui
parent59235499036861dda08e9073b0bcfe9bfae903d4 (diff)
Download html file in prepare-package to the target directory.
Diffstat (limited to 'container-search-gui')
-rw-r--r--container-search-gui/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/container-search-gui/pom.xml b/container-search-gui/pom.xml
index e8af071f94c..aa3a696b786 100644
--- a/container-search-gui/pom.xml
+++ b/container-search-gui/pom.xml
@@ -53,14 +53,14 @@
<version>1.3.0</version>
<executions>
<execution>
- <phase>generate-sources</phase>
+ <phase>prepare-package</phase>
<goals>
<goal>wget</goal>
</goals>
<configuration>
<url>https://docs.vespa.ai/documentation/reference/search-api-reference.html</url>
<outputFileName>search-api-reference.html</outputFileName>
- <outputDirectory>src/main/resources/gui/_includes/</outputDirectory>
+ <outputDirectory>${project.build.outputDirectory}/gui/_includes/</outputDirectory>
</configuration>
</execution>
</executions>
@@ -73,4 +73,4 @@
</plugins>
</build>
-</project> \ No newline at end of file
+</project>