azure-maven-plugins
azure-maven-plugins copied to clipboard
The configuration command removes all new lines from the pom
Plugin name and version
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-webapp-maven-plugin</artifactId>
<version>2.5.0</version>
Actual behavior
I ran the :config
command and completed the form. The configuration was saved to my pom, but it also removed every blank line on my pom, so I had to go and put these all back manually
I don't think it's good for the plugin to change with the pom file this much:
Expected behavior
Don't remove blank lines from the pom. People use them to help readability in large pom files.
Steps to reproduce the problem
@JasonFreeberg Thanks for your report, we will investigate this issue soon.
this issue should be fixed by commit https://github.com/microsoft/azure-maven-plugins/commit/a93f2d47b9a323ff3351472cf3c7d50b1777a0c0