The file quick-platform/pom.xml contains a malformed XML tag introduced in commit af7aa5a:
<mybatis-plus.version>3.4.2</mybatis-plus-generator.version> <!-- should be </mybatis-plus.version> -->
Discovered this while testing Metals against the top Maven repositories on GitHub. Our Maven exporter failed to parse this project's POM, which led us to track down the root cause.
The file
quick-platform/pom.xmlcontains a malformed XML tag introduced in commit af7aa5a:Discovered this while testing Metals against the top Maven repositories on GitHub. Our Maven exporter failed to parse this project's POM, which led us to track down the root cause.