How to add a gradle sub-project to a maven build?

We have a large maven project that won’t be converted to gradle soon.

Can we add a subproject that is built by gradle to the maven build? If so, how?

I see the gradle-maven-plugin on github. It doesn’t look like it supports this use case. It looks like that plugin is for doing ad hoc tasks in gradle.

Thanks,

Neil