onehouseinc / LakeView

Monitoring and insights on your data lakehouse tables
Apache License 2.0
22 stars 7 forks source link

[ENG-14936] Added logic to publish jars via gradle to maven central #118

Closed pkgajulapalli closed 1 month ago

pkgajulapalli commented 1 month ago

High level changes:

  1. Added signing plugin in add signature to artifacts.
  2. Generate javadocs jar files
  3. Include sources, javadocs in published artifacts.
  4. Use Publisher API from cental-sonartype to upload the artifact.
  5. Published the signature used with following command.
    gpg --keyserver keyserver.ubuntu.com --send-keys PUBLIC_KEY
sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

nimahajan commented 1 month ago

Task linked: ENG-14936 LakeView SyncTool