-
-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mvn delete #318
Mvn delete #318
Conversation
Codecov Report
@@ Coverage Diff @@
## main #318 +/- ##
===========================================
Coverage 100.00% 100.00%
- Complexity 456 461 +5
===========================================
Files 80 80
Lines 1453 1476 +23
Branches 32 32
===========================================
+ Hits 1453 1476 +23
Continue to review full report at Codecov.
|
@@ -12,6 +12,7 @@ | |||
void template(Project project, String source, String sourceFilename, String destination, String destinationFilename); | |||
|
|||
void replaceText(Project project, String source, String sourceFilename, String oldText, String newText); | |||
void replaceInFile(Project project, String source, String sourceFilename, String regexpText, String newText); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would rename this: replaceInFile -> replaceRegexp
It is to not confuse with replaceText
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right. I forgot to rename it after my last modification. Fix has been pushed.
Thanks a lot @MSaguer for your contribution. And congrats for keeping the coverage at the max :-) I added a minor comment. What do you think? |
Hi,
I propose this PR to close #277
It adds two maven services