This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch CAUSEWAY-3253 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 5b9f8c3b30827eb0774642ef9bd1da5e08d1859e Author: danhaywood <[email protected]> AuthorDate: Tue Mar 14 07:07:53 2023 +0000 fixes (?) gpg config for signing --- bom/pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index 334de81bd1..4ab9ebf2b8 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -49,7 +49,7 @@ It is therefore a copy of org.apache:apache, with customisations clearly identif Also the parent POM for the core framework and extensions. </description> - <properties> + <properties> <!-- BUILD SPECIFICA --> @@ -3000,12 +3000,6 @@ It is therefore a copy of org.apache:apache, with customisations clearly identif <goals> <goal>sign</goal> </goals> - <configuration> - <gpgArguments> - <arg>--pinentry-mode</arg> - <arg>loopback</arg> - </gpgArguments> - </configuration> </execution> </executions> </plugin>
