Skip to content

Commit

Permalink
fix initial maven command for prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
kdubois committed May 28, 2024
1 parent d228ba1 commit c11c1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/modules/ROOT/pages/17_prompts.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Maven::
[.console-input]
[source,bash,subs="+macros,+attributes"]
----
./mvnw "io.quarkus.platform:quarkus-maven-plugin:create" -DprojectGroupId="com.redhat.developers" -DprojectArtifactId="{project-ai-name}" -DprojectVersion="1.0-SNAPSHOT" -Dextensions=rest,langchain4j-core,langchain4j-openai
mvn "io.quarkus.platform:quarkus-maven-plugin:create" -DprojectGroupId="com.redhat.developers" -DprojectArtifactId="{project-ai-name}" -DprojectVersion="1.0-SNAPSHOT" -Dextensions=rest,langchain4j-core,langchain4j-openai
cd {project-ai-name}
----
--
Expand Down

0 comments on commit c11c1ce

Please sign in to comment.