Pelam
(Peter Lamberg)
September 14, 2015, 8:01pm
1
I was Googling on how to publish to Maven Central. One of the first hits was this:
I’m working on publishing artifacts for my Gradle PIT plugin to Maven Central. I was able to configure publishing artifacts using maven-publish and separately signing artifacts with signing plugin, but I have problem how to combine it together.
How can I tell maven-publish plugin to upload also artifacts signatures available in build/lib directory as .asc files?
The information is completely misleading because with recent Gradle you can just
use maven and signing plugins together and it will just work.
Normally I would add this information to the thread, but it is locked due to being on the old forums.
I fear that others will be as confused as I was and think that Gradle simply can’t publish to maven central.
Can anything be done?
sterling
(Sterling Greene)
September 14, 2015, 11:06pm
2
I tried to just move this into that topic, but it didn’t work. So I unlocked it and moved it into the “new” forums, so you can reply now. This topic does show up as an associated topic from the old forums, but not everyone may click on that.
Thanks!