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

Document configuring your Quarkus application guide

XMLWordPrintable

    Create configuring your Quarkus application guide by lift and shift the existing configure your Quarkus application guide with the following changes:

    Version number:

    • We use the QuarkusPluginVersion AsciiDoc attribute to substitute the release version. The value of this attribute is defined in the common/attributes.adoc file in product documentation repository. The value of this attribute has already been updated to match the current release version (that is, 2.2.3.Final-redhat-00013) in a previous update. Please ensure that you create the topic branch for your updates based on the quarkus-2-2 branch to ensure that you are working with the most recently updated version of the content.

    Name of the Quarkus Maven plugin:

    • In the modules/proc_creating-config-quickstart-project.adoc file, change the name of the Quarkus Maven Plugin in the command example in Step 2 of the procedure from io.quarkus:quarkus-maven-plugin to: com.redhat.quarkus.platform:quarkus-maven-plugin
      The updated example should look as is shown in the following example :
      mvn com.redhat.quarkus.platform:quarkus-maven-plugin:{QuarkusPluginVersion}:create \
          -DprojectGroupId=org.acme \
          -DprojectArtifactId=config-quickstart \
          -DplatformGroupId=com.redhat.quarkus \
          -DplatformVersion={QuarkusPluginVersion} \
          -DclassName="org.acme.config.GreetingResource" \
          -Dpath="/greeting"
      cd config-quickstart
      

    Additional resources

    • remove the link to Testing your Quarkus applications form the additional resources section.
      Please remove the link completely (as opposed to commenting it out), because our publishing tool does not allow having AsciiDoc comments in the additional resources section.

        There are no Sub-Tasks for this issue.

            mpurcell@redhat.com Michelle Purcell
            142934-CCS-smanocha Sunayna Manocha
            Stefan Sitani (Inactive), Thomas Qvarnström
            Josef Smrcka Josef Smrcka (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved: