Skip to content

Commit

Permalink
Move unpack jars profile to an earlier Maven phase.
Browse files Browse the repository at this point in the history
  • Loading branch information
baldimir committed Oct 24, 2024
1 parent 65e0b4c commit e078797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kogito-build/kogito-build-no-bom-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@
<executions>
<execution>
<id>unpack-jar</id>
<phase>compile</phase>
<phase>process-resources</phase>
<goals>
<goal>unpack</goal>
</goals>
Expand Down

0 comments on commit e078797

Please sign in to comment.