Hi Emmanuel,
On 9/11/18 3:05 PM, Emmanuel Lécharny wrote:
> while checking the release, I tried to build the MacOS package with mvn
> -Pmacos install, but it ends with an error :
>
> error: The specified item could not be found in the keychain.
> [ERROR] Command execution failed.
> org.apache.commons.exec.ExecuteException: Process exited with an error:
> 1 (Exit value: 1)
> ...
>
>
> which is most certainly related to the missing signature.
>
> Is there a way to get rid of this error ?
yes, you can comment out the two lines [1] in
installers/macos/src/dmg/createDMG.sh
I'll try to make that optional, maybe to checking an environment variable.
Kind Regards,
Stefan
[1]
https://github.com/apache/directory-studio/blob/master/installers/macos/src/dmg/createDMG.sh#L43