[
https://issues.apache.org/jira/browse/GEODE-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15242099#comment-15242099
]
ASF subversion and git services commented on GEODE-1226:
--------------------------------------------------------
Commit 3fd1eec9114b2c72bb620578e118bceba8ea89a7 in incubator-geode's branch
refs/heads/develop from [~upthewaterspout]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=3fd1eec ]
GEODE-1226: Prompt for a password to sign and upload to maven
The signArchives and uploadArchives tasks require passwords to work.
Adding a flag to request a password prompt to fill in a password.
./gradlew uploadArchives -Paskpass
This will pop up a swing dialog box asking for passwords to sign and
upload archives.
This is not on by default because we don't want developers to have to
enter a password for every build. The build target depends on
signArchives but normally will skip it if the password property is not
set.
> Release process should not require putting passwords in plain text files
> ------------------------------------------------------------------------
>
> Key: GEODE-1226
> URL: https://issues.apache.org/jira/browse/GEODE-1226
> Project: Geode
> Issue Type: Task
> Reporter: Dan Smith
> Assignee: Dan Smith
>
> Our current release steps require putting your apache password and gpg
> keyring password in a plain text file.
> https://cwiki.apache.org/confluence/display/GEODE/Release+Steps
> {noformat}
> signing.password=YourSuperSecretPassphrase # Plaintext passphrase to
> decrypt key
> nexusPassword=password # Your password on Apache's
> LDAP
> {noformat}
> We should change the build to prompt for a password if required.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)