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 151c03e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,9 @@
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
<goal>jar</goal>
</goals>
<phase>deploy</phase>
</execution>
</executions>
</plugin>
Expand All @@ -316,6 +317,7 @@
<goals>
<goal>jar</goal>
</goals>
<phase>deploy</phase>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 151c03e

Please sign in to comment.