Ant/Ivy specific controls

ant.extra.parameters=dev

This will allow to directly specify raw parameters that will be included in every maven command issued by the client.

ant.build.file=<your build file>

This will allow you to override the default build file used during the Ant dependency generation. The default build file is build.xml.

ant.ivy.build.file=<your build file>

This will allow you to override the default build file used during the Ivy dependency generation. The default build file is build.xml.

Last updated