Marc Philipp
Marc Philipp
Have you defined any [publications](https://docs.gradle.org/current/userguide/publishing_maven.html#publishing_maven:publications)?
@ThomasJejkal I agree that a full example would be helpful and we should add that. If it goes to the snapshots repository and you haven't changed the `useStaging` property, that...
> If you are interested, I could try to provide a sample project including a README covering the two scenarios. @ThomasJejkal That would be great. Let's start with the first,...
@szpak Do you want to take another look?
Prior art by @larsgrefer: https://docs.freefair.io/gradle-plugins/5.1.0/reference/#_io_freefair_maven_central_validate_poms
I think we should wait until the new issue templates are generally available.
I guess we should add an assumption and check whether it's actually non-routable before using it. 🤔
https://oss.sonatype.org/#central-stat has a CSV download functionality that was relatively easy to reverse engineer. The task downloads a CSV for each month and artifact id and generates an HTML page that...
I think we should consider adding a convenience plugin for publishing to Maven Central specifically. It could validate the POM config for mandatory attributes, register the `sonatype` repo by default...
@tynn I wouldn't object having the initialization task write a metadata file, e.g. in JSON format. I'm not sure it would solve @JavierSegoviaCordoba's use case, though, since in his case...