Skip to content

Commit fe2ce00

Browse files
authored
Merge pull request #30174 from gsmet/codestarts-typo
Small improvements to codestarts documentation
2 parents 5e547b4 + e4cc7e4 commit fe2ce00

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

docs/src/main/asciidoc/extension-codestart.adoc

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -388,9 +388,9 @@ NOTE: `codestart.yml` is the only required file.
388388

389389
[source,bash]
390390
----
391-
gen-info.time = time of generation (in millis)
391+
gen-info.time = generation time (in milliseconds)
392392
input.selected-extensions[].name|description|guide = list of selected extensions with info
393-
input.selected-extensions-ga = Set of String with the list of extensions groupId:artifactId, usefull for dynamic codestarts depending on selected extensions
393+
input.selected-extensions-ga = Set of Strings containing the list of extensions groupId:artifactId, useful for dynamic codestarts depending on selected extensions
394394
input.provided-code[].name|tags|title|description|related-guide: list of selected codestarts with info
395395
----
396396

@@ -399,24 +399,26 @@ input.provided-code[].name|tags|title|description|related-guide: list of selecte
399399
[source,properties]
400400
----
401401
quarkus.platform.group-id = BOM groupId
402-
quarkus.platform.artifact-id = BOM ArtifactId
403-
quarkus.platform.version = BOM Version
402+
quarkus.platform.artifact-id = BOM artifactId
403+
quarkus.platform.version = BOM version
404404
project.group-id = Project groupId
405-
project.artifact-id = project ArtifactId
406-
project.version = Project Version
407-
project.package-name = Project Package name
405+
project.artifact-id = Project artifactId
406+
project.version = Project version
407+
project.name = Project name (if specified)
408+
project.description = Project description (if specified)
409+
project.package-name = Project package name
408410
quarkus.maven-plugin.group-id = Quarkus Maven plugin groupId
409-
quarkus.maven-plugin.artifact-id = Quarkus Maven plugin ArtifactId
410-
quarkus.maven-plugin.version = Quarkus Maven plugin version.
411-
quarkus.gradle-plugin.id = Quarkus gradle pluginId
412-
quarkus.gradle-plugin.version = Quarkus gradle plugin version
411+
quarkus.maven-plugin.artifact-id = Quarkus Maven plugin artifactId
412+
quarkus.maven-plugin.version = Quarkus Maven plugin version
413+
quarkus.gradle-plugin.id = Quarkus Gradle pluginId
414+
quarkus.gradle-plugin.version = Quarkus Gradle plugin version
413415
quarkus.version = Quarkus version
414416
java.version = Java version
415417
kotlin.version = Kotlin version
416-
scala.version = scala version
417-
scala-maven-plugin.version = scala maven plugin version
418+
scala.version = Scala version
419+
scala-maven-plugin.version = Scala Maven plugin version
418420
maven-compiler-plugin.version = Maven compiler plugin version
419-
maven-surefire-plugin.version = Maven surefire plugin version
421+
maven-surefire-plugin.version = Maven Surefire plugin version
420422
----
421423

422424
=== Naming Convention for files

0 commit comments

Comments
 (0)