bmuschko / gradle-cargo-plugin

Gradle plugin that provides deployment capabilities to local and remote containers via Cargo
Apache License 2.0
258 stars 61 forks source link

Maven mirror out of date #92

Closed stefan-kolb closed 10 years ago

stefan-kolb commented 10 years ago

Why did you stop pushing versions to Maven central? It would be helpful to keep track of new versions via notification systems like Versioneye.

bmuschko commented 10 years ago

The reason for that is that the publishing process to Maven Central is tedious and time-consuming. It's much easier with Bintray. There's an option to also sync with Maven Central once an artifact is published to Bintray but I didn't find the time to explore that yet. From your perspective, you can simply point your build to that repository and you are done.

stefan-kolb commented 10 years ago

Thanks for answering. I totally understand your point of view. This was more like a request from a notification system perspective. Like you said, I can accomplish this via other ways.

bmuschko commented 10 years ago

You could just add yourself as a watcher of this project in Bintray. I believe you will get a notification if a new version is released.