Skip to content

Commit

Permalink
Remove .flattened-pom.xml on install (#1581)
Browse files Browse the repository at this point in the history
Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
  • Loading branch information
avgustinmm committed Feb 2, 2024
1 parent 34e2ad4 commit d95a412
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -294,6 +294,13 @@
<goal>flatten</goal>
</goals>
</execution>
<execution>
<id>flatten.clean.on.install</id>
<phase>install</phase>
<goals>
<goal>clean</goal>
</goals>
</execution>
<execution>
<id>flatten.clean</id>
<phase>clean</phase>
Expand Down

0 comments on commit d95a412

Please sign in to comment.