ikvmnet / ikvm-maven

Support for adding dependencies on Maven artifacts to .NET projects, using IKVM.
MIT License
44 stars 5 forks source link

How to set the repository address to local #65

Closed bxjg1987 closed 1 day ago

bxjg1987 commented 4 days ago

First of all, thank you very much for this library, it's very cool!

IKVM.Maven.Sdk 1.6.9

my maven setting.xml : D:\apache-maven-3.9.8\mvn_repo

How to set up ikvm to use my local repository

wasabii commented 4 days ago

https://github.com/ikvmnet/ikvm-maven/issues/39#issuecomment-1795591169

bxjg1987 commented 1 day ago

thanks!