How add dependencies to generated sources

150 Views Asked by At

I developed my own maven plugin, which has a goal of generating sources. These sources have dependencies from my plugin code and are not compiling without it.

Is there any way to add plugin code dependencies to generated sources? Or more precisely, is there any option beside adding plugin and dependencies separetly in pom?

0

There are 0 best solutions below