Skip to content

Commit

Permalink
documentation for deleteTemporaryFile & generateTemporaryFile was mis…
Browse files Browse the repository at this point in the history
…sing in README
  • Loading branch information
McFoggy committed Apr 14, 2016
1 parent a280af3 commit 63370a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 63370a9

Please sign in to comment.