-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy the Generated Metamodels and Generators to MavenCentral #158
Comments
To me, there seems to be many requests in this issue. So let's break it down:
But to start with, is this what you had in mind? |
The meta models I’m referencing are these https://github.com/eclipse/lyo.designer/tree/master/org.eclipse.lyo.oslc4j.adaptormodel which could be used by others to directly generate Lyo inputs. Which ties into the second part where those inputs could be used to run the generators in a standalone mode. In terms of the second part though I think we are in agreement :) |
Ok got it. With a quick google search, I could see some ideas on how to run an eclipse plugin from commandline, with headless eclipse. But it would be really nice if we can package/build/bundle the whole generator as a single standalone library. |
Maybe you could provide a Maven plugin for code generation? |
A maven plugin would be great. All contributions to the Lyo project are welcome. |
It'd be very helpful if the generated metamodels, as well as the code generators, could be deployed to MavenCentral to facilitate standalone execution of the generators/standalone generation of the domain/toolchain models.
This would enable interesting enhancements, such as a CLI rather than GUI-only mode (as is currently implemented).
The text was updated successfully, but these errors were encountered: