Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
caring-coder committed Sep 5, 2024
1 parent a896d5c commit cfce087
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.4</version>
<configuration>
<bestPractices>true</bestPractices>
<passphraseEnvName>GPG_SECRET_PASS</passphraseEnvName>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
Expand All @@ -47,12 +51,6 @@
</goals>
</execution>
</executions>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit cfce087

Please sign in to comment.