This is an automated email from the ASF dual-hosted git repository.

ntimofeev pushed a commit to branch STABLE-4.1
in repository https://gitbox.apache.org/repos/asf/cayenne.git


The following commit(s) were added to refs/heads/STABLE-4.1 by this push:
     new 6ac1c00  Change stage of the docs build final step
6ac1c00 is described below

commit 6ac1c005391ea42d4f285e7ebb5d635d5ee38da4
Author: Nikita Timofeev <[email protected]>
AuthorDate: Thu Jul 30 17:33:14 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 2510602..f02068d 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>

Reply via email to