2
1

More than 5 years have passed since last update.

intellij で maven のプロキシを設定する

Last updated at Posted at 2016-10-05

intellij で maven をプロキシ配下で使用する場合、maven の VM 起動オプションにプロキシ設定を行う必要がありました。

IntelliJ IDEA ⇒ Preferences ⇒ Build, Execution, Deployment ⇒ Build Tools ⇒ Maven ⇒ Importing にて、VM options for importer に以下を追記します。

-DproxySet=true -DproxyHost=プロキシホスト -DproxyPort=プロキシポート
2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1