Skip to content

Commit

Permalink
fix: removed unnecessary changes
Browse files Browse the repository at this point in the history
Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
  • Loading branch information
PranshuSrivastava committed Aug 26, 2024
1 parent bbebe22 commit a8662e5
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion keploy-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,26 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
Expand Down Expand Up @@ -176,4 +196,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit a8662e5

Please sign in to comment.