Does anyone know of an Ant + M2Eclipse tutorial? I have a Java project utilizing Maven for it’s dependencies. The problem is when I use an Ant task for compiling the project, errors pop up because of the dependencies. Can anybody give me tips on how to define Maven dependencies in an Ant task (compile task to be more specific)?
Share
This is what I did. It now works.