This is an automated email from the ASF dual-hosted git repository.
rskraba pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new bab1847cde AVRO-4219: Make skipQuality profile top-level (#3590)
bab1847cde is described below
commit bab1847cdec6fd49b3144a4ded41176ab580f619
Author: Ryan Skraba <[email protected]>
AuthorDate: Mon Dec 8 20:55:22 2025 +0100
AVRO-4219: Make skipQuality profile top-level (#3590)
---
pom.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/pom.xml b/pom.xml
index c271011717..b2df4bbbc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -533,6 +533,19 @@
</plugins>
</build>
</profile>
+ <profile>
+ <id>skipQuality</id>
+ <properties>
+ <skipTests>true</skipTests>
+ <rat.skip>true</rat.skip>
+ <checkstyle.skip>true</checkstyle.skip>
+ <spotless.skip>true</spotless.skip>
+ <invoker.skip>true</invoker.skip>
+ <cyclonedx.skip>true</cyclonedx.skip>
+ <gpg.skip>true</gpg.skip>
+ <maven.build.cache.skipCache>true</maven.build.cache.skipCache>
+ </properties>
+ </profile>
</profiles>
</project>