Skip to content

Commit 24a0a62

Browse files
committed
chore: Add comment for the quick-build profile
1 parent 55ae26e commit 24a0a62

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

  • google-cloud-pom-parent
  • sdk-platform-java/gapic-generator-java-pom-parent

google-cloud-pom-parent/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959

6060
<profiles>
6161
<profile>
62+
<!-- skips all plugins that would have been activated by the Maven lifecycle -->
6263
<id>quick-build</id>
6364
<properties>
6465
<checkstyle.skip>true</checkstyle.skip>

sdk-platform-java/gapic-generator-java-pom-parent/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878

7979
<profiles>
8080
<profile>
81+
<!-- skips all plugins that would have been activated by the Maven lifecycle -->
8182
<id>quick-build</id>
8283
<properties>
8384
<checkstyle.skip>true</checkstyle.skip>

0 commit comments

Comments
 (0)