Skip to content

Commit

Permalink
[FLINK-8084][build] Remove unnecessary japicmp pom entries
Browse files Browse the repository at this point in the history
This closes apache#5020.
  • Loading branch information
zentol committed Nov 22, 2017
1 parent 400d2a3 commit a2f10b1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
7 changes: 0 additions & 7 deletions flink-java8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,6 @@ under the License.
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>

<pluginManagement>
Expand Down
8 changes: 0 additions & 8 deletions flink-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,6 @@ under the License.
</executions>
</plugin>

<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>

<!-- use alternative delimiter for filtering resources -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
7 changes: 0 additions & 7 deletions flink-yarn-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -337,13 +337,6 @@ under the License.
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>

<!--
Copy batch and streaming examples programs in to the flink-yarn-tests/target/programs
Expand Down

0 comments on commit a2f10b1

Please sign in to comment.