Skip to content

Commit

Permalink
HBASE-26601 maven-gpg-plugin failing with "Inappropriate ioctl for de…
Browse files Browse the repository at this point in the history
…vice"

Signed-off-by: Andrew Purtell <[email protected]>
  • Loading branch information
apurtell committed Dec 18, 2021
1 parent e598f2c commit a0acf8c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1075,6 +1075,11 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>${maven.gpg.version}</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down Expand Up @@ -1782,6 +1787,7 @@
<maven.bundle.version>3.3.0</maven.bundle.version>
<maven.checkstyle.version>3.1.0</maven.checkstyle.version>
<maven.eclipse.version>2.10</maven.eclipse.version>
<maven.gpg.version>3.0.1</maven.gpg.version>
<maven.javadoc.version>3.2.0</maven.javadoc.version>
<maven.warbucks.version>1.1.0</maven.warbucks.version>
<maven.project.info.report.version>3.1.2</maven.project.info.report.version>
Expand Down

0 comments on commit a0acf8c

Please sign in to comment.