occiware/ecore

Generate project & POM to run connector in erocci-dbus-java

Opened this issue · 2 comments

Write a generator that outputs the POM presented at "Run it with connectors easily by letting maven generate classpath" occiware/erocci-dbus-java#37 .

To make it even easier, in this POM could be also written all of this user-written connector's dependencies. For this, said deps have to be read:

  • either from maven tycho conf, BUT this first requires to mavenize studio-designed plugins.
  • or from Eclipse plugin conf, BUT they only a mere .sh / .bat execution script can be generated and not a POM (so it's OK for only executing, but not for further runtime-only development).

This could be a children pom generation (maven support inheritance), this pom could be apply to erocci-dbus-java and MART server.

Will we continue to support erocci-dbus-java?