awhitford / lombok.maven

Maven Plugin for Project Lombok
http://projectlombok.org/
MIT License
110 stars 36 forks source link

The POM violates the code style. Please format it by running `mvn tidy:pom`. #37

Closed pdinc-oss closed 3 years ago

pdinc-oss commented 5 years ago

The very old check style mojo complains about every pom.xml on initial clone

awhitford commented 5 years ago

Why do you feel it is necessary to remove tidy-maven-plugin? It helps ensure some standards.

pdinc-oss commented 5 years ago

I do not want to remove it.

But the plugin in was not allowing "unmodified" files from building.

In specific, when built on Windows or Linux it would force selected lines to change their endings.

We have it being used in CI across multiple platforms and the build would fail. There was no command line way of disabling it either.

pdinc-oss commented 5 years ago

Either the pom.xml files in git are not tidy or the tidy plugin is broken.

awhitford commented 3 years ago

The project is now using the latest tidy-maven-plugin (version 1.1.0), and all pom.xml are valid.