NPanday

NPanday is a project to integrate Apache Maven into .NET development environments. It includes both a Visual Studio add-in to integrate Maven, and a set of plugins for Maven that can build .NET projects uniformly from the command line.

NPanday enables you to use Visual Studio with a Maven-based development infrastructure, including:

  • continuous integration servers for scheduled or triggered automated builds
  • source control systems for assistance with the release process
  • build artifact repositories for inter-project dependency management and centralised management of build output

You can read more about Maven's features on the Maven web site.

NPanday doesn't intend to replicate MSBuild's (or Visual Studio's build) behavior exactly, or necessarily serve as a replacement for Visual Studio users, but rather to:

  • augment Visual Studio with dependency management and make the build reproducible in clean environments
  • offer a consistent toolchain to build environments with projects in other languages (particularly those using Maven for Java projects)
  • offer a solution for declarative builds for .NET projects that will work consistently whether Visual Studio is used or not
  • expose other Maven features and plugins to .NET projects

For more information about NPanday, refer to the following guides:

Contributing to NPanday

NPanday is an open source project under the Apache License 2.0. You are free to use the application and source code as you wish under those terms.

We welcome you to contribute to the project by submitting your requests and feedback, patches to the code and participating in development discussions in the discussion area.

We are looking for active contributors to join the project, and use the Apache meritocracy model by nominating and voting for committers from those that regularly discuss development and submit patches for fixes and enhancements.

Developer's Guide

The NPanday developer's guide contains information on how to checkout and build NPanday for yourself, debug issues, and contribute fixes. It also covers committer's procedures such as the release process and publishing documentation.

Reporting Bugs and Requesting Features

You can also help by contributing high quality bug reports and feature requests via the issue tracker, and questions and ideas via the discussion forums:

Documentation PDF

This documentation is also available in a single pdf.