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 ...
source
share