• Home
  • Raw
  • Download

Lines Matching +full:github +full:- +full:token

1 ---
3 ---
13 CLDR pulls pre\-release [ICU](https://icu-project.org)4J jars from ICU's GitHub Maven repository.
15 At present, GitHub requires authentication even for publicly accessible repositories.
17GitHub documentation covering this topic is https://docs.github.com/en/packages/using-github-packa…
19 ## Getting Started \- GitHub token
21token. A token is used like a password, and should be kept secret as one. You can revoke a token i…
23 1. go to https://github.com/settings/tokens \- you may need to login with a 2nd factor.
24 2. click "generate new token".
25 - update the Note, something you will remember such as "Maven settings on my laptop"
26 - give the token "**read:packages**" scope (permission).
27 - Click the "Generate Token" button at the bottom.
28- You will see the new token (random numbers and letters) at the top of the page. Copy it down for…
29 - You're done with this page now.
31 ## Non\-Eclipse
35 You can run "mvn \-\-version" from the command line to see if Maven is already installed. If you se…
39 - Mac brew.sh: ```brew install maven```
40 - Linux: ```sudo apt install maven```
44GitHub documentation](https://docs.github.com/en/packages/using-github-packages-with-your-projects
54 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
56 http://maven.apache.org/xsd/settings-1.0.0.xsd">
59 <id>githubicu</id> <!-- needed for building CLDR -->
60 <username>your github id</username>
61 <password>your access token</password>
63 <server> <!-- used by ICU and other clients of CLDR -->
65 <username>your github id</username>
66 <password>your access token</password>
78 … and create the all\-in\-one **tools/cldr\-code/target/cldr\-code.jar**. See [CLDR Tools](https://…
84 ```mvn package -DskipTests=true```
91 mvn test '-Dorg.unicode.cldr.unittest.testArgs=-f:TestUntimedCounter -n -q'
92 '-Dorg.unicode.cldr.unittest.web.testArgs=-f:TestMisc -n -q'
100 java -DCLDR_DIR=$(pwd) -jar tools/cldr-code/target/cldr-code.jar check -S common,seed -e -z BUILD -
106 …vn -DCLDR_DIR=$HOME/src/cldr exec:java -pl cldr-code -Dexec.mainClass=org.unicode.cldr.json.Ldml2J…
116 4. Go to File \-\> Import, choose Maven and import Existing Maven Projects (see image at right)
121 …1. If you are not working on the Survey Tool, you may not need the cldr\-apps and cldr\-rdf projec…
122 …tests, Choose Run As \> Maven test on the top level (**cldr\-all**) project, or on the cldr\-code …
126 1. To start up the Survey Tool, right\-click on 'cldr\-apps' and choose 'Run As… Run On Server'. Cr…