Installation of certificate for Maven: הבדלים בין גרסאות בדף

מתוך ויקי נטפרי
קפיצה לניווט קפיצה לחיפוש
מ (fix: use {{he}} for link to hebrew page instead of {{en}} (דרך WP:JWB))
 
שורה 1: שורה 1:
{{En|התקנת תעודה עבור maven}}
+
{{he|התקנת תעודה עבור maven}}
 
{{Navigation|Security_certificate}}
 
{{Navigation|Security_certificate}}
  

גרסה אחרונה מ־04:12, 17 באוגוסט 2023

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

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.