-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
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
Added support for custom JSR-223 based formatters #945
Conversation
Note: I didn't implement this for grade, since the custom step is available there. If you want this step also available in the gradle plugin, I can add it there, too. |
I think this is great, and I agree it makes sense to keep it maven-only. Only thing missing imo is that it needs a changelog entry in the root |
aa5019e
to
b6ea481
Compare
|
Please merge the latest |
I went ahead and merged |
I'll have a look |
Rebased and fixed the test failure. The new test failure seems to be unrelated. |
Want me to cut a release now, or should I wait until POM sorting gets merged too? |
I'll have a go at the pom sorting, no need for a new release for me. |
Released in |
Added support for custom JSR-223 based formatters in Maven.
Allows an end user to create arbitrary custom formatters inside the pom. Javascript is supported by the "nashorn" engine provided by the JDK. Other engines can be used, if they are in the classpath.