Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-6759

[REGRESSION] Maven fails to use <repositories> section from dependency when resolving transitive dependencies in some cases

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.6.2
    • 3.6.3
    • None
    • None

    Description

      With Maven 3.6.2, I get the following error on a project using the ASF parent POM version 21:

      [ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process (process-resource-bundles) on project ChildA: Failed to resolve dependencies for one or more projects in the reactor. Reason: Missing:
      [ERROR] ----------
      [ERROR] 1) io.confluent:kafka-avro-serializer:jar:1.0
      [ERROR]
      [ERROR] Try downloading the file manually from the project website.
      [ERROR]
      [ERROR] Then, install it using the command:
      [ERROR] mvn install:install-file -DgroupId=io.confluent -DartifactId=kafka-avro-serializer -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file
      [ERROR]
      [ERROR] Alternatively, if you host your own repository you can deploy the file there:
      [ERROR] mvn deploy:deploy-file -DgroupId=io.confluent -DartifactId=kafka-avro-serializer -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
      [ERROR]
      [ERROR] Path to dependency:
      [ERROR] 1) io.github.srdo:ChildA:jar:0.0.1-SNAPSHOT
      [ERROR] 2) io.github.srdo:ChildB:jar:0.0.1-SNAPSHOT
      [ERROR] 3) io.confluent:kafka-avro-serializer:jar:1.0
      [ERROR] ----------
      [ERROR] 1 required artifact is missing.
      [ERROR]
      [ERROR] for artifact:
      [ERROR] io.github.srdo:ChildA:jar:0.0.1-SNAPSHOT
      [ERROR]
      [ERROR] from the specified remote repositories:
      [ERROR] apache.snapshots (https://repository.apache.org/snapshots, releases=false, snapshots=true),
      [ERROR] central (https://repo.maven.apache.org/maven2, releases=true, snapshots=false)

      This build works on Maven 3.6.1. I've put up a reproduction at https://github.com/srdo/Maven362RepositoriesRegression

      I've found the following workarounds:

      • Dropping the ASF parent POM. Maybe there's a plugin version in there Maven 3.6.2 doesn't like?
      • Copying the <repositories> section from ChildB into ChildA

      Attachments

        Issue Links

          Activity

            People

              rfscholte Robert Scholte
              srdo Stig Rohde Døssing
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 40m
                  40m