-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Extra blank lines in generated / updated pom.xml #79
Comments
I think the xmldoc toString adds the extra new lines... if we compress toString and then again do a toString it may work... here is my try: var xmldoc = require('xmldoc'); var xmlString = |
Hi @nosaku , thanks I agree this is somthing we can improve. |
I made a test and |
Ok great thanks... shall I create a pull request and try? |
@nosaku yes please |
@khalilou88 I have made changes in my fork... can you please check once and let me know? |
@nosaku Thanks, I run the code on local using a e2e test and the result is much better. |
@khalilou88 Thank you... created the PR. |
@nosaku the version |
Great... thank you @khalilou88 |
When generating the pom.xml or updating (like when adding a new library with existing project as dependency), extra blank lines are added after each line. Can these blank lines be removed so I can try to preserve the formatting as close as possible?
The text was updated successfully, but these errors were encountered: