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 - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -