Prepare milestone 0.3.0M8 (#1349)

* Added new script to determine dependencies and check their licenses

* Added new script to determine dependencies and check their licenses

* Updated check-dependencies script

* Updated dependencies

* Update README.md

* Updated 3rd-party dependencies

* Updated 3rd-party dependencies

* Updated 3rd-party dependencies

* Fix copyright statement

* Fix copyright statement

* Add pinentry-mode config option for Maven GPG plugin
This commit is contained in:
Stefan Behl
2023-04-19 13:19:41 +02:00
committed by GitHub
parent 1b342001a2
commit d0882fd87d
7 changed files with 560 additions and 235 deletions

View File

@@ -639,6 +639,12 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>