-
Notifications
You must be signed in to change notification settings - Fork 14
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
Publish flexdock at repo.maven.org #11
Comments
…published at repo.maven.org, yet (requested at opencollab/flexdock#11)
…published at repo.maven.org, yet (requested at opencollab/flexdock#11)
@krichter722: Is it version 1.2.3 or 1.2.4 really? I noticed that there was a version bump in commit f12705f. Also API changed a bit in version 1.2.4 (I had to tweak my code when moving from v 1.2.3). |
But I don't find |
You are right, there is no maven package for flexdock. But I think the version of flexdock sources is actually 1.2.4, not 1.2.3 (as per log message in the above commit). Note that I was using flexdock directly from https://forge.scilab.org/index.php/p/flexdock/ before I found this repository. |
Do you mean you installed in after extracting the tarball or that you used this URL as maven repository? The latter doesn't work for me, but is my intention because I'd like to minimize the efforts to build my project which depend on flexdock on CI services where I'd have to add a command chain to download, extract and install flexdock into the maven cache or create a maven aggregator project around my project which build flexdock before it builds my project. It doesn't have to be the maven central repository, although it's state-of-the-art, but can be any maven repository for starters where releases are uploaded regularily. Thanks for you efforts for providing the builds out-of-the-box. |
I was using a local just a local copy of prebuilt Note my initial comment was just about the version number for the produced flexdock jar files (not criticising anything really). I think it should be |
I configured Sonatype snapshot and release deployment using OSSRH. It takes about 1 hour to get everything up and running, approx. 3 hours to configure continuous deployment from Travis. If you have the intention to make flexdock available and easy to use for everyone this would be great contribution. |
This should work as expected after #13 is merged. |
We can make a new dot release just for #13 change! |
Go ahead :) I pushlished 1.2.3 with my group ID |
I just saw that 1.2.4 has already been released with f12705f. So, the maven migration should be at least 1.2.5, maybe even 1.3 (not really sure what is best practice for changes to the build tool and project structure regarding version evolution) and #13 would be another revision. That should be reflected in the project before starting deployment to Maven central. |
indeed. I just published 1.3 |
I recreated the tag, I didn't updated everything, sorry :( |
@krichter722 please let me know when you published it. I will update the readme |
I already published it as |
I also really appreciate the official publication of the artifacts on repo.maven.org. |
No description provided.
The text was updated successfully, but these errors were encountered: