Initial commit
This commit is contained in:
commit
fe3040fd8b
51 changed files with 1365 additions and 0 deletions
38
examples/jreleaser.json
Normal file
38
examples/jreleaser.json
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"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"
|
||||
},
|
||||
"languages" {
|
||||
"java": {
|
||||
"groupId": "com.acme",
|
||||
"version": "8"
|
||||
},
|
||||
}
|
||||
"inceptionYear": "2025"
|
||||
},
|
||||
|
||||
"release": {
|
||||
"github": {
|
||||
"owner": "duke"
|
||||
}
|
||||
},
|
||||
|
||||
"distributions": {
|
||||
"app": {
|
||||
"artifacts": [
|
||||
{
|
||||
"path": "path/to/{{distributionName}}-{{projectVersion}}.zip"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue