Skip to content
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

Removal of plexus plugin #29

Merged
merged 3 commits into from
Jan 26, 2023
Merged

Removal of plexus plugin #29

merged 3 commits into from
Jan 26, 2023

Conversation

mxdrenthe
Copy link
Collaborator

Apache: https://cwiki.apache.org/confluence/display/MAVEN/Plexus-utils+replacement Informs to remove the plexus plugin and replace features with there commons plugins

String lfContent = content.replaceAll("\r\n", "\n");
FileUtils.fileWrite(file, lfContent.replaceAll("\n", "\r\n"));
FileUtils.writeStringToFile(file,lfContent.replaceAll("\n", "\r\n"), Charset.defaultCharset());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe add a little space

@mxdrenthe mxdrenthe force-pushed the feature/remove-plexus-plugin branch from 40fd96c to 939047e Compare January 26, 2023 06:43
Copy link
Contributor

@joostoudeman joostoudeman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mxdrenthe mxdrenthe merged commit 22b186f into develop Jan 26, 2023
@mxdrenthe mxdrenthe deleted the feature/remove-plexus-plugin branch January 26, 2023 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants