We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
When rebuilding Maven 3.5.0 with the latest version of Qdox I got the following error:
Error generating metadata: : Failed to extract descriptors: syntax error@[37,43] in file:/build/maven-3.5.0/maven-core/src/main/java/org/apache/maven/toolchain/DefaultToolchain.java
Here is the relevant line in DefaultToolchain: https://github.com/apache/maven/blob/maven-3.5.0/maven-core/src/main/java/org/apache/maven/toolchain/DefaultToolchain.java#L37
Removing the comment at the end of the line 37 fixes the issue. This file was still parsed properly with Qdox 2.0-M3.
The text was updated successfully, but these errors were encountered:
Duplicate of #17 and is fixed with the next release.
Sorry, something went wrong.
rfscholte
No branches or pull requests
Hi,
When rebuilding Maven 3.5.0 with the latest version of Qdox I got the following error:
Here is the relevant line in DefaultToolchain:
https://github.com/apache/maven/blob/maven-3.5.0/maven-core/src/main/java/org/apache/maven/toolchain/DefaultToolchain.java#L37
Removing the comment at the end of the line 37 fixes the issue. This file was still parsed properly with Qdox 2.0-M3.
The text was updated successfully, but these errors were encountered: