What is the least invasive way to compile Groovy unit test code with Maven -


i have existing java project built maven. want write groovy classes unit testing. least invasive way maven compile classes?

current versions of gmaven not support groovy compilation, , don't want use groovy-eclipse-compiler existing java code. simplest way groovy code compiled?

some options:

  • use older version of gmaven
  • use new gmavenplus (not sure if has been released can't reach github @ moment)
  • use groovyc ant task

Comments

Popular posts from this blog

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -