Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Locked History Actions

Maven/m2eclipse

m2eclipseのTIPS

settings.xmlの指定

一般的なmaven2利用の場合にもsettings.xmlが設定ファイルとして利用されるが、m2eclipseの場合にも同じものを利用することができる。 これはデフォルトで「ウインドウ>設定>Maven>User settings」のUser settingsに指定されている。

リポジトリインデックスのロード

eclipe起動時に、settings.xmlに記述された(記述無しであればcentralのみ?)リポジトリのインデックスをロードするが、 社内リポジトリを運用している場合には、リポジトリ側のインデックスの再生成を行ったらそれをただちに再ロードしたい。 この場合は、「ウインドウ>設定>Maven>User settings」の「Update Settings」ボタンをクリックする。