Is there a way to resolve Maven Repo dependencies without using Maven for the entire toolchain / project management? Ideally, it would be nice to be able to run Maven to resolve dependencies as an MsBuild task, so that I can just do a new SVN extraction, open VS and press F5.
It would also be very nice if it were compatible with the build server running MsBuild.
It would be really really cool if I didn't have to install Java and Maven to get this to work.
source
share