Maven Local Repository Setting¶
Topics
Overview¶
Maven local repository included as e Builder plug-in is described in this section.If you do not do development using Maven, it is recommended to disable the [download repository index updates on startup] option described below.
Descriptions¶
A function to export imm file from module project is implemented in Maven plug-in.Please execute Maven command when you export imm file from module project. settings.xml and Maven local repository that are to be used are as follows.
- settings.xml
- <workspace>/.metadata/.plugins/jp.co.intra_mart.module.developer.maven/.m2/settings.xml *Initialization is made for every time you start e Builder
- Maven local repository
- <Expansion Path of e Builder>/plugins/jp.co.intra_mart.module.developer.maven_8.0.X.yyyyMMddHHmm/repository
Maven local repository setting is created according to the specifications of [M2E - Maven Integration for Eclipse] provided as eclipse plug-in.If current setting remains, unnecessary file will be created and plug-in capacity described above will be extremely large.In order to avoid it, please do the setting below so that unnecessary files are not created.
- Select menu bar [Window]-[Setting].
- Remove a check from [download repository index updates on startup] on [Maven] page.