Question

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?

Was it helpful?

Solution

You can use the Maven Ant Plugin.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top