codyze icon indicating copy to clipboard operation
codyze copied to clipboard

Enable maven publish for v3 artefacts

Open fwendland opened this issue 2 years ago • 2 comments

Extend Gradle to support publishing Maven artefacts for other projects to consume v3 libraries.

fwendland avatar Aug 02 '22 11:08 fwendland

I assume you are talking about Maven Central? Is there any particular use case for this? For now we have seen Codyze primarily as a tool and not as a library. In the very few cases we needed it as a library, jitpick served quite well.

Publishing to maven central is a major pain and I would strongly think twice about doing it, if its not necessary.

oxisto avatar Aug 03 '22 11:08 oxisto

It's not about Maven Central. I should have been more specific.

I use Codyze v2 as a library in other projects using JitPack to consume it. As far as I can see, this doesn't work for v3 because there isn't a Gradle task to build an artifact for a Maven repo.

We just need to add this task/plugin wiothout actually configuring a publication/upload to Maven Central.

fwendland avatar Aug 12 '22 12:08 fwendland