In my project i am executing the acceleo project from eclipse by using the plugin. I have generate.mtl and generate.java. The execution is done by using the run as configuration and choosing the acceleo application. THis configuration takes as an input the generate.java as a main class and as a model takes an uml file. It gives as an output some atl files.
Everything works perfect, the files is executed and the output is produced. I am trying now to automate this process by using MAVEN. Could someone please give me some hints how to do that? Even the basic ones since am new with MAVEN. How can i execute the mtl file with same parameters as described above?
Thank you in advance!