Skip to content

Commit

Permalink
Switched dependent *.form file copy to pre-package phase from clean p…
Browse files Browse the repository at this point in the history
…hase to core to correctly run 'package' without needed to clean.
  • Loading branch information
leogps committed Apr 21, 2024
1 parent 33dbc0d commit ef72374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion player-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<executions>
<execution>
<id>copy-resources</id>
<phase>clean</phase>
<phase>prepare-package</phase>
<goals>
<goal>copy-resources</goal>
</goals>
Expand Down

0 comments on commit ef72374

Please sign in to comment.