Skip to content

Commit

Permalink
chore(pom.xml): remove redundant finalName element from pom.xml build…
Browse files Browse the repository at this point in the history
… configuration (#178)
  • Loading branch information
Alejandro Alvarez authored Oct 16, 2023
1 parent e73c7a8 commit 10db343
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@
</plugins>
<!-- Need to keep final name in sync with the final name of the maven-assembly-plugin configuration-->
<!-- in order to only generate single jar with dependencies-->
<finalName>${project.name}-${project.version}</finalName>
</build>

</project>
Expand Down

0 comments on commit 10db343

Please sign in to comment.