This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git
commit 8b5dbb9ba661d34cac7988244f24848f4d808443 Author: Nikita Timofeev <stari...@gmail.com> AuthorDate: Thu Jul 30 17:03:59 2020 +0300 Change stage of the docs build final step --- docs/asciidoc/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/asciidoc/pom.xml b/docs/asciidoc/pom.xml index 371da8e..74f0ef6 100644 --- a/docs/asciidoc/pom.xml +++ b/docs/asciidoc/pom.xml @@ -125,7 +125,7 @@ <executions> <execution> <id>copy docs for site</id> - <phase>install</phase> + <phase>package</phase> <goals> <goal>copy-resources</goal> </goals> @@ -146,7 +146,7 @@ <execution> <id>copy images for site</id> - <phase>install</phase> + <phase>package</phase> <goals> <goal>copy-resources</goal> </goals>