Use maven-mvnd as a distribution name (#638)

This commit is contained in:
Guillaume Nodet
2022-05-04 12:02:10 +02:00
committed by GitHub
parent e3bff92c95
commit 50bfcf8c15
3 changed files with 20 additions and 19 deletions

View File

@@ -93,6 +93,6 @@
</directory>
</fileSet>
<archive name="mvnd-${project.version}-${os.detected.name}-${os.detected.arch}.zip" executable="**/bin/mvnd"/>
<archive name="maven-mvnd-${project.version}-${os.detected.name}-${os.detected.arch}.zip" executable="**/bin/mvnd"/>
</assembly>