summaryrefslogtreecommitdiffstats
path: root/container-search-gui
diff options
context:
space:
mode:
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>