-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add licenses for the pom generation. #83
Conversation
This is in preparation for a gradle plugin for checking plugin hosting requirements. A license is one of the things that we request for hosting. |
Initial code for the hosting checker is here: https://github.com/slide/gradle-hosting-checker-plugin @batmat take a look if you are interested |
\o/ very cool @slide ! LGTM, though I'm really not gradle-fluent at all. Seems like @daspilker is the current maintainer or main committer? cc @abayer ? Thanks! |
Cool thanks, it just needed some tweaks (7c723c4). |
Thanks for the tweaks and the merge! |
Just out of curiosity, do you know when the next release including these changes will be? |
Released as 0.21.0 just now. Btw, what's your plan with the hosting checker plugin? Would it make sense to integrate it into the JPI plugin? Why does it need to be a separate plugin? |
It's possible that hosting requirements will evolve more quickly than the JPI plugin would need to be released, so I made it a separate plugin for that reason. Thanks for the release. |
We can do quick JPI plugin releases. Or how about publishing the rules as a library and let the JPI plugin depend on the latest version? Having the rules as a build-tool-neutral library is probably a good idea anyway if you want to use the same rules from the Maven plugin as well. |
@daspilker All good points. @batmat what do you think about a common rule library? |
+1, I like the idea!
2016-12-02 18:48 GMT+01:00 Alex Earl <[email protected]>:
… @daspilker <https://github.com/daspilker> All good points. @batmat
<https://github.com/batmat> what do you think about a common rule library?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#83 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AANqbXUxT3a1F_dGg-R-BRod9pJ4qseQks5rEFnXgaJpZM4K8qSp>
.
|
Added the ability to specify a license that will be in the generated pom.