mirror of
https://github.com/jlengrand/jreleaser.github.io.git
synced 2026-03-10 08:31:25 +00:00
Document parsed project and Java named templates
This commit is contained in:
@@ -48,7 +48,12 @@ The following names are related to xref:configuration:project.adoc[]
|
||||
| projectTagsByComma | comma separate list of project tags
|
||||
| projectJavaGroupId | the project groupId (Maven coordinates)
|
||||
| projectJavaArtifactId | the project artifactId (Maven coordinates)
|
||||
| projectJavaVersion | the project Java version
|
||||
| projectJavaVersion | the project Java version (full)
|
||||
| projectJavaVersionMajor | the project Java version (major)
|
||||
| projectJavaVersionMinor | the project Java version (minor)
|
||||
| projectJavaVersionPatch | the project Java version (patch)
|
||||
| projectJavaVersionTag | the project Java version (tag)
|
||||
| projectJavaVersionBuild | the project Java version (build)
|
||||
| projectMainClass | the main class launched by the executable script launcher
|
||||
|===
|
||||
|
||||
@@ -152,7 +157,12 @@ The following names are related to xref:configuration:distributions.adoc[]
|
||||
| distributionTagsByComma | comma separate list of distribution tags
|
||||
| distributionJavaGroupId | the distribution groupId (Maven coordinates)
|
||||
| distributionJavaArtifactId | the distribution artifactId (Maven coordinates)
|
||||
| distributionJavaVersion | the distribution Java version
|
||||
| distributionJavaVersion | the distribution Java version (full)
|
||||
| distributionJavaVersionMajor | the distribution Java version (major)
|
||||
| distributionJavaVersionMinor | the distribution Java version (minor)
|
||||
| distributionJavaVersionPatch | the distribution Java version (patch)
|
||||
| distributionJavaVersionTag | the distribution Java version (tag)
|
||||
| distributionJavaVersionBuild | the distribution Java version (build)
|
||||
| distributionMainClass | the main class launched by the executable script launcher
|
||||
|===
|
||||
|
||||
|
||||
Reference in New Issue
Block a user