I have src in Java, and tests in Groovy (easyb stories). I run my groovy/easyb stories via maven plugin.
Now I want to write some helpers in groovy to use them in my groovy tests. Where should I put them in my project and what should I configure in addition?