This is an automated email from the ASF dual-hosted git repository.

yamer pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git


The following commit(s) were added to refs/heads/main by this push:
     new d000b7a7da Update README.md (#2429)
d000b7a7da is described below

commit d000b7a7daaabd3eb8dfa944ee19dfb9bfc122c6
Author: Josh Dickison <[email protected]>
AuthorDate: Fri Mar 15 05:13:48 2024 -0400

    Update README.md (#2429)
    
    including starter and add-ons in command copy
---
 springboot/archetype/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/springboot/archetype/README.md b/springboot/archetype/README.md
index fc99e2a0dc..03aab8f47e 100644
--- a/springboot/archetype/README.md
+++ b/springboot/archetype/README.md
@@ -28,7 +28,7 @@ mvn archetype:generate \
     -DarchetypeArtifactId=kogito-spring-boot-archetype \
     -DarchetypeVersion=2.0.0-SNAPSHOT \
     -DgroupId=com.company \
-    -DartifactId=sample-kogito
+    -DartifactId=sample-kogito \
     -Dstarters=decisions,rules,processes
 ```
 
@@ -52,7 +52,7 @@ mvn archetype:generate \
     -DarchetypeArtifactId=kogito-spring-boot-archetype \
     -DarchetypeVersion=2.0.0-SNAPSHOT \
     -DgroupId=com.company \
-    -DartifactId=sample-kogito
+    -DartifactId=sample-kogito \
     -Daddons=monitoring-prometheus,persistence-infinispan
 ```
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to