From 63370a9913e53c5e03fc85efd3e1c4bf454d6d06 Mon Sep 17 00:00:00 2001 From: Matthieu Brouillard Date: Thu, 14 Apr 2016 16:33:30 +0200 Subject: [PATCH] documentation for deleteTemporaryFile & generateTemporaryFile was missing in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ffe25a4..d843b93 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,8 @@ Configuration & parameters - file: read the version from the first line of a given file - script: version is given by the first line of the output execution of a given command - sysprop: allows to define project version & qualifier from system properties +- `deleteTemporaryFile` will the generated pom files created by this extension will be deleted after execution. Set this parameter to _true_ to activate automatic deletion. Value is optional and defaults to _false_ +- `generateTemporaryFile` if _true_ generated pom files will be created as temporary files inside the directory pointed by system property `java.io.tmpdir`. If omitted it defaults to _false_. When false, a file called `pom.xml.new-version` will be generated in the root project directory. ## Strategy : file