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

Add POM generation for meta-plugins #28319

Closed
wants to merge 2 commits into from

Commits on Jan 21, 2018

  1. Add POM generation for meta-plugins

    This commit adds a POM generation task for the ZIP distribution for
    meta-plugins. With this change we also modify MetaPluginBuildPlugin to
    extend BuildPlugin (because we need POM generation configuration from
    there), remove standalone and REST test plugins, and manually create an
    integTest task. To simplify this, we abstract out some shared code from
    PluginBuildPlugin so that it can be reused in MetaPluginBuildPlugin.
    jasontedor committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    802d136 View commit details
    Browse the repository at this point in the history
  2. Fix deps

    jasontedor committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    32bb5b0 View commit details
    Browse the repository at this point in the history