Skip to content

Commit

Permalink
refactor: add maven-assembly-plugin to phase package
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner committed May 30, 2024
1 parent 9e2c90d commit 6c16b06
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,15 @@
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
<executions>
<execution>
<id>assemble-all</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 6c16b06

Please sign in to comment.