-
Notifications
You must be signed in to change notification settings - Fork 7
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 to Maven Central via Sonatype #1
Comments
Confirmed 'mvn deploy' successful.
I had actually setup access with sonatype to publish to the groupId org.bedework some time ago for the exchange-ws-client. I've opened https://issues.sonatype.org/browse/OSSRH-16401 to grant @EricWittmann access. I've started a branch with changes to distributionManagement, and successfully published a -SNAPSHOT yesterday. We are going to run into some issues though publishing a release:
(see http://central.sonatype.org/pages/requirements.html). The wording seems to imply they'll let a release now with a block, but I haven't ever actually done that, so I guess we'll just have to try. @douglm what are the nature of the changes in those snapshots? Is there a chance that we could get those changes into the upstream project and formally released? |
That's going to be a long job - which is why it gets put off. I've added a bunch of stuff as we try out calendar features. We could do a bedework release version and pursue gettig them back into The other complication was he moved repositories and was bringing out a On 7/4/15 09:41, Nicholas Blair wrote:
|
@douglm if those changes are not likely to go upstream, what about importing those forks as sub-modules of this project? Alternatively, if the changes are largely just additive to ical4j, you could slice just those bits out into a module. I'd be happy to help with that - where is the source for those changes? |
Hi. I was out in Nova Scotia with no internet (almost) but some time to I think at this stage our fork of ical4j is sufficiently different that I think he actually moved repository (twice) since I downloaded it. If we just accept that merging is a desirable future aim is just calling On 7/4/15 09:41, Nicholas Blair wrote:
|
Let's confirm the license on ical4j allows for forking, renaming, and On Thu, Jul 23, 2015 at 11:47 PM Mike Douglass [email protected]
|
My thoughts exactly. We need to check the license of the original repo. It's possible ical4j has changed license since the bedework fork of it was made. @douglm - do you have the original unchanged sources around? or access to the original in some fashion? |
The current ical4j license is fascinating! https://github.com/ical4j/ical4j/blob/master/LICENSE Pretty rare to see a custom license. :) |
There's a note at the end of the project's README, which is easy enough to Redistribution: If you intend to use and distribute iCal4j in your own project please Make a copy of the LICENSE, rename it to LICENSE.ical4j, and save it to
|
I'm also going to take a look at the dependencies and see if I can't I'm thinking along the lines of a calutil module that has the ical4j On 7/24/15 11:44, Nicholas Blair wrote:
|
Per @douglm the source we need is available here: https://github.com/Bedework/bw-ical4j-cl We have 2 paths from here:
Is there any reason we would want to isolate bw-ical4j-cl's release cycle from bw-util? |
I'd prefer to keep it separate. There is the potential that some of the changes might be used by others It also reflects the state of the ical4j project that eventually we On 10/6/15 10:03, Nicholas Blair wrote:
|
I'm cool with that, opening a few issues we'll need to tackle in bw-ical4j-cl before we circle back here: Once we've got releases of bw-ical4j-cl shipped to Maven Central, we'll circle back here and drop any references to |
org.bedework
groupId with Sonatype.The text was updated successfully, but these errors were encountered: