Document parsed project and Java named templates

This commit is contained in:
Andres Almiray
2021-04-11 18:42:55 +02:00
parent caf91cda77
commit 35daec14d9

View File

@@ -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
|===