From abdd8edea85ab0bc9104583bdc98f6cee970a392 Mon Sep 17 00:00:00 2001 From: heldev Date: Fri, 17 Mar 2017 22:31:28 -0400 Subject: [PATCH] Add Polyglot for Maven to Everything else MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds native support for YAML, groovy, atom… POMs which improves readability. it’s currently supported by IDEA and it’s used in several real life projects. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index efde6fe..cad3982 100644 --- a/README.md +++ b/README.md @@ -542,6 +542,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Modern Java - A Guide to Java 8](https://github.com/winterbe/java8-tutorial) - Popular Java 8 guide. * [Modernizer](https://github.com/andrewgaul/modernizer-maven-plugin) - Detect uses of legacy Java APIs. * [OpenRefine](http://openrefine.org/) - Tool for working with messy data: cleaning, transforming, extending it with web services and linking it to databases. +* [Polyglot for Maven](https://github.com/takari/polyglot-maven/) - Set of extensions for Maven 3.3.1+ that allows the POM model to be written in dialects other than XML. * [TypeTools](https://github.com/jhalterman/typetools) - Tools for resolving generic types. ## Microservice