Multiple versions of the same multi-module maven project under eclipse

I would like to work on two different versions of the same multi-module maven project in eclipse.

Unfortunately, when importing a multi- module maven project into eclipse, you can change the project name of the parent module yourself to prevent conflicts, but not the project names of the child modules . Modules of child modules are imported as root projects, named after the module name. There seems to be no way to rename them during import.

In an ideal scenario, I would like to keep pom as it is . Obviously, I would like to keep the same eclipse workspace ...

+5
source share
1 answer

Yes, you can. You must change the name template in the m2eclipse importer. All modules will have this template, and you have a conflict without any restrictions.

+12
source

All Articles