Skip to content

Commit

Permalink
update pom to skip gpg (mosip#26)
Browse files Browse the repository at this point in the history
Co-authored-by: Sreang Rathanak <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]>
  • Loading branch information
rathanak-0080 and Sreang Rathanak committed Jan 15, 2024
1 parent 367b94f commit a32a30c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions signup-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<configuration>
<skip>true</skip>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit a32a30c

Please sign in to comment.