gluonhq / ide-plugins

Gluon integration with Java IDEs
BSD 3-Clause "New" or "Revised" License
20 stars 8 forks source link

Netbeans Android key signing password with $. Keystore file extension. #40

Open scientificware opened 3 years ago

scientificware commented 3 years ago

Two remarks submitted for your appreciation.

In the pom.xml file, when a key signing password contains an $, it must be escaped. Otherwise, it causes signed for debug only. Could this recommendation be added to your documentation ?

Android Studio accepts keystore file with .pkcs12 extension for example. But the Gluon plugin makes a debug signature in this case. It seems that at least an .jks extension is needed. Could you mention in the documentation which extension(s) the plugin can manage ?