pact-foundation / pact-plugins

🏰 Architecture to support Plugins 🔌 with Pact 🔗
MIT License
19 stars 11 forks source link

Question: Is there a maven plugin to install plugin? #26

Closed noorul closed 5 months ago

noorul commented 1 year ago

For a pure java project installing the plugin using pact-plugin-cli is an additional step. Is there a maven plugin that can help install the plugin?

rholshausen commented 1 year ago

There is no Maven plugin, but the work to support #19 will allow the plugins to be automatically installed when needed

noorul commented 1 year ago

Looks like #19 is for gradle.

rholshausen commented 1 year ago

https://github.com/pact-foundation/pact-plugins/issues/19 is independent of the build tool used.

YOU54F commented 5 months ago

Pact-JVM and Pact-Rust (and in turn users of it via the Pact FFI), now have the ability to auto download required plugins.

Outside of that, the pact-plugin-cli is available to install plugins manually.

We do not have plans for officially create a maven, or gradle plugin.

That being said, there is nothing stopping anyone in the community taking the time to create a maven or gradle plugin, to install Pact plugins.

You may wish to build it standalone, or integrate it into the Pact JVM project.

Closing due to this being a feature we don't plan on delivering