-
Notifications
You must be signed in to change notification settings - Fork 68
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
Planning a release? #18
Comments
That sounds like a good idea! I am fine with a v0.1 release. There is currently nothing missing that I could think of. Do you have any experience with uploading to the Maven central repository? I did a quick search and it sounds like Sonatype OSSRH is the way to go? |
Great. Yes, that's the way to go. I'm happy to help. Here's a quick look at the required info and what I think should go there. Please review. Summary: Scalable Time Series Data Analytics The implemented algorithms are in the context of:
Project URL: https://github.com/patrickzib/SFA We are missing Group ID. It seems like |
Just added Group ID and Artifact ID as I don't really like |
Thank you. I agree that the naming |
Great description, thank you. Sure, I am glad for any help! My JIRA username is |
Just submitted the application. Please check it out (and vote) |
It seems like the groupId has to be: I have changed the groupId accordingly. |
That is a good start. It's highly recommended to change the package name to |
there might be another way. I spoke to a colleague and it is possible to use github to host an own maven repository: LINK So, one option is: not to host on maven central but on github, and one can still add it to a maven pom...
This link also mentions another two options: JitPack or BinTray... |
until we figured out maven central and sonatype: |
I feel my thoughts here as I opened this issue were a bit foggy. Now I realise that we should have a process in place to release stable version of the library. This means making a release on the With a release, we have to update documentation, how to use, provide examples, etc. It's not simple step but maybe necessary for mass adoption of the library. When this system is in place, going to Central Repo would be a natural next step. Currently I use JitPack and it works just fine with my public and private repos. Having the library on Central Repo adds legitimacy and easiness to developers. |
Hi Patrick:
Great effort has been put into this library later. Such a great work. Do you have any plans for a v0.1 version release?
We should also aim at uploading that release's artifact to the Maven's central repository. This will make it easier for new comers to use it in their projects and give the library an industrial legitmacy.
The text was updated successfully, but these errors were encountered: