Skip to content
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

Align plugin to gradle-plugin-plugin #80

Open
britter opened this issue Mar 11, 2022 · 0 comments
Open

Align plugin to gradle-plugin-plugin #80

britter opened this issue Mar 11, 2022 · 0 comments
Milestone

Comments

@britter
Copy link
Owner

britter commented Mar 11, 2022

Instead of trying to make this plugin work like maven plugin tools, this plugin should better work like gradle-plugin-plugin, becauses that's what Gradle users are used too:

  • Instead of detecting mojos anywhere in the dependency graph, let users explicitly declare them in the build script like it's done with the GradlePluginDevelopmentExtension.
  • A lot of the complexity of this plugin arises from trying to mimic Maven's project model using the Gradle model in order to feed it to maven plugin tools. Maybe throw away the whole maven plugin tools dependency and implement it's functionality from stratch
@britter britter added this to the 1.0.0 milestone Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant