Installation of certificate for Maven

מתוך ויקי נטפרי
גרסה מ־04:12, 17 באוגוסט 2023 מאת שלמה (שיחה | תרומות) (fix: use {{he}} for link to hebrew page instead of {{en}} (דרך WP:JWB))
(הבדל) → הגרסה הקודמת | הגרסה האחרונה (הבדל) | הגרסה הבאה ← (הבדל)
קפיצה לניווט קפיצה לחיפוש

לעברית לחצו כאן

To switch from edit view to read view

To search in the Wiki

Home page > Security_certificate > Installation of certificate for Maven ‎‎


On Windows:

To resolve Maven security issues, run the following command at a command prompt with administrator authorization:

  setx MAVEN_OPTS "-Djavax.net.ssl.trustStoreType=WINDOWS-ROOT" /m

Om MAC

You will have to set an environment variable in the .profile file of the terminal that you are using.

  • For bash, the .profile file will be located in the bash_profile./~ directory or in the bashrc./~ directory
  • For zsh (default from Catalina 10.15 and later), the .profile file will be located in the zshenv./~ directory
  • For Oh my zsh, the .profile file will be located in the zshrc./~ directory
  echo export MAVEN_OPTS="-Djavax.net.ssl.trustStoreType=KeychainStore" >> ~/.zshenv

Then restart the terminal.