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 12:17:33 UTC

[hbase] branch master updated: 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 master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 84749b054c5 HBASE-27501 The .flattened-pom.xml for some modules are not installed (#4893)
84749b054c5 is described below

commit 84749b054c5697cb0f3240fa3c0f976cf5df865d
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>
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 3baadbceafe..2a3c3b56ef9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2117,6 +2117,7 @@
         <version>1.3.0</version>
         <configuration>
           <embedBuildProfileDependencies>true</embedBuildProfileDependencies>
+          <updatePomFile>true</updatePomFile>
         </configuration>
         <executions>
           <!-- enable flattening -->