Skip to content

Commit

Permalink
Merge pull request #211 from liry/patch-1
Browse files Browse the repository at this point in the history
Clarify features in README
  • Loading branch information
mathieucarbou authored Sep 1, 2021
2 parents 8f35589 + 56adeb9 commit b0b6431
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ Basically, when you are developing a project either in open source or in a compa

__Features:__

* `check`: check if header is missing in some source file
* `format`: add headers if missing
* `remove`: can remove existing header
* `update`: update existing header with a new one
* `custom mappings`: enables easy support of new file extensions
* `variable replacement`: You can add some variable in your header, such as ${year}, ${owner} and they will be replaced by the corresponding values taken from the pom or system properties.
* Check if header is missing in some source file (`check` goal).
* Add headers if missing (`format` goal).
* Update existing header with the new one (`format` goal).
* Remove existing header (`remove` goal).
* Custom mappings: enables easy support of new file extensions.
* Variable replacement: you can add some variable in your header, such as ${year} or ${owner} and they will be replaced by the corresponding values taken from the pom or system properties.

__Project:__

Expand Down

0 comments on commit b0b6431

Please sign in to comment.