Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-26601

maven-gpg-plugin failing with "Inappropriate ioctl for device"

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.5.0, 3.0.0-alpha-2, 2.4.9
    • build
    • None

    Description

      In some environments, if the Maven GPG plugin is too old, GPG signing will fail with "Inappropriate ioctl for device"

      The fix is to specify the latest version of the GPG plugin in the pluginManagement section of the project's POM, currently 3.0.1.

          ...
          <pluginManagement>
            <plugins>
              <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-gpg-plugin</artifactId>
                <version>3.0.1</version>
              </plugin>
          ...
          </pluginManagement>
      

      Attachments

        Activity

          People

            apurtell Andrew Kyle Purtell
            apurtell Andrew Kyle Purtell
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: