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 3c16ffa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 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>package</phase>
</execution>
</executions>
</plugin>
Expand All @@ -314,8 +315,9 @@
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
<goal>jar-no-fork</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 3c16ffa

Please sign in to comment.