Skip to content

Commit

Permalink
Updated deploy phase in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jensborch committed Sep 3, 2024
1 parent 28c030d commit a8b7b35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@
<goals>
<goal>jar-no-fork</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
Expand All @@ -316,6 +317,7 @@
<goals>
<goal>jar</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit a8b7b35

Please sign in to comment.