You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
since yesterday (11.04.2023) I get thiserror when building my project
Non-parseable POM /.../m2repo/org/codehaus/mojo/build-helper-maven-plugin/3.3.0/build-helper-maven-plugin-3.3.0.pom: UTF-8 BOM plus xml decl of ISO-8859-1 is incompatible (position: START_DOCUMENT seen <?xml version="1.0" encoding="ISO-8859-1"... @1:42) @ line 1, column 42
Was there a change, as all other pom files, that I checked have UTF-8 encoding, only this is ISO-8859-1?
Is there anything I can do to work around this issue?
Thx for your work and regards,
Stefan Hirche
The text was updated successfully, but these errors were encountered:
OK, I just reverted the build to use maven 3.8.7 again, now it is working again. So it seems the issue only occures with newer maven versions, namely 3.9.1. I did not check any other maven version.
I will file an issue also on the maven side.
Hi,
since yesterday (11.04.2023) I get thiserror when building my project
Non-parseable POM /.../m2repo/org/codehaus/mojo/build-helper-maven-plugin/3.3.0/build-helper-maven-plugin-3.3.0.pom: UTF-8 BOM plus xml decl of ISO-8859-1 is incompatible (position: START_DOCUMENT seen <?xml version="1.0" encoding="ISO-8859-1"... @1:42) @ line 1, column 42
Was there a change, as all other pom files, that I checked have UTF-8 encoding, only this is ISO-8859-1?
Is there anything I can do to work around this issue?
Thx for your work and regards,
Stefan Hirche
The text was updated successfully, but these errors were encountered: