How to call gradle sub-project from maven parent project?

Hi,

I have a parent Maven project setup with a bunch of child (Maven) projects, and I now have just introduced a new child project, which is now a Gradle project.

So, is there a way that I can still call/enlist this Gradle child project from the parent Maven project?

Thanks, Dmitriy.

You can try with a Maven child project that calls into Gradle with the gradle-maven-plugin.