We have an application implemented in two languages, Java and C#. The Java application uses maven for it's build and release process, and now I need to integrate C#'s build into maven as well. It's implemented using Visual Studio 2010. Does anyone know how to do this? What is the best plugin right now that I can use. Thanks a lot!
Update:
So far I found the following 4 options. Has anyone successfully used any of these? Also I will eventually need to port the build/release process to Linux and maybe use Mono to compile in maven. Would appreciate any info, thanks.
NPanday http://incubator.apache.org/npanday/docs/1.2/guide/maven/project-types.html
Plexus http://maven.apache.org/plugins/maven-compiler-plugin/non-javac-compilers.html http://snapshots.repository.codehaus.org/org/codehaus/plexus/plexus-compiler-csharp/1.6-SNAPSHOT/
Maven Dotnet Plugin http://maven-dotnet-plugin.appspot.com/
Tutorial: http://docs.codehaus.org/display/MAVENUSER/Using+Maven+to+manage+.NET+projects