How to automate the configuration of an Intellij project

I have a use case when I have several projects (several product versions), and I want to automate the project setup for me and my team.

Is there a way to programmatically set up an Intellij project using some Intellij API (Intellij / shell script plugin)?

For example: Set launch configuration using tomcat with different versions, Maven configuration, Perforce configuration

I know I can manipulate XML files in a / Intellij project, but it feels dirty ...

+6
source share
1 answer

. Run Configurations, , , Share.

.idea runConfigurations. xml . , reimport , runConfigurations .idea, .

0

All Articles