I am writing an Intellij-idea plugin. In the plugin I want to define a new project type using new project wizard. My project should contain a specific pom file to build the project.
Any idea how I can do that? Shall I try to create the pom-file pro grammatically or shall I save a pom file as a template?