Categories: Builds
Latest version: 0.2Added 2006-09-13
Provides Maven 2.x plugins to support building of .NET applications.Technically, NMaven is its own framework that provides the correct .NET compiler based on the environment (vendor/language/operating system). This framework allows the developer to add additional compiler support by implementing the NetCompiler interface and providing a compiler-plugins.xml file in the project directory. NMaven leverages Maven (and its plugin architecture) for the build lifecycle. So you can think of NMaven as a small compiler-plugin-framework on top of the larger Maven build-framework.Features include:- Mono support: C#, Nemerle, PHP- Microsoft support: C#, VB- Pluggable architecture for adding new compilers- Automatic generation of AssemblyInfo.* based on language and contents of the POM