[ 
https://issues.apache.org/jira/browse/HIVE-29347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raghav Aggarwal updated HIVE-29347:
-----------------------------------
    Summary: Fix maven plugin related warning during build  (was: Fix spotless 
plugin warnings and use correct surefire version variable in rest catalog 
pom.xml )

> Fix maven plugin related warning during build
> ---------------------------------------------
>
>                 Key: HIVE-29347
>                 URL: https://issues.apache.org/jira/browse/HIVE-29347
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Raghav Aggarwal
>            Assignee: Raghav Aggarwal
>            Priority: Major
>              Labels: pull-request-available
>
> standalone-metastore/metastore-rest-catalog/pom.xml uses surefire.version but 
> instead it should be maven.surefire.plugin.version. as it was running with 
> maven surefire 2.22.0 version before HIVE-29336. Better to keep it consistent.
> {code:java}
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-surefire-plugin</artifactId>
>         <version>${surefire.version}</version>
>       </plugin> {code}
> also Fix, in iceberg module during build
> {code:java}
> [WARNING] Parameter 'argLine' is unknown for plugin 
> 'spotless-maven-plugin:2.44.4:check (validate)'{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to