Marton Bod created HIVE-25815: --------------------------------- Summary: Add flag to skip maven validate phase for Iceberg modules Key: HIVE-25815 URL: https://issues.apache.org/jira/browse/HIVE-25815 Project: Hive Issue Type: Improvement Reporter: Marton Bod Assignee: Marton Bod
The Iceberg checkstyle and spotless plugins which run during the validate phase are quite strict in terms of enforcing proper code style. This is great when checking in code to master, but it can be inconvenient when doing quick dev iterations locally. This PR introduces a maven {{validate.skip}} flag to be able to skip checkstyle and spotless checks on demand for the Iceberg modules. -- This message was sent by Atlassian Jira (v8.20.1#820001)