META-INF.jreleaser.templates.init.jreleaser.toml.tpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jreleaser-templates Show documentation
Show all versions of jreleaser-templates Show documentation
JReleaser packager templates
The newest version!
# {{jreleaserCreationStamp}}
[project]
name = "app"
version = "1.0.0-SNAPSHOT"
description = "Awesome App"
longDescription = "Awesome App"
authors = ["Duke"]
license = "Apache-2.0"
links.homepage = "https://acme.com/app"
java.groupId = "com.acme"
java.version = "8"
inceptionYear = "@year@"
[release.github]
owner = "duke"
[distributions.app]
artifacts = [
{ path = "path/to/{{distributionName}}-{{projectVersion}}.zip" }
]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy