NMaven 0.13 review

Download
by rbytes.net on

NMaven provides Maven 2.x plugins to support building of .NET applications

License: The Apache License 2.0
File size: 0K
Developer: Shane Isbell
0 stars award from rbytes.net

NMaven 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).

NMaven framework allows the developer to easily 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.

Here are some key features of "NMaven":
Mono Support: Out of the box, supports C#, Nemerle, PHP
Microsoft Support: C#
Pluggable architecture for adding new compilers.

What's New in This Release:
This release includes the ability to generate and embed resources, as well as a way to provide hints to the compiler matching framework (through a settings file).
Minor bug fixes.

NMaven 0.13 keywords