Hi Stephen, hi all, > Why not just turn your code-generator into a maven plugin. > > It's quite easy to do.
I was thinking about this, but its something I don't have the time for right now. (And exec-maven-plugin does most of the work already.) > And then you can check the timestamps, and add the project test sources > without having to use buildhelper-maven-plugin Just for the record and the benefit of others reading this: You don't need the buildhelper-maven-plugin; the exec-maven-plugin provides two handy parameters for just this purpose: sourceRoot and testSourceRoot. As I said, exec-maven-plugin does most of the work already. Best wishes, Andreas Sewe --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
