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

yangjiaqi pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-hugegraph-commons.git


The following commit(s) were added to refs/heads/master by this push:
     new c883f56  chore: disable clean flatten for deploy (#141)
c883f56 is described below

commit c883f56a4e491548e090ca1a87a5d0a9c927447a
Author: imbajin <[email protected]>
AuthorDate: Wed Mar 13 20:27:00 2024 +0800

    chore: disable clean flatten for deploy (#141)
---
 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