Facing an exception while building the application from the local setup.
Error details:
gpg: no default secret key: No secret key
gpg: signing failed: No secret key
It appears that the build process requires a GPG key for signing artifacts, but no default secret key is configured in the local environment.
@govind By looking at logs, you are building certify service with its dependency.
This is the command to build any maven project by skipping gpg signing, tests and java doc
@govind I see the error says .skip=true is unknown lifecycle phase.
Can you please check that command is copied correctly? .skip should be prefixed by gpg or any javadoc not independently