pulumi / pulumi-java

Java support for Pulumi
Apache License 2.0
64 stars 19 forks source link

Extend the rule set that matches a package to be a Pulumi package #1367

Closed mikhailshilkov closed 1 month ago

mikhailshilkov commented 1 month ago

Description

Extend the rule set that matches a package to be a first-party Pulumi package to allow any case of publisher or any URL on pulumi.com website. We had a few packages use a different combination and then the Java publishing process would fail to get it to Maven Central properly.

Fixes #1366

Checklist