From d3f04a8d00299ff699e3c2fe518a59c538696101 Mon Sep 17 00:00:00 2001 From: Jonathan Dowland Date: Thu, 24 Sep 2015 19:04:52 +0100 Subject: [PATCH] Correct default for generateGitPropertiesFilename This is to address #217. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1e548cf..4f260a08 100644 --- a/README.md +++ b/README.md @@ -150,8 +150,11 @@ It's really simple to setup this plugin; below is a sample pom that you may base true - - src/main/resources/git.properties + + ${project.build.outputDirectory}/git.properties properties