I have been trying to create a project template as per my infra guidelines. I am able to create the template from an existing project and can create a new project. The only issue I am facing is, one file content is not getting copied in the new project created with the user defined template. How can i transfer the content of the file (using project template). Ex: when we create maven project in Intellij, we get a default pom.xml with some content. so in the same manner, I need a file.
Thanks Naveen