You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
I'm helping @NoamSternRedis with their Pulumi package and in-order to publish the Java package to maven, we need an escape hatch with pulumi-java-gen to override the package name.
Currently, using a combination of the package name in schema.json and BasePackage in resources.go, we're able to get com.redis.rediscloud - but we need this to be com.redis.pulumi-rediscloud, which currently isn't possible.
Affected area/feature
Codegen
The text was updated successfully, but these errors were encountered:
Hello!
Issue details
I'm helping @NoamSternRedis with their Pulumi package and in-order to publish the Java package to maven, we need an escape hatch with
pulumi-java-gen
to override the package name.Currently, using a combination of the package name in
schema.json
andBasePackage
inresources.go
, we're able to getcom.redis.rediscloud
- but we need this to becom.redis.pulumi-rediscloud
, which currently isn't possible.Affected area/feature
Codegen
The text was updated successfully, but these errors were encountered: