Am 2024-09-26 um 11:59 schrieb Konrad Windszus:
It works when I add
….
<pluginManagement>
<plugins>
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<configuration>
<lineEndings>WINDOWS</lineEndings>
</configuration>
</plugin>
….
To the pom.xml, so indeed is a line issue.
That is a not a nice user experience though, any idea how to
a) make spotless normalise line endings before checking or
b) remove/skip spotless by default in the pom.xml included in the
source-archive.jar?
I don’t see an easy way to fix this right now.
I'd report this and see what they have to say...
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org