To deliver signed applications, one usually needs to generate a keystore.
One can use the keytool command line program delivered as part of the SDK. Another way to create the keystore is to use the Keytool Project via his nice java api.
See the Keytool Maven Plugin documentation.