Aggarwal-Raghav commented on code in PR #6216:
URL: https://github.com/apache/hive/pull/6216#discussion_r2570605831


##########
standalone-metastore/pom.xml:
##########
@@ -587,6 +587,19 @@
   <build>
     <pluginManagement>
       <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <configuration>
+            <annotationProcessorPaths>
+              <path>
+                <groupId>org.apache.logging.log4j</groupId>
+                <artifactId>log4j-core</artifactId>

Review Comment:
   Before fix: 
   ```
   [WARNING] The following annotation processors were found on the classpath:
   [org.apache.logging.log4j.core.config.plugins.processor.PluginProcessor], 
provided by 
/Users/raghav/.m2/repository/org/apache/logging/log4j/log4j-core/2.24.3/log4j-core-2.24.3.jar
   Compile avoidance has been deactivated.
   Please use the maven-compiler-plugin version 3.5 or above and use the 
<annotationProcessorPaths> configuration element to declare the processors 
instead.
   If you did not intend to use the processors above (e.g. they were leaked by 
a dependency), you can use the <proc>none</proc> option to disable annotation 
processing.
   ```



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

To unsubscribe, e-mail: [email protected]

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