I am executing an ant script from maven. The ant script uses xjc task to generate objects from xsd.
I have written one xjc custom plug-in for which I am passing -XJbfixes ...
Android has an ant script file with gneric targets for compile, clean, etc. Are there any open source ant scripts that define standard targets such as these for general java projects? ...
Is it possible to call or execute a Maven goal within an Ant script?
Say I have a ant target called 'distribute' and inside that target I need to call for a ...