I have started to learn Gradle and i want to know how to convert a gradle project to maven project. I took a gradle project from the below link :
https://github.com/rjrudin/ml-camel-mlcp
I was able to generate a jar but a POM.xml is not generated for the above project. I want to stuff the jar file and test the functionality using maven. I took help from the below link to convert it to maven but it did not help :
https://codexplo.wordpress.com/2014/07/20/gradle-to-maven-conversion-and-vice-versa/
Please help me resolve this and thanks in advance.