Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dependency resolving in visual studio code #26

Merged
merged 2 commits into from
Jul 24, 2023

Conversation

matthiasheyman
Copy link

In visual studio code, we cannot open our project correctly due to the encoding in the maven lifecycle metadata xml file being ISO-8859-1.

We get this error:
Cannot read lifecycle mapping metadata for artifact org.codehaus.mojo:native2ascii-maven-plugin:maven-plugin:2.1.0:runtime Cause: 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)

@matthiasheyman
Copy link
Author

Sorry, accidentally closed it, just reopened it now

@slachiewicz slachiewicz merged commit f92ab61 into mojohaus:master Jul 24, 2023
@dmatej dmatej added this to the 2.1.1 milestone Jul 24, 2023
@dmatej dmatej added the bug label Jul 24, 2023
@matthiasheyman
Copy link
Author

Thanks for merging. Do you have an idea if a 2.1.1 release is somewhere coming?

@dmatej
Copy link
Member

dmatej commented Jul 1, 2024

Thanks for merging. Do you have an idea if a 2.1.1 release is somewhere coming?

Sorry for long waiting, it should make it to Maven Central in few hours: https://repo1.maven.org/maven2/org/codehaus/mojo/native2ascii-maven-plugin/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants