Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an easy way to generate an Ant build script from a Maven POM?

We have a project that uses Maven as its build/dependency management tool. But our code needs to be compiled at our client's site and our client demands that we deliver build scripts written for Ant.

So, we would like to keep working with Maven and automatically generate the Ant scripts when we need to deliver the code to the client.

Can we do that?

like image 856
Dema Avatar asked Jan 13 '10 13:01

Dema


1 Answers

You can use the Maven Ant Plugin.

like image 167
Valentin Rocher Avatar answered Oct 02 '22 13:10

Valentin Rocher