- Updated dependencies
- Fix
baseDir
detection not working in multi module project - Improved logging
- Updated various dependencies
- Updated docs
- Updated various dependencies
Initial release
- Forked from floverfelt/find-and-replace-maven-plugin
- Broken down into multiple goals #6
directory-name
: Allows replacing directory namesfile-names
: Allows replacing file namesfile-contents
: Allows replacing file contents- New config option:
replaceLineBased
-> If set tofalse
the whole file is replaced, see docs - Use
System.lineSeparator()
instead of\n
- New config option:
find-and-replace
- Same as in the old plugin
- Deprecated only exists for compatibility reasons
- Added possibility for empty
replacementValue
#3 - Added option to replace multiple lines #2
- Remove not needed dependencies / Fixed maven warnings #1