Skip to content

Commit eb412a1

Browse files
authored
build: skip showcase deploy (#12929)
We added java-showcase to the top-level folders and automation ensures it is part of the reactor. This setting ensures that we don't try to deploy the java-showcase packages.
1 parent 2e56184 commit eb412a1

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

java-showcase/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
<checkstyle.skip>true</checkstyle.skip>
2525
<clirr.skip>true</clirr.skip>
2626
<enforcer.skip>true</enforcer.skip>
27+
<maven.deploy.skip>true</maven.deploy.skip>
28+
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
2729
<mdep.analyze.skip>true</mdep.analyze.skip><!-- The showcase modules are not meant for library customers. -->
2830
</properties>
2931

sdk-platform-java/hermetic_build/library_generation/utils/pom_generator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def get_version_from(
7171
[
7272
"google-auth-library-java",
7373
"sdk-platform-java",
74+
"java-showcase",
7475
]
7576
)
7677

0 commit comments

Comments
 (0)