Skip to content

Commit

Permalink
OptaPlanner guide: fix mvn quarkus-maven-plugin:create
Browse files Browse the repository at this point in the history
  • Loading branch information
ge0ffrey committed Jul 24, 2020
1 parent 4260d34 commit 25862d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/optaplanner.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Alternatively, generate it from the command line with Maven:
mvn io.quarkus:quarkus-maven-plugin:{quarkus-version}:create \
-DprojectGroupId=org.acme \
-DprojectArtifactId=optaplanner-quickstart \
-Dextensions="resteasy, resteasy-jackson, optaplanner, optaplanner-jackson"
-Dextensions="resteasy, resteasy-jackson, optaplanner-quarkus, optaplanner-quarkus-jackson"
cd optaplanner-quickstart
----
Expand Down

0 comments on commit 25862d3

Please sign in to comment.