Fix release file names for mvn40

This commit is contained in:
Guillaume Nodet
2023-03-22 11:25:19 +01:00
parent 95aeff2f7b
commit bb2dd091a4

View File

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