ikvm-maven icon indicating copy to clipboard operation
ikvm-maven copied to clipboard

Support for adding dependencies on Maven artifacts to .NET projects, using IKVM.

Results 14 ikvm-maven issues
Sort by recently updated
recently updated
newest added

Should include some Maven project information with our assemblies. Obvious stuff like repository, group, package, version, etc. This should be local to the maven SDK. So Maven*Attributes, etc. Can later...

The [documentation for Stanford CoreNLP](https://stanfordnlp.github.io/CoreNLP/download.html) states that the POM configuration should be: ```xml edu.stanford.nlp stanford-corenlp 4.4.0 edu.stanford.nlp stanford-corenlp 4.4.0 models ``` So, my project file looks like this: ```xml Exe...

Should build on https://github.com/ikvmnet/ikvm/issues/490 We feed source information derived from Maven into IkvmReference. Maven companion source files may be available for packages. Or there may be other standard Maven ways...

We have a very complex API docs setup. But basically what happens is: 1. We generate metadata for the types by passing in the `.csproj` file to the docfx metadata...

Working on testing https://github.com/apache/lucenenet/pull/892 with @NightOwl888, and I cannot build a project that targets net472 on macOS arm64 that uses MavenReference. While that PR branch reproduces it, it is quite...

The way we load .pom files embedded into NuGet packages isn't quite right. We incorporate the dependencies mentioned directly as MavenReferenceItems, with the exact same scope, for the dependending project....

As revealed in a discussion, IKVM.Maven.Sdk does not have anyway to set the Aliases value of the generated IkvmReference. Need a way to do this.

We need a IKVM.Maven Visual Studio extension that adds a Managed Maven Packages option to .NET SDK-style projects to browse for Maven libraries just like they can browse for NuGet...

Hello, I am testing IKVM with Maven references in a .NET 6 project. This reference gives me an error at build time: ` org.apache.tika tika-parsers 2.6.0 pom ` `IKVM.Maven.Sdk.targets(96, 9):...

I have set it in Maven's configuration file 'settings. xml' `D:\apache-maven-3.9.8\mvn_repo` Then use `mvn install:install-file -Dfile=xbrl-json-2.0-SNAPSHOT.jar -DpomFile=xbrl-json.xml` Successfully installed the package, ![image](https://github.com/user-attachments/assets/c21b2606-b953-4a94-890d-34703df1683b) My project's csproj configuration is as follows: ```...