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

ASF GitHub Bot commented on PARQUET-1976:
-----------------------------------------

martin-g commented on a change in pull request #866:
URL: https://github.com/apache/parquet-mr/pull/866#discussion_r616450690



##########
File path: parquet-scala/pom.xml
##########
@@ -75,8 +75,9 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>org.scala-tools</groupId>
-        <artifactId>maven-scala-plugin</artifactId>
+        <groupId>net.alchim31.maven</groupId>
+        <artifactId>scala-maven-plugin</artifactId>
+        <version>${scala-maven-plugin.version}</version>

Review comment:
       The local build failed because of 
https://github.com/apache/parquet-mr/blob/5d8fe214f16829fe258400d0c68ddaacc979b03a/pom.xml#L241
 and 
https://github.com/apache/parquet-mr/blob/5d8fe214f16829fe258400d0c68ddaacc979b03a/parquet-cli/pom.xml#L83.
 
   How is this supposed to work ?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


> Use net.alchim31.maven:scala-maven-plugin instead of 
> org.scala-tools:maven-scala-plugin
> ---------------------------------------------------------------------------------------
>
>                 Key: PARQUET-1976
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1976
>             Project: Parquet
>          Issue Type: Improvement
>            Reporter: Martin Tzvetanov Grigorov
>            Priority: Minor
>
> org.scala-tools:maven-scala-plugin is not maintained since a long time.
> [net.alchim31.maven:scala-maven-plugin|https://github.com/davidB/scala-maven-plugin]
>  is the replacement.
> Also Scala version could be upgraded from 2.12.8 to 2.12.13
> Few other Maven plugins also could be upgraded.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to