[ 
https://issues.apache.org/jira/browse/HIVE-29347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18041355#comment-18041355
 ] 

Raghav Aggarwal commented on HIVE-29347:
----------------------------------------

I have resolved the issue. Thanks for the review [~dkuzmenko] . Thanks for 
pointing out the pitfalls [~zabetak] 

> 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
>             Fix For: 4.3.0
>
>
> Scope of this Jira is to fix:
>  # spotless plugin warning for argLine
>  # Use correct surefire version variable in 
> standalone-metastore/metastore-rest-catalog/pom.xml
> 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