This is an automated email from the ASF dual-hosted git repository.
vgalaxies pushed a commit to branch to-1.5.0
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
The following commit(s) were added to refs/heads/to-1.5.0 by this push:
new 2495a68a5 remove auto delete .flattened-pom.xml for pd
2495a68a5 is described below
commit 2495a68a5dbf9fcf831c07cc6ad1819365967016
Author: VGalaxies <[email protected]>
AuthorDate: Sat Jul 13 13:24:04 2024 +0800
remove auto delete .flattened-pom.xml for pd
---
hugegraph-pd/pom.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/hugegraph-pd/pom.xml b/hugegraph-pd/pom.xml
index b5db57f26..f7f172912 100644
--- a/hugegraph-pd/pom.xml
+++ b/hugegraph-pd/pom.xml
@@ -119,14 +119,6 @@
<goal>clean</goal>
</goals>
</execution>
- <!-- auto delete .flattened-pom.xml after "install" step
-->
- <execution>
- <id>remove-flattened-pom</id>
- <phase>install</phase>
- <goals>
- <goal>clean</goal>
- </goals>
- </execution>
</executions>
</plugin>
<plugin>