Github user W4anD0eR96 commented on a diff in the pull request:

    https://github.com/apache/flink/pull/5904#discussion_r183741162
  
    --- Diff: pom.xml ---
    @@ -636,6 +636,63 @@ under the License.
     
        <profiles>
     
    +           <profile>
    +                   <id>fast</id>
    +                   <activation>
    +                           <property>
    +                                   <name>fast</name>
    +                           </property>
    +                   </activation>
    +                   <build>
    +                           <pluginManagement>
    +                                   <plugins>
    +                                           <plugin>
    +                                                   
<groupId>org.apache.rat</groupId>
    +                                                   
<artifactId>apache-rat-plugin</artifactId>
    +                                                   <configuration>
    +                                                           
<skip>true</skip>
    +                                                   </configuration>
    +                                           </plugin>
    +                                           <plugin>
    +                                                   
<groupId>org.apache.maven.plugins</groupId>
    +                                                   
<artifactId>maven-checkstyle-plugin</artifactId>
    +                                                   <configuration>
    +                                                           
<skip>true</skip>
    +                                                   </configuration>
    --- End diff --
    
    +1 not skip plugins on tarvis. LGTM make it fast local building.


---

Reply via email to