Re: setting up maven environment

2018-01-11 Thread Martin Mucha
Thanks for link! But ... I'm sorry, my module have java and groovy files in it, and as documentation explains, this compiler has issues to build such modules... And, I'm not trying to be sarcastic/whatever here, if other modules, which don't have issues with that, are surprisingly hard to

Re: setting up maven environment

2018-01-11 Thread Martin Mucha
Thanks for link, sadly this seems to be one the links on web, which does not work/contain complete information. Build fails with: An Ant BuildException has occured: taskdef class org.codehaus.groovy.ant.Groovyc cannot be found Ok nevermind, let me restate the question. I got furthest with

setting up maven environment

2018-01-11 Thread Martin Mucha
Hi, can anyone help how to setup maven project, which build groovy scripts? I have working maven project, which builds java sources. I would like to build groovy scripts as well, into class files. Internet is filled with not-working solutions, I cannot see any mention in documentation anywhere.