we are going with a ant-Maven configuration,
how i build the application : through ant's build.xml called from maven's ant-run plugin
what is needed to run build.xml: to have dependencies in a lib folder
issue faced : we have two folders for dependencies, which need to hold different dependencies, but dependency plugin will copy dependencies to only one folder.
how can i generate different dependencies to more than one folder ( lib and lib-external) .