Maven API for C #

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

+4
source share
1 answer

You can use .Net Maven Plugin

Link: http://doodleproject.sourceforge.net/mavenite/dotnet-maven-plugin/

Or you can also use NPanday

Link: http://incubator.apache.org/npanday/

-1
source

Source: https://habr.com/ru/post/1434632/


All Articles