From 9b931928b83ed60f6a6797c9d2a30ee2a7bc727e Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 17 Nov 2014 11:16:32 +0000 Subject: [PATCH] Remove custom pom --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index c84eaf0..afb64c2 100644 --- a/_config.yml +++ b/_config.yml @@ -26,8 +26,8 @@ github_repo_url: http://github.com/spring-cloud/spring-cloud-cli forum: http://stackoverflow.com/questions/tagged/spring-cloud # If you want to include a custom pom.xml or gradle template set these value to true and add _include files -custom_pom_template: true -custom_gradle_template: true +custom_pom_template: false +custom_gradle_template: false ### The following properties are constant for most projects