Skip to content

Commit

Permalink
chore: disable clean flatten for deploy (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
imbajin committed Mar 13, 2024
1 parent 0cfd8da commit c883f56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit c883f56

Please sign in to comment.