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

Release artifacts for 3.2.11 missing in Maven repo

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • 3.2.11.GA
    • None
    • team/eng
    • None
    • Hide

      Create a Maven project and import the RHBQ 3.2.11 BOM

      <dependency>
          <groupId>com.redhat.quarkus.platform</groupId>
          <artifactId>quarkus-bom</artifactId>
          <version>3.2.11.Final-redhat-00001</version>
          <type>pom</type>
          <scope>import</scope>
      </dependency>
      

      Then add dependencies to any of the missing dependencies such as io.quarkus:quarkus-config-yaml.

      Show
      Create a Maven project and import the RHBQ 3.2.11 BOM <dependency> <groupId> com.redhat.quarkus.platform </groupId> <artifactId> quarkus-bom </artifactId> <version> 3.2.11.Final-redhat-00001 </version> <type> pom </type> <scope> import </scope> </dependency> Then add dependencies to any of the missing dependencies such as io.quarkus:quarkus-config-yaml .
    • ---

      The 3.2.11 BOM at https://maven.repository.redhat.com/ga/com/redhat/quarkus/platform/quarkus-bom/3.2.11.Final-redhat-00001/quarkus-bom-3.2.11.Final-redhat-00001.pom declares nonexistent dependencies. Two examples:

      Did the Maven publishing process fail while producing the 3.2.11 release?

            olubyans@redhat.com Alexey Loubyansky
            marcelstoer-tim Marcel Stör
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: