All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.jreleaser.templates.init.jreleaser.yml.tpl Maven / Gradle / Ivy

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
    version: 8
  inceptionYear: @year@

release:
  github:
    owner: duke

distributions:
  app:
    artifacts:
      - path: path/to/{{distributionName}}-{{projectVersion}}.zip




© 2015 - 2024 Weber Informatics LLC | Privacy Policy