martin-g commented on a change in pull request #866:
URL: https://github.com/apache/parquet-mr/pull/866#discussion_r616392578
##########
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:
There is no pluginManagement for this plugin in the parquet-mr/pom.xml.
Also there is nothing about scala-maven-plugin at
https://search.maven.org/artifact/org.apache/apache/23/pom so what you suggest
won't work.
I will:
1) update the version of org.apache:apache from 16 to 23
2) add pluginManagement in parquet-mr/pom.xml
--
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]