This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git
The following commit(s) were added to refs/heads/master by this push:
new f4868f4932 ISIS-3297: POMs: remove duplicated maven-gpg-plugin
f4868f4932 is described below
commit f4868f4932a7f038ca3d0f2e8d9baea667e4e9ed
Author: Andi Huber <[email protected]>
AuthorDate: Tue Nov 29 07:46:13 2022 +0100
ISIS-3297: POMs: remove duplicated maven-gpg-plugin
---
bom/pom.xml | 25 +++++++------------------
1 file changed, 7 insertions(+), 18 deletions(-)
diff --git a/bom/pom.xml b/bom/pom.xml
index 7cce9e4e83..fa4e865fd5 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -1004,24 +1004,6 @@ It is therefore a copy of org.apache:apache, with
customisations clearly identif
<build>
<plugins>
<!-- APACHE CAUSEWAY customisation 17/21: start -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-gpg-plugin</artifactId>
- <executions>
- <execution>
- <id>sign-release-artifacts</id>
- <goals>
- <goal>sign</goal>
- </goals>
- <configuration>
- <gpgArguments>
- <arg>--pinentry-mode</arg>
- <arg>loopback</arg>
- </gpgArguments>
- </configuration>
- </execution>
- </executions>
- </plugin>
<plugin>
<groupId>org.projectlombok</groupId>
<artifactId>lombok-maven-plugin</artifactId>
@@ -1168,9 +1150,16 @@ 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>
+
</plugins>
</build>
<!-- APACHE CAUSEWAY customisation 20/21: start -->