This is an automated email from the ASF dual-hosted git repository.
aharui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-asjs.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new e6ff2da Updated Release Manager Notes (markdown)
e6ff2da is described below
commit e6ff2da80ae47464aba0ea1e087622ce58e51dd2
Author: aharui <[email protected]>
AuthorDate: Tue Mar 13 15:17:19 2018 -0700
Updated Release Manager Notes (markdown)
---
Release-Manager-Notes.md | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/Release-Manager-Notes.md b/Release-Manager-Notes.md
index a2595e5..042fb3c 100644
--- a/Release-Manager-Notes.md
+++ b/Release-Manager-Notes.md
@@ -58,7 +58,11 @@ Make sure you have a settings.xml in your .m2 folder that
has credentials for de
## Using Windows
-First, make sure you are set up to use SSH for GitHub by following this
[link](https://help.github.com/articles/checking-for-existing-ssh-keys/). You
may need to use Git-Bash to execute the the part about setting up a key-agent
[here](https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/#adding-your-ssh-key-to-the-ssh-agent).
+Set environment variable:
+
+`JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8`
+
+Next, make sure you are set up to use SSH for GitHub by following this
[link](https://help.github.com/articles/checking-for-existing-ssh-keys/). You
may need to use Git-Bash to execute the the part about setting up a key-agent
[here](https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/#adding-your-ssh-key-to-the-ssh-agent).
Even though you can use GPG4Win to sign releases from the command prompt,
Maven might try to use GitBash's gpg which has a different keystore, and
signing will fail. If you run into this, export your keys with GPG4Win and
import them in GitBash's GPG. Use GitBash to verify if your key is in the
keystore via:
@@ -78,4 +82,4 @@ And then import in GitBash via:
`gpg --import > public.key`
`gpg --import > private.key`
-Then to build an RC, open a command prompt and run start-ssh-agent. Then you
should be able to run the releasecandidate.xml scripts.
+Then to build an RC, open a command prompt and run start-ssh-agent. Then you
should be able to run the releasecandidate.xml scripts.
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
[email protected].