Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit ce6f467

Browse files
committed
ci: allow nonexistent profile in google-cloud-bigtable
Our release job specifies profiles that may or may not exist in all Java projects in our release pipeline. The requireProfileIdsExist enforcer rule fails in that case. Therefore, let's remove the requireProfileIdsExist rule.
1 parent 9096e70 commit ce6f467

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

google-cloud-bigtable/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -673,18 +673,6 @@
673673
<artifactId>maven-enforcer-plugin</artifactId>
674674
<version>3.5.0</version>
675675
<executions>
676-
<!-- Prevent users from mistyping a profile name -->
677-
<execution>
678-
<id>enforce-valid-profile</id>
679-
<configuration>
680-
<rules>
681-
<requireProfileIdsExist/>
682-
</rules>
683-
</configuration>
684-
<goals>
685-
<goal>enforce</goal>
686-
</goals>
687-
</execution>
688676
<!-- Ensure that greatest version of each transitive dependency got selected -->
689677
<execution>
690678
<id>enforce-dependency-upper-bound</id>

0 commit comments

Comments
 (0)