takari / polyglot-maven

Support alternative markup for Apache Maven POM files
Eclipse Public License 1.0
890 stars 98 forks source link

[YAML] Implement JSON schema #254

Open dragetd opened 1 year ago

dragetd commented 1 year ago

There is a schema description language for json and thus also yaml: http://json-schema.org/ Plus a public repository of community schemas: https://www.schemastore.org/

IntelliJ IDEA even automatically picks this up. If there was one for pom.yml, we would get basic autocompletion and documentation inside the IDE.

Anyone willing to give it a try for polyglot Maven pom.yml? :-)

xenoterracide commented 1 month ago

I'll consider it, after I see how converting from gradle goes. No promises, I'm stuck between forking gradle and migrating to maven with this. I'm tired of a lack of a modern solution.