How can I start Ant scripts from withing Maven scripts? I tried <ant antfile="builder/clean.xml" target="all" />
But it had problems with the relative path names and properties then.
Anyone knows the foolproof way to call Ant scripts from Maven?
How can I start Ant scripts from withing Maven scripts? I tried <ant antfile="builder/clean.xml" target="all" />
But it had problems with the relative path names and properties then.
Anyone knows the foolproof way to call Ant scripts from Maven?