added pom.mustache to generate pom.xml

This commit is contained in:
Guo Huang
2016-04-15 14:57:47 -07:00
parent 7f4aa6f1fc
commit 69150883c1
3 changed files with 39 additions and 3 deletions

View File

@@ -134,6 +134,7 @@ public class GoClientCodegen extends DefaultCodegen implements CodegenConfig {
supportingFiles.add(new SupportingFile("git_push.sh.mustache", "", "git_push.sh"));
supportingFiles.add(new SupportingFile("gitignore.mustache", "", ".gitignore"));
supportingFiles.add(new SupportingFile("configuration.mustache", packageName, "configuration.go"));
supportingFiles.add(new SupportingFile("pom.mustache", "", "pom.xml"));
}
@Override