I have a project that has many components. Some are written in dot net and some
are in java.We are moving our build environment to maven.
I can call ant scripts from maven but I am wondering if it is possible to call
nant scripts from maven. Nant scripts are used to build dot net project. Is it
possible to call nant scripts from my main project pom file ?
What would be the most efficient way to do that ? I do not want to touch the
nant scripts that haven been working fine to quite long time.
Any pointer would be really appreciated ?
Thanks,
Petr