templates.name.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tentackle-jlink-maven-plugin Show documentation
Show all versions of tentackle-jlink-maven-plugin Show documentation
Maven Plugin to Create Self-Contained Applications
<#-- template to create the name of the runner script -->
<#if osName?upper_case?contains("WIN")>
run.cmd
<#else>
run.sh
#if>