gradle-archetype-plugin
gradle-archetype-plugin copied to clipboard
please add to documentation
trafficstars
Hey guys, I think it's great that you're adding a much-needed functionality to gradle 😄
Sadly, I could not figure out how to create my very own template using this project, or how to let others use both in order to generate sample (archetype) projects in their local machines.
thanks
Please ref to the sample
Create an empty project, and apply this plugin Create your template in src/main/resources/templates, where the template files are something heavy you have to cope manually, cuz you might want to add placeholders for variables. And checkout the README for details on variables.