-
Notifications
You must be signed in to change notification settings - Fork 3
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
Rename maven-osgi-exec-plugin to equinox-maven-plugin #30
Comments
Maybe it is also a good idea to move this plugin into a project on its own. |
Do you have any suggestions on the next step for this issue? |
I'd like to keep this all in one github project. On the name what if we name it "equinox--maven-"?
|
Yes, that is also ok - although the package and targetplatform plugins are more or less p2/pde specific. |
Maybe equinox-launch-maven-plugin could also be named equinox-run-maven-plugin (like bnd-run-maven-plugin)... |
Dear @tomsontom, |
I'm swapped with work but i'll try to reserve some time next week to work on that |
@tomsontom Do you have any update for me on this task? Can I help somehow? |
gosh sorry - this completely fell of my list |
Please let me know if I can do something :-) |
maven-osgi-exec-plugin does currently not follow Maven's naming conventions for 3rd party plugins:
I would suggest to simply name the plugin
equinox-maven-plugin
.Later it may provide the goals
configure
,run
(instead of exec-osgi) andtest
.The text was updated successfully, but these errors were encountered: