-
Notifications
You must be signed in to change notification settings - Fork 56
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
Make TM4E core lib accessible via Maven #83
Comments
Hello, is publishing to Maven still planned or abandoned? |
If you can contribute to make it happen, it would be very welcome! |
If you |
I am happy to contribute !! Well, I could import it as <dependency>
<groupId>org.eclipse</groupId>
<artifactId>org.eclipse.tm4e.core</artifactId>
<vesion>0.3.4-SNAPSHOT</version>
</dependency> (actually I used and then Java code import org.eclipse.tm4e.core.registry.Registry; is compilable. So... how can I contribute to make this issue forward ? |
Ah, it seems that TM4E does not support JDK 11... ???
|
Here is a suggestion:
It does work with JDK 11, at least as an Eclipse IDE plugin.
I don't see anywhere in the stack anything related to TM4E. Can you please share a full stack highlighting what operation of tm4e triggers that? |
Ah, sorry, it was my mistake on build configuration. |
Hello, I'm also looking for this on Maven central. I found this, but it's quite old, and I'd rather work from "org.eclipse" group id.
|
To be honest, I don't think publishing to plain Maven is a functionality I'm going to work on soon as it's not a priority to me. However, we'll totally welcome contributions that go into that direction. |
Since
org.eclipse.tm4e.core
is Eclipse-independent and can be used in plain Java context, it would be great to publish it to Nexus: https://bugs.eclipse.org/bugs/show_bug.cgi?id=514346The text was updated successfully, but these errors were encountered: