Skip to content

Commit

Permalink
add groupId and version to maven assembly plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
creme332 committed Dec 18, 2023
1 parent 3bd2103 commit 71f21e5
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 @@ -130,7 +130,9 @@
<!-- Plugin below is required to solve missing manifest file issue when project is packaged to jar -->
<!-- Reference: https://stackoverflow.com/a/574650/17627866 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.6.0</version>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<archive>
Expand Down

0 comments on commit 71f21e5

Please sign in to comment.