-
Notifications
You must be signed in to change notification settings - Fork 25
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
Support consuming January without Eclipse IDE/tycho (Publish to Maven Central) #144
Comments
@yannick-mayeur This is the issue in GitHub to track the work you are doing. |
Here are some links of interest: Mailing list announcement on Eclipse with lots of information about publishing to Maven central Publishing wiki entry for Eclipse Platform - this is similar, but not exactly the same, hopefully will give a good indication of what to do. |
this is an example of a bundles as published on maven central: https://search.maven.org/#artifactdetails%7Corg.eclipse.platform%7Corg.eclipse.ui%7C3.108.1%7Cjar |
@yannick-mayeur has a first working version available here: |
Request for org.eclipse.january created: https://issues.sonatype.org/browse/OSSRH-30435 |
The initial version (2.0.2) has been pushed to Maven Central under the org.eclipse.january groupid. Thing left to do generally involve automating the process, such as:
|
https://bugs.eclipse.org/bugs/show_bug.cgi?id=518487 raised to get HIPP permissions. |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=518487 has instructions now to do the deployment from HIPP. |
The January dataset bundles at the moment are built with Tycho/Eclipse, but there is no actual dependency on OSGi or Eclipse IDE to make use of January datasets.
This issue is to track progress on getting January into Maven central so that 3rd parties can consume datasets more easily.
The text was updated successfully, but these errors were encountered: