-
Notifications
You must be signed in to change notification settings - Fork 47
Should we periodically release pre-built binaries/jars? #240
Comments
And publish it to Maven Central: can I help you on this? |
Is it ok if I fork the project on github, I change version from |
No, please don't do that. |
I already use mvn install locally, but it's a problem for the other members of the team which are not experts in Java/maven, and to setup our continuous integration tool. |
I see - well, if it's a blocker then by all means publish your own version to Maven central. I'm a bit swamped these days (as well as @ianmilligan1) and don't want to hold up progress, if others are starting to adopt Warcbase... :) Thanks for all your feedback, and we'll try to get to it as soon as we can... |
I see that you use these two other repositories: for instance, Is there a reason to use this specific |
ok, so instead of publishing your artifact and (unpublished dependencies) to maven central, I created a maven repository on my github account: https://github.com/dportabella/3rd-party-mvn-repo for anyone who wants to use the warcbase library without building it locally, he needs to add the following to his pom.xml:
or in scala
In case you are interested, I created this repo as follows:
|
Just find out: another option not to load github with big files, it is to copy the maven repo on a Dropbox account. then, I ask Dropbox to share a link for any of the files, such as So, we can replace my two github repositories: |
Any news on publishing to maven central? |
My team is asking me to switch to https://github.com/helgeho/ArchiveSpark because the dependency versions of Warcbase are not yet updated (such as openwayback-core:2.0.0.BETA.2), and warcbase has no published a release to maven yet. I would prefer to stick to warcbase. Any news on releasing to maven and updating the dependencies? |
Hi @dportabella can you please reach out to @ianmilligan1 and myself over email? Let's move this discussion on a separate channel... |
Sure. |
Currently, in order to use warcbase, users need to clone the repo and build using maven. This requires users to have JDK and Maven installed on their machines. Should we consider tagged pre-built releases after remarkable changes?
The text was updated successfully, but these errors were encountered: