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

jin pushed a commit to branch imbajin-patch-1
in repository 
https://gitbox.apache.org/repos/asf/incubator-hugegraph-commons.git

commit ce79d56fc0a81f17e49070f36f05c34aef65f12d
Author: imbajin <[email protected]>
AuthorDate: Wed Mar 13 20:22:06 2024 +0800

    chore: disable clean flatten for deploy
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 157da40..198247f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -270,14 +270,14 @@
                             <goal>clean</goal>
                         </goals>
                     </execution>
-                    <!-- auto delete .flattened-pom.xml after "install" step 
-->
-                    <execution>
+                    <!-- auto delete .flattened-pom.xml after "install" step, 
it will influence deploy step -->
+                    <!--execution>
                         <id>remove-flattened-pom</id>
                         <phase>install</phase>
                         <goals>
                             <goal>clean</goal>
                         </goals>
-                    </execution>
+                    </execution-->
                 </executions>
             </plugin>
         </plugins>

Reply via email to