Uploaded image for project: 'Quarkus'
  1. Quarkus
  2. QUARKUS-1766

Error in the Getting started guide

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Blocker Blocker
    • None
    • 2.2.3.GA, 2.2.3.SP1, 2.2.5.GA
    • team/docs
    • None
    • Quarkus Docs Sprint 6
    • 2
    • +

      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.

       

            snelluli@redhat.com Sreelatha Nelluli
            rhn-sa-tqvarnst Thomas Qvarnström
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: