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

Failed to collect dependencies of some extensions to be built

    XMLWordPrintable

Details

    • Hide

      The example of the reproducer here is the same with the other extensions but here just I will use smallrye-reactive-messaging-pulsar:
      I downloaded the maven repo zip.

      1.Execute the next mvn command:

      $ mvn -Dmaven.repo.local=$mavenRepoLocalPath -Dquarkus-plugin.version=3.8.1.temporary-redhat-00008 -DquarkusRegistryClient=false com.redhat.quarkus.platform:quarkus-maven-plugin:3.8.1.temporary-redhat-00008:create -DprojectGroupId=io.quarkus.qe -DprojectVersion=1.0.0-SNAPSHOT -Dextensions=smallrye-reactive-messaging-pulsar -DprojectArtifactId=reproducer-smallrye-reactive-messaging-pulsar-3.8.1.temporary-redhat-00008 

      2. go to the specific path of the reproducer created:

      cd reproducer-smallrye-reactive-messaging-pulsar-3.8.1.temporary-redhat-00008  

      3.  Execute the next mvn command:

      mvn clean package -Dmaven.repo.local=$mavenRepoLocalPath -DskipTests 
      Show
      The example of the reproducer here is the same with the other extensions but here just I will use smallrye-reactive-messaging-pulsar : I downloaded the maven repo zip. 1.Execute the next mvn command: $ mvn -Dmaven.repo.local=$mavenRepoLocalPath -Dquarkus-plugin.version=3.8.1.temporary-redhat-00008 -DquarkusRegistryClient= false com.redhat.quarkus.platform:quarkus-maven-plugin:3.8.1.temporary-redhat-00008:create -DprojectGroupId=io.quarkus.qe -DprojectVersion=1.0.0-SNAPSHOT -Dextensions=smallrye-reactive-messaging-pulsar -DprojectArtifactId=reproducer-smallrye-reactive-messaging-pulsar-3.8.1.temporary-redhat-00008 2. go to the specific path of the reproducer created: cd reproducer-smallrye-reactive-messaging-pulsar-3.8.1.temporary-redhat-00008 3.  Execute the next mvn command: mvn clean package -Dmaven.repo.local=$mavenRepoLocalPath -DskipTests
    • ---
    • Red Hat build of Quarkus

    Description

      We found several errors in extensions from our https://github.com/quarkus-qe/quarkus-extensions-combinations.git testing:

      • apicurio-registry-json-schema
      • hibernate-search-orm-outbox-polling
      • oidc-client-graphql 
      • smallrye-reactive-messaging-pulsar
        We tested these extensions individually and we observed the following error after running mvn clean package -Dmaven.repo.local=$mavenRepoLocalPath .

      Error output:

      [ERROR] Failed to execute goal com.redhat.quarkus.platform:quarkus-maven-plugin:3.8.1.temporary-redhat-00008:generate-code (default) on project reproducer-smallrye-reactive-messaging-pulsar-3.8.1.temporary-redhat-00008: Quarkus code generation phase has failed: Failed to bootstrap application in NORMAL mode: Failed to inject extension deployment dependencies for io.quarkus.qe:reproducer-smallrye-reactive-messaging-pulsar-3.8.1.temporary-redhat-00008:1.0.0-SNAPSHOT: Failed to collect dependencies of io.quarkus:quarkus-smallrye-reactive-messaging-pulsar-deployment:jar:3.8.1.temporary-redhat-00008: either its POM could not be resolved from the available Maven repositories or the artifact does not have any dependencies while at least a dependency on the runtime artifact io.quarkus:quarkus-smallrye-reactive-messaging-pulsar:jar:3.8.1.temporary-redhat-00008 is expected -> [Help 1]
      [ERROR]

      Attachments

        Issue Links

          Activity

            People

              sausingh@redhat.com Saumya Singh
              rhn-support-jcarranz Jose Carranza Nalvaiz
              Jose Carranza Nalvaiz Jose Carranza Nalvaiz
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: