spring-gradle-plugins / spring-build-conventions

Contains common build logic and uses conventions to build a Spring Project with Gradle
14 stars 18 forks source link

SchemaDeployPlugin should support a custom ssh run section #81

Open jzheaux opened 4 years ago

jzheaux commented 4 years ago

It would be nice if projects could apply custom actions to perform at the end of the ssh session, once schemas have been deployed.

A real-world use case for this is the fact that spring-security-oauth XSDs are currently manually copied into the spring-security autorepo schema directory. It would be nice to be able to automate this manual step.

rwinch commented 4 years ago

This is likely related to gh-4