Hi there, I'm looking the fastest/best way to integrate .Net solutions in my Maven build. There are projects which have, for example, "webapps" and "webservices" subprojects, both build by Maven and "dotnet" subproject, mostly VisualStudio.Netsolutions, written in C#.
My best shot was to call NAant from within maven.xml or use CruiseControl to run Maven and NAnt builds separately. Is there a "more state-of-art" solution? Thanks in advance for any piece of advice, Lukasz Bajorski
