retrofit icon indicating copy to clipboard operation
retrofit copied to clipboard

Add platform module for publishing BOM

Open nsuriadi opened this issue 4 years ago • 2 comments

#3231.

I've updated all subprojects to use the maven-publish plugin so the platform module can use the POM_ARTIFACT_ID of each subproject as opposed to project name when generating the BOM and its dependencies.

I tried to keep existing properties and functionality from the previous maven publish intact (e.g. excluding directories named internal and suppressing doclint warnings). Let me know if this isn't ideal.

nsuriadi avatar Oct 31 '20 12:10 nsuriadi

any movement on this? would love to see a bom

madorb avatar Apr 21 '21 15:04 madorb

Ah, found that too late. Figured out that the existing plugin can eventually be used starting with 0.17.0 and created another PR for it. But I guess going native Gradle might be the better option actually...

realdadfish avatar Jun 29 '21 10:06 realdadfish