-
Bug
-
Resolution: Duplicate
-
Blocker
-
None
-
2.2.3.GA, 2.2.3.SP1, 2.2.5.GA
-
None
-
2
-
False
-
False
-
+
-
-
Quarkus Docs Sprint 6
In the getting started guide section th4. Creating the Getting Started project the maven command for Linux/Mac and Windows are using the wrong platformGroupId.
Currently, the guide says:
mvn com.redhat.quarkus.platform:quarkus-maven-plugin:2.2.3.Final-redhat-00013:create \ -DprojectGroupId=org.acme \ -DprojectArtifactId=getting-started \ -DplatformGroupId=com.redhat.quarkus \ -DplatformVersion=2.2.3.Final-redhat-00013 \ -DclassName="org.acme.quickstart.GreetingResource" \ -Dpath="/hello" cd getting-started
And it should be:
mvn com.redhat.quarkus.platform:quarkus-maven-plugin:2.2.3.Final-redhat-00013:create \ -DprojectGroupId=org.acme \ -DprojectArtifactId=getting-started \ -DplatformGroupId=com.redhat.quarkus.platform \ -DplatformVersion=2.2.3.Final-redhat-00013 \ -DclassName="org.acme.quickstart.GreetingResource" \ -Dpath="/hello" cd getting-started
Notice the platform at the end of -DplatformGroupId
We also need to update the Windows and Windows Powershell commands.
- duplicates
-
QUARKUS-1697 Update Creating the Getting Started project guide with right platfromGroupId
- Closed
- is related to
-
QUARKUS-1767 Better error message when using the wrong platform
- Closed