Is the Maven API available in C #? I have a C # application that I am accessing Maven with, but it is running through Process and cmd.exe at the moment.
All my searches just give me how to use Maven to create C # projects.
Something similar to this, but in C #: http://maven.apache.org/developers/mojo-api-specification.html
source share