Skip to content

Commit

Permalink
fix pd/store-dist clean execution phase
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Jul 10, 2024
1 parent ae042b0 commit 7f5a411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hugegraph-pd/hg-pd-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</configuration>
<executions>
<execution>
<phase>initialize</phase>
<phase>clean</phase>
<goals>
<goal>clean</goal>
</goals>
Expand Down
2 changes: 1 addition & 1 deletion hugegraph-store/hg-store-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</configuration>
<executions>
<execution>
<phase>initialize</phase>
<phase>clean</phase>
<goals>
<goal>clean</goal>
</goals>
Expand Down

0 comments on commit 7f5a411

Please sign in to comment.