mockito / shipkit

Toolkit for shipping it used by Mockito library
http://shipkit.org
MIT License
158 stars 35 forks source link

Release to Maven Central under org.shipkit group #154

Closed mockitoguy closed 5 years ago

mockitoguy commented 7 years ago

Due to access to accounts and passwords, this feature needs to be implemented by core team member.

Problem

We should ship shipkit to maven central in addition to Gradle Plugin portal because:

buildscript {
  repositories { mavenCentral() }
  dependencies {
    classpath "org.shipkit:shipkit:+"
  }
}

Suggested implementation

mstachniuk commented 7 years ago

It looks like 3rd point works: https://plugins.gradle.org/plugin/org.shipkit.release-notes I wrote to Gradle using getting help, I got no answer yet, but all plugins are released with new groupId and build of my PR works.

mockitoguy commented 5 years ago

Let’s move on. There is no urgency to release under org.shipkit to Maven Central.