You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2022/11/23 13:04:03 UTC

[hbase] 03/03: HBASE-27501 The .flattened-pom.xml for some modules are not installed (#4893)

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

zhangduo pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 8c2cfcf207e8b651ad7fad270653c2bff03da963
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Wed Nov 23 20:17:28 2022 +0800

    HBASE-27501 The .flattened-pom.xml for some modules are not installed (#4893)
    
    Signed-off-by: Bryan Beaudreault <bb...@apache.org>
    (cherry picked from commit 84749b054c5697cb0f3240fa3c0f976cf5df865d)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 01ea35226c6..3dc0afdabfa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1900,6 +1900,7 @@
         <version>1.3.0</version>
         <configuration>
           <embedBuildProfileDependencies>true</embedBuildProfileDependencies>
+          <updatePomFile>true</updatePomFile>
         </configuration>
         <executions>
           <!-- enable flattening -->