Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-6916

Fix extraneous "${project.basedir}/src/site/resources/repo/" directory appearance

    XMLWordPrintableJSON

Details

    Description

      After upgrade HBase lib (in scope of DRILL-6349) in Drill project sources root directory the extraneous directory can be created in the process of mvn clean install -DskipTests -pl contrib/storage-hbase/
      It is related to absent maven-metadata.xml file in org.glassfish:javax.el transitive dependency from HBase lib.
      See info from mvn release:prepare -X:

      [INFO] [DEBUG] Failure to find org.glassfish:javax.el/maven-metadata.xml in file:${project.basedir}/src/site/resources/repo was cached in the local repository, resolution will not be reattempted until the update interval of project.local has elapsed or updates are forced

      So it can be easily reproduced with removing org.glassfish:javax.el from local maven repo:

      ~/.m2/repository/org/glassfish/javax.el

      and making Drill build for HBase package:

      mvn clean install -DskipTests -pl contrib/storage-hbase/

      Solution: update HBase lib to the latest 2.1.1 version, since HBASE-21005 resolved there.

      Attachments

        Issue Links

          Activity

            People

              vitalii Vitalii Diravka
              vitalii Vitalii Diravka
              Arina Ielchiieva Arina Ielchiieva
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: