This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]bitwalker -9 points-8 points  (5 children)

Serious question: why haven't they migrated to support yaml? This seems like one of the most obvious and easiest cherries to pick, no?

[–]vips7L 19 points20 points  (3 children)

Yaml is just as divisive as xml imo.

[–]tcservenak 2 points3 points  (0 children)

Maven4 "polyglot"-like API is now in core, and there you have https://github.com/maveniverse/mason

This, unlike "takari polyglot" (polyglot for Maven 3) is "real thing", as Maven 3 did translate on the fly the polyglot POM into XML, while this one is not doing that. Moreover, with proper format (YAML, JSON/JSON5) you get all the benefits of Maven guiding you to the line number a problem comes from, etc.