LuciferYang commented on a change in pull request #30784:
URL: https://github.com/apache/spark/pull/30784#discussion_r545194769



##########
File path: pom.xml
##########
@@ -3243,6 +3253,54 @@
           </dependency>
         </dependencies>
       </dependencyManagement>
+      <build>
+        <pluginManagement>
+          <plugins>
+            <plugin>
+              <groupId>net.alchim31.maven</groupId>
+              <artifactId>scala-maven-plugin</artifactId>
+              <configuration combine.self="override">

Review comment:
       Yes, we need `combine.self="override"` here(`merge` is default value),  
`merge` and `default` will introduce additional configuration of 
`compilerPlugins`, but `com.github.ghik:silencer-plugin_2.13.4:1.6.0` not 
exists  in Maven central repository.
   
   Or we can introduce `com.github.ghik:silencer-plugin_2.13.4:1.7.1` manually 
and remove `combine.self="override"`, although we don't really need i
   




----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to