andrewpalumbo commented on a change in pull request #384: [MAHOUT-2076]: add a
/release directory with a skeleton settings.xml …
URL: https://github.com/apache/mahout/pull/384#discussion_r373771961
##########
File path: release/_.m2_settings.xml
##########
@@ -63,23 +63,23 @@
<server>
<id>apache.releases.https</id>
<username>ASF_LDAP_USERNAME</username>
- <password>ASF_LDAP_PASSWORD</password>
# EDIT THIS
+ <password>ASF_LDAP_PASSWORD</password>
<!-- EDIT THIS -->
<privateKey>${user.home}/.ssh/id_rsa</privateKey>
- <passphrase>PASSWORD_TO_YOUR_PRIVATE_SSH_KEY</passphrase>
# EDIT THIS
+ <passphrase>PASSWORD_TO_YOUR_PRIVATE_SSH_KEY</passphrase>
<!-- EDIT THIS -->
<filePermissions>664</filePermissions>
<directoryPermissions>775</directoryPermissions>
<configuration></configuration>
</server>
<server>
<id>THE_EIGHT_DIGIT_GPG_SIGNING_KEY_NAME</id>
- <passphrase>PASSPHRASE_TO_YOUR_SIGNING_KEY</passphrase>
# EDIT THIS
+ <passphrase>PASSPHRASE_TO_YOUR_SIGNING_KEY</passphrase>
<!-- EDIT THIS -->
</server>
<!-- To stage a website of some part of Maven -->
<server>
<id>apache.website</id> <!-- must match repository identifier in
site:stage-deploy -->
- <username>ASF_LDAP_USERNAME</username>
# EDIT THIS
+ <username>ASF_LDAP_USERNAME</username>
<!-- EDIT THIS -->
Review comment:
this is missing `<password>ASF_LDAP_PASSWORD</password>`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services