Skip to content

Commit

Permalink
[FLINK-25868][build] Disable japicmp in packaging/e2e modules
Browse files Browse the repository at this point in the history
Optimize build times and reduce noise (warnings would be printed as these modules are not being deployed, so the previous versions can not be found).
  • Loading branch information
zentol committed Sep 12, 2022
1 parent 35c6ac6 commit ddd034b
Show file tree
Hide file tree
Showing 29 changed files with 104 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
<artifactId>flink-sql-connector-aws-kinesis-firehose</artifactId>
<name>Flink : Connectors : SQL : Amazon Kinesis Data Firehose</name>

<properties>
<japicmp.skip>true</japicmp.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
<artifactId>flink-sql-connector-aws-kinesis-streams</artifactId>
<name>Flink : Connectors : SQL : Amazon Kinesis Data Streams</name>

<properties>
<japicmp.skip>true</japicmp.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down
4 changes: 4 additions & 0 deletions flink-connectors/flink-sql-connector-elasticsearch6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ under the License.

<packaging>jar</packaging>

<properties>
<japicmp.skip>true</japicmp.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down
4 changes: 4 additions & 0 deletions flink-connectors/flink-sql-connector-elasticsearch7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ under the License.

<packaging>jar</packaging>

<properties>
<japicmp.skip>true</japicmp.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down
4 changes: 4 additions & 0 deletions flink-connectors/flink-sql-connector-hbase-1.4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ under the License.

<packaging>jar</packaging>

<properties>
<japicmp.skip>true</japicmp.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down
4 changes: 4 additions & 0 deletions flink-connectors/flink-sql-connector-hbase-2.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ under the License.

<packaging>jar</packaging>

<properties>
<japicmp.skip>true</japicmp.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down
4 changes: 4 additions & 0 deletions flink-connectors/flink-sql-connector-hive-2.3.9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ under the License.

<packaging>jar</packaging>

<properties>
<japicmp.skip>true</japicmp.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down
4 changes: 4 additions & 0 deletions flink-connectors/flink-sql-connector-hive-3.1.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ under the License.

<packaging>jar</packaging>

<properties>
<japicmp.skip>true</japicmp.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down
4 changes: 4 additions & 0 deletions flink-connectors/flink-sql-connector-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ under the License.

<packaging>jar</packaging>

<properties>
<japicmp.skip>true</japicmp.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down
4 changes: 4 additions & 0 deletions flink-connectors/flink-sql-connector-kinesis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ under the License.

<packaging>jar</packaging>

<properties>
<japicmp.skip>true</japicmp.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down
4 changes: 4 additions & 0 deletions flink-connectors/flink-sql-connector-pulsar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ under the License.

<packaging>jar</packaging>

<properties>
<japicmp.skip>true</japicmp.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down
4 changes: 4 additions & 0 deletions flink-connectors/flink-sql-connector-rabbitmq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ under the License.

<packaging>jar</packaging>

<properties>
<japicmp.skip>true</japicmp.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down
4 changes: 4 additions & 0 deletions flink-dist-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ under the License.
<artifactId>flink-dist-scala_${scala.binary.version}</artifactId>
<name>Flink : Dist-Scala</name>

<properties>
<japicmp.skip>true</japicmp.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down
1 change: 1 addition & 0 deletions flink-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ under the License.

<properties>
<zookeeper.optional.version>3.6.3</zookeeper.optional.version>
<japicmp.skip>true</japicmp.skip>
</properties>

<dependencies>
Expand Down
1 change: 1 addition & 0 deletions flink-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ under the License.
<properties>
<generated.docs.dir>./docs/layouts/shortcodes/generated</generated.docs.dir>
<generated.static.dir>./docs/static/generated</generated.static.dir>
<japicmp.skip>true</japicmp.skip>
</properties>

<dependencies>
Expand Down
1 change: 1 addition & 0 deletions flink-end-to-end-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ under the License.

<properties>
<excludeE2E/>
<japicmp.skip>true</japicmp.skip>
</properties>

<modules>
Expand Down
4 changes: 4 additions & 0 deletions flink-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ under the License.
<name>Flink : Examples : </name>
<packaging>pom</packaging>

<properties>
<japicmp.skip>true</japicmp.skip>
</properties>

<modules>
<module>flink-examples-batch</module>
<module>flink-examples-streaming</module>
Expand Down
4 changes: 4 additions & 0 deletions flink-filesystems/flink-fs-hadoop-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ under the License.

<packaging>jar</packaging>

<properties>
<japicmp.skip>true</japicmp.skip>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions flink-filesystems/flink-s3-fs-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ under the License.

<properties>
<fs.s3.aws.version>1.11.951</fs.s3.aws.version>
<japicmp.skip>true</japicmp.skip>
</properties>

<dependencies>
Expand Down
4 changes: 4 additions & 0 deletions flink-formats/flink-sql-avro-confluent-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ under the License.

<packaging>jar</packaging>

<properties>
<japicmp.skip>true</japicmp.skip>
</properties>

<repositories>
<repository>
<id>confluent</id>
Expand Down
4 changes: 4 additions & 0 deletions flink-formats/flink-sql-avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ under the License.

<packaging>jar</packaging>

<properties>
<japicmp.skip>true</japicmp.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down
4 changes: 4 additions & 0 deletions flink-formats/flink-sql-csv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ under the License.

<packaging>jar</packaging>

<properties>
<japicmp.skip>true</japicmp.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down
4 changes: 4 additions & 0 deletions flink-formats/flink-sql-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ under the License.

<packaging>jar</packaging>

<properties>
<japicmp.skip>true</japicmp.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down
4 changes: 4 additions & 0 deletions flink-formats/flink-sql-orc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ under the License.

<packaging>jar</packaging>

<properties>
<japicmp.skip>true</japicmp.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down
4 changes: 4 additions & 0 deletions flink-formats/flink-sql-parquet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ under the License.

<packaging>jar</packaging>

<properties>
<japicmp.skip>true</japicmp.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down
4 changes: 4 additions & 0 deletions flink-formats/flink-sql-protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ under the License.

<packaging>jar</packaging>

<properties>
<japicmp.skip>true</japicmp.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down
4 changes: 4 additions & 0 deletions flink-table/flink-table-planner-loader-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
<packaging>jar</packaging>
<description>Intermediate build artifact used by the flink-table-planner-loader.</description>

<properties>
<japicmp.skip>true</japicmp.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down
4 changes: 4 additions & 0 deletions flink-yarn-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ under the License.
<name>Flink : Yarn Tests</name>
<packaging>jar</packaging>

<properties>
<japicmp.skip>true</japicmp.skip>
</properties>

<dependencies>

<!-- test dependencies -->
Expand Down
4 changes: 4 additions & 0 deletions tools/ci/java-ci-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ under the License.
<version>1.17-SNAPSHOT</version>
<name>Flink : Tools : CI : Java</name>

<properties>
<japicmp.skip>true</japicmp.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down

0 comments on commit ddd034b

Please sign in to comment.