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

tzulitai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git


The following commit(s) were added to refs/heads/master by this push:
     new 821ce44  [hotfix] [e2e, build] Move driver module copying to 
prepare-package phase
821ce44 is described below

commit 821ce44ac3b93f93127da72a40d82eff8f2f3226
Author: Tzu-Li (Gordon) Tai <tzuli...@apache.org>
AuthorDate: Mon Aug 16 14:20:03 2021 +0800

    [hotfix] [e2e, build] Move driver module copying to prepare-package phase
    
    This was causing the doc builds to fail with "Artifact has not been
    packaged yet. When used on reactor artifact, copy should be executed
    after packaging: see MDEP-187.
    
    According to MDEP-187, moving the copy to prepare-package solves the
    issue.
---
 statefun-e2e-tests/statefun-smoke-e2e-multilang-base/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/statefun-e2e-tests/statefun-smoke-e2e-multilang-base/pom.xml 
b/statefun-e2e-tests/statefun-smoke-e2e-multilang-base/pom.xml
index f73cbe3..fd5fef2 100644
--- a/statefun-e2e-tests/statefun-smoke-e2e-multilang-base/pom.xml
+++ b/statefun-e2e-tests/statefun-smoke-e2e-multilang-base/pom.xml
@@ -54,6 +54,7 @@ under the License.
                 <artifactId>maven-dependency-plugin</artifactId>
                 <executions>
                     <execution>
+                        <phase>prepare-package</phase>
                         <goals>
                             <goal>copy</goal>
                         </goals>

Reply via email to