neo4j-devtools / neo4j-desktop

The Neo4j Graph Platform, on your desktop OS.
19 stars 1 forks source link

GraphApps: Additional pluginDependencies-source other than maven central #68

Open mmopitz opened 5 years ago

mmopitz commented 5 years ago

Hi, we are currently developing a GraphApp which has a plugin dependency [1]. The plugin is developed in house and due to company restrictions we can't publish our plugin on maven central.

Is there a way to define from which maven repository neo4jDesktop downloads the plugin? Or can I maybe just define an URL for my pluginDependency? Sth like:

{
  "name": "my-graph-app",
  "pluginDependencies": [
      "http://www.example.org/my-jar.jar"
    ]
}

[1] https://github.com/neo4j-apps/graph-app-starter#plugin-dependencies