Configure Maven Home Path for all Projects

已回答

I can specify a custom maven installation via Settings | Build, Execution, Deployment | Build Tools | Maven by setting the alternative location of the Maven home path. It appears this setting only applies to that particular project. I have many projects ( > 100 ), is there a better way to
a) have the same maven version for each project
b) specify a custom version of maven

thanks, 

1
Please try to configure the settings for new projects via File | New projects setup | Settings for new projects menu.
2

I did, but unfortunately it doesn't affect the configuration for the existing projects.

0
The Maven import settings are stored in the .idea/workspace.xml file(``) per project. You can try one of the following ways:

* Remove the .idea folders under each project and reopen them. The new project settings will be applied.
* If you don't want to remove the project settings, try modifying each .idea/workspace.xml file individually.
0

请先登录再写评论。