pegasas commented on code in PR #23026:
URL: https://github.com/apache/flink/pull/23026#discussion_r1284013387


##########
flink-examples/flink-examples-batch/pom.xml:
##########
@@ -48,25 +48,6 @@ under the License.
        
        <build>
                <plugins>
-                       <!-- Fail compilation on deprecation warnings to 
prevent from showing users outdated examples. -->
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-compiler-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <id>compile</id>
-                                               <phase>process-sources</phase>
-                                               <goals>
-                                                       <goal>compile</goal>
-                                               </goals>
-                                               <configuration>
-                                                       
<compilerArgument>-Xlint:deprecation</compilerArgument>
-                                                       
<failOnWarning>true</failOnWarning>
-                                               </configuration>
-                                       </execution>
-                               </executions>
-                       </plugin>
-                       

Review Comment:
   Thanks @xintongsong , @WencongLiu ,
   I make a PR for tracking: https://github.com/apache/flink/pull/23135
   will request a review after going through it with myself.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to