From 343f82f93ae713c644561f49c05a2086a6f927b4 Mon Sep 17 00:00:00 2001 From: Amith Koujalgi <amith.koujalgi@razorthink.com> Date: Fri, 27 Oct 2023 13:35:48 +0530 Subject: [PATCH] init --- pom.xml | 76 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/pom.xml b/pom.xml index 08f45b5..ef553c6 100644 --- a/pom.xml +++ b/pom.xml @@ -73,20 +73,20 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-gpg-plugin</artifactId> - <version>1.5</version> - <executions> - <execution> - <id>sign-artifacts</id> - <phase>verify</phase> - <goals> - <goal>sign</goal> - </goals> - </execution> - </executions> - </plugin> +<!-- <plugin>--> +<!-- <groupId>org.apache.maven.plugins</groupId>--> +<!-- <artifactId>maven-gpg-plugin</artifactId>--> +<!-- <version>1.5</version>--> +<!-- <executions>--> +<!-- <execution>--> +<!-- <id>sign-artifacts</id>--> +<!-- <phase>verify</phase>--> +<!-- <goals>--> +<!-- <goal>sign</goal>--> +<!-- </goals>--> +<!-- </execution>--> +<!-- </executions>--> +<!-- </plugin>--> </plugins> </build> @@ -120,30 +120,30 @@ <profile> <id>ci-cd</id> <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-gpg-plugin</artifactId> - <version>3.1.0</version> - <executions> - <execution> - <id>sign-artifacts</id> - <phase>verify</phase> - <goals> - <goal>sign</goal> - </goals> - <configuration> - <!-- Prevent gpg from using pinentry programs. - Fixes: gpg: signing failed: Inappropriate ioctl for device --> - <gpgArguments> - <arg>--pinentry-mode</arg> - <arg>loopback</arg> - </gpgArguments> - </configuration> - </execution> - </executions> - </plugin> - </plugins> +<!-- <plugins>--> +<!-- <plugin>--> +<!-- <groupId>org.apache.maven.plugins</groupId>--> +<!-- <artifactId>maven-gpg-plugin</artifactId>--> +<!-- <version>3.1.0</version>--> +<!-- <executions>--> +<!-- <execution>--> +<!-- <id>sign-artifacts</id>--> +<!-- <phase>verify</phase>--> +<!-- <goals>--> +<!-- <goal>sign</goal>--> +<!-- </goals>--> +<!-- <configuration>--> +<!-- <!– Prevent gpg from using pinentry programs.--> +<!-- Fixes: gpg: signing failed: Inappropriate ioctl for device –>--> +<!-- <gpgArguments>--> +<!-- <arg>--pinentry-mode</arg>--> +<!-- <arg>loopback</arg>--> +<!-- </gpgArguments>--> +<!-- </configuration>--> +<!-- </execution>--> +<!-- </executions>--> +<!-- </plugin>--> +<!-- </plugins>--> </build> </profile> </profiles>