node-java-maven icon indicating copy to clipboard operation
node-java-maven copied to clipboard

Utility for Node's java module to load mvn dependencies.

Results 11 node-java-maven issues
Sort by recently updated
recently updated
newest added

The request module has been deprecated for some time and it currently has security risk due to a vulnerability: [CVE-2023-28155](https://github.com/request/request/issues/3442). May I consult whether the module will be replaced? Many...

This fixes the following issue, but it's kind of ugly: https://github.com/joeferner/node-java-maven/issues/30

When a SNAPSHOT dependency is only available in a remote repo it fails with the error: message: 'download failed for http://nexus.core.cvent.org:8081/nexus/content/repositories/public/com/cvent/automation/automation-starter/region_t2-SNAPSHOT/automation-starter-region_t2-SNAPSHOT.pom (package.json) [status: 404]', ![image](https://user-images.githubusercontent.com/16886764/63107761-8a993d00-bf53-11e9-8888-4f56961def77.png) If I these SNAPSHOTs are...

Here is a sample code on how I'm trying to use "node-java-maven" ```javascript #!/usr/bin/env node const java = require('java'); const mvn = require('node-java-maven'); java.asyncOptions = { asyncSuffix: undefined, syncSuffix: "",...

Trying to add a dependency for Apache Hive: ``` "java": { "dependencies": [ { "groupId": "org.apache.hive", "artifactId": "hive-jdbc", "version": "2.3.5" } ] } ``` But when running `./node_modules/.bin/node-java-maven` I am...

This dependency from `package.json` fails to load : ```javascript { "groupId": "org.apache.solr", "artifactId": "solr-core", "version": "6.6.5" } ``` Im getting this error : ``` Uncaught Error: could not resolve unknowns:...

package.json supports: ``` "java": { "repositories": [ ... ], "dependencies": [ ... ] } ``` but it would be nice if you could also configure localRepository and debug: ``` "java":...

I am trying to use this tool to add dependencies, but it's not clear how to use it from the example. I posted a question on Stack Overflow: https://stackoverflow.com/questions/44814589/how-to-set-up-a-node-js-project-with-node-java-as-java-api-bridge-and-node-java

Need more documentation on options. The issue is we have our own maven repository and we are not supposed to use the http://central.maven.org/maven2/. Our repository and authentication of repository details...

I can not find a way to pass an object obtained elsewhere instead of options.packageJsonPath