Github user dylin commented on the pull request: https://github.com/apache/cordova-blackberry/pull/169#issuecomment-50036071 we transform ww 2.0 style arguments to ww 1.0 style and pass them to packager, there are no a corresponding things for --no-singing in packager side. the cli front end decide signing or not by --no-signing flag, however the back end (package_validator) check it by -g && -buildId, that's why it will omit --no-signing when --buildId was specified. cmdline.js parses the transformed args, and signing flag here will be used in package-validator.js, and won't be passed to packager (because packager doesn't has `signing` option).
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---