summaryrefslogtreecommitdiffstats
path: root/hosted-tenant-base
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@perf14.head.factory.vespa.corp.bf1.yahoo.com>2022-04-01 09:16:53 +0000
committerArnstein Ressem <aressem@perf14.head.factory.vespa.corp.bf1.yahoo.com>2022-04-01 09:16:53 +0000
commite8b249ed4af3f82a0c220d8cecc5d715df7c6c9d (patch)
tree4ae8d22e9e8dde068a2740282c254b2f71a02842 /hosted-tenant-base
parent488a1c841722e764aa5d0cdc17728eb0195a7375 (diff)
More fixes and workarounds for making the publish to Nexus work with RHEL 8 and JDK 17.
Diffstat (limited to 'hosted-tenant-base')
-rw-r--r--hosted-tenant-base/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosted-tenant-base/pom.xml b/hosted-tenant-base/pom.xml
index 7a29ba88d46..696c76d96b5 100644
--- a/hosted-tenant-base/pom.xml
+++ b/hosted-tenant-base/pom.xml
@@ -353,6 +353,12 @@
<goals>
<goal>sign</goal>
</goals>
+ <configuration>
+ <gpgArguments>
+ <arg>--pinentry-mode</arg>
+ <arg>loopback</arg>
+ </gpgArguments>
+ </configuration>
</execution>
</executions>
</plugin>