Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Package Name Override #1295

Open
rawkode opened this issue Dec 20, 2023 · 0 comments
Open

Support Package Name Override #1295

rawkode opened this issue Dec 20, 2023 · 0 comments
Labels
area/codegen kind/enhancement Improvements or new features

Comments

@rawkode
Copy link

rawkode commented Dec 20, 2023

Hello!

  • Vote on this issue by adding a 👍 reaction
  • 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

@rawkode rawkode added kind/enhancement Improvements or new features needs-triage Needs attention from the triage team labels Dec 20, 2023
@justinvp justinvp removed the needs-triage Needs attention from the triage team label Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/codegen kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

2 participants