mirror of
https://github.com/jlengrand/jreleaser.github.io.git
synced 2026-03-10 08:31:25 +00:00
Document jbang.alias
This commit is contained in:
@@ -36,6 +36,11 @@ packagers:
|
||||
# Key will be capitalized and prefixed with `jbang`, i.e, `jbangFoo`.
|
||||
foo: bar
|
||||
|
||||
# The jbang executable alias.
|
||||
# If left undefined, will use `${distribution.name}`
|
||||
# [optional]
|
||||
alias: cli
|
||||
|
||||
# Git author used to commit to the catalog repository.
|
||||
# [optional]
|
||||
commitAuthor:
|
||||
@@ -103,6 +108,11 @@ JSON::
|
||||
"foo": "bar"
|
||||
},
|
||||
|
||||
// The jbang executable alias.
|
||||
// If left undefined, will use `${distribution.name}`
|
||||
// [optional]
|
||||
"alias": "cli",
|
||||
|
||||
// Git author used to commit to the catalog repository.
|
||||
// [optional]
|
||||
"commitAuthor": {
|
||||
@@ -187,6 +197,13 @@ Maven::
|
||||
<foo>bar</foo>
|
||||
</extraProperties>
|
||||
|
||||
<!--
|
||||
The jbang executable alias.
|
||||
If left undefined, will use `${distribution.name}`
|
||||
[optional]
|
||||
-->
|
||||
<alias>cli</alias>
|
||||
|
||||
<!--
|
||||
Git author used to commit to the repository.
|
||||
[optional]
|
||||
@@ -274,6 +291,11 @@ jreleaser {
|
||||
// [optional]
|
||||
extraProperties.put('foo', 'bar')
|
||||
|
||||
// The jbang executable alias.
|
||||
// If left undefined, will use `${distribution.name}`
|
||||
// [optional]
|
||||
alias = 'cli'
|
||||
|
||||
// Git author used to commit to the catalog repository.
|
||||
// [optional]
|
||||
commitAuthor {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
Your Ant build must be configured to create binary distributions (Zips and Tars). Review the
|
||||
link:http://ant.apache.org/[Ant] documentation to find out how to do that. Follow the instructions
|
||||
in the xref:ROOT:install.adoc[] section to download and install the JReleaser Ant tasks. Once configured
|
||||
you an bootstrap a configuration file
|
||||
you can bootstrap a configuration file
|
||||
|
||||
[source]
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user