Skip to content

When generating a new library, do not add non-Cloud artifacts to the gapic-libraries-bom/pom.xml #9837

@suztomo

Description

@suztomo

Follow-up of #9811 (comment).

When a new library for a service is created, it calls generate_gapic_bom.sh:

"bash", "generation/generate_gapic_bom.sh",

    subprocess.check_call(
        [
            "bash", "generation/generate_gapic_bom.sh",
        ],
        cwd=monorepo_root,
    )

This script adds the newly generated library as part of gapic-libraries-bom/pom.xml.

Metadata

Metadata

Assignees

Labels

priority: p2Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions