123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- -->
- <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache</groupId>
- <artifactId>apache</artifactId>
- <version>25</version>
- </parent>
- <groupId>org.apache.seatunnel</groupId>
- <artifactId>seatunnel</artifactId>
- <version>${revision}</version>
- <packaging>pom</packaging>
- <name>SeaTunnel :</name>
- <description>Production ready big data processing product based on Apache Spark and Apache Flink.</description>
- <modules>
- <!--
- We retrieve the config module from maven repository. If you want to change the config module,
- you need to open this annotation and change the dependency of config-shade to project.
- <module>seatunnel-config</module>
- -->
- <module>seatunnel-config</module>
- <module>seatunnel-common</module>
- <module>seatunnel-core</module>
- <module>seatunnel-transforms-v2</module>
- <module>seatunnel-connectors-v2</module>
- <module>seatunnel-api</module>
- <module>seatunnel-translation</module>
- <module>seatunnel-plugin-discovery</module>
- <module>seatunnel-formats</module>
- <module>seatunnel-engine</module>
- <module>seatunnel-examples</module>
- <module>seatunnel-e2e</module>
- <module>seatunnel-shade</module>
- </modules>
- <properties>
- <!--todo The classification is too confusing, reclassify by type-->
- <revision>2.3.2</revision>
- <seatunnel.config.shade.version>2.1.1</seatunnel.config.shade.version>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <java.version>1.8</java.version>
- <scala.version>2.11.12</scala.version>
- <scala.binary.version>2.11</scala.binary.version>
- <maven.compiler.source>${java.version}</maven.compiler.source>
- <maven.compiler.target>${java.version}</maven.compiler.target>
- <slf4j.version>1.7.25</slf4j.version>
- <log4j2.version>2.17.1</log4j2.version>
- <log4j2-disruptor.version>3.4.4</log4j2-disruptor.version>
- <log4j.version>1.2.17</log4j.version>
- <logback.version>1.2.3</logback.version>
- <commons-logging.version>1.2</commons-logging.version>
- <iceberg.version>0.13.1</iceberg.version>
- <flink.1.13.6.version>1.13.6</flink.1.13.6.version>
- <flink.1.15.3.version>1.15.3</flink.1.15.3.version>
- <spark.2.4.0.version>2.4.0</spark.2.4.0.version>
- <spark.3.3.0.version>3.3.0</spark.3.3.0.version>
- <spark.binary.2.4.version>2.4</spark.binary.2.4.version>
- <commons.beanutils.version>1.9.4</commons.beanutils.version>
- <commons.cli.version>1.4</commons.cli.version>
- <commons.configuration.version>1.7</commons.configuration.version>
- <commons.digester.version>1.8.1</commons.digester.version>
- <codehaus.jackson.version>1.9.13</codehaus.jackson.version>
- <jersey.version>1.19</jersey.version>
- <javax.servlet.jap.version>2.1</javax.servlet.jap.version>
- <hadoop.binary.version>2.7</hadoop.binary.version>
- <jackson.version>2.12.6</jackson.version>
- <lombok.version>1.18.24</lombok.version>
- <commons-compress.version>1.20</commons-compress.version>
- <skip.pmd.check>false</skip.pmd.check>
- <maven.deploy.skip>false</maven.deploy.skip>
- <maven.javadoc.skip>false</maven.javadoc.skip>
- <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
- <maven-failsafe-plugin.version>2.22.2</maven-failsafe-plugin.version>
- <nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
- <maven-source-plugin.version>3.0.1</maven-source-plugin.version>
- <maven-javadoc-plugin.version>2.9.1</maven-javadoc-plugin.version>
- <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
- <maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
- <maven-pmd-plugin.version>3.8</maven-pmd-plugin.version>
- <elasticsearch6.client.version>6.3.1</elasticsearch6.client.version>
- <elasticsearch7.client.version>7.5.1</elasticsearch7.client.version>
- <flink-shaded-hadoop-2.version>2.7.5-7.0</flink-shaded-hadoop-2.version>
- <commons-lang3.version>3.4</commons-lang3.version>
- <commons-io.version>2.11.0</commons-io.version>
- <commons-collections4.version>4.4</commons-collections4.version>
- <maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
- <commons-compress.version>1.20</commons-compress.version>
- <protostuff.version>1.8.0</protostuff.version>
- <spark.scope>provided</spark.scope>
- <flink.scope>provided</flink.scope>
- <codec.version>1.13</codec.version>
- <exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
- <docker.hub>apache</docker.hub>
- <docker.tag>${project.version}</docker.tag>
- <jcommander.version>1.81</jcommander.version>
- <junit.version>5.9.0</junit.version>
- <config.version>1.3.3</config.version>
- <maven-shade-plugin.version>3.3.0</maven-shade-plugin.version>
- <maven-helper-plugin.version>3.2.0</maven-helper-plugin.version>
- <flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version>
- <maven-license-maven-plugin>1.20</maven-license-maven-plugin>
- <log4j-core.version>2.17.1</log4j-core.version>
- <docker-maven-plugin.version>0.38.0</docker-maven-plugin.version>
- <maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
- <p3c-pmd.version>1.3.0</p3c-pmd.version>
- <maven-scm-provider-jgit.version>1.9.5</maven-scm-provider-jgit.version>
- <testcontainer.version>1.17.6</testcontainer.version>
- <spotless.version>2.29.0</spotless.version>
- <jsqlparser.version>4.5</jsqlparser.version>
- <!-- Option args -->
- <skipUT>false</skipUT>
- <skipIT>true</skipIT>
- <elasticsearch>7</elasticsearch>
- <guava.version>27.0-jre</guava.version>
- <auto-service.version>1.0.1</auto-service.version>
- <hadoop2.version>2.6.5</hadoop2.version>
- <seatunnel.shade.package>org.apache.seatunnel.shade</seatunnel.shade.package>
- <snappy-java.version>1.1.8.3</snappy-java.version>
- <checker.qual.version>3.10.0</checker.qual.version>
- <awaitility.version>4.2.0</awaitility.version>
- <e2e.dependency.skip>true</e2e.dependency.skip>
- <!-- Imap storage dependency package -->
- <hadoop-aliyun.version>3.0.0</hadoop-aliyun.version>
- <json-smart.version>2.4.7</json-smart.version>
- <hadoop-aws.version>3.1.4</hadoop-aws.version>
- <netty-buffer.version>4.1.60.Final</netty-buffer.version>
- </properties>
- <dependencyManagement>
- <dependencies>
- <!-- ***************** slf4j & provider & bridges start ***************** -->
- <!-- Declare slf4j-api -->
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <version>${slf4j.version}</version>
- </dependency>
- <!-- Declare slf4j-api provider: log4j2.x -->
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
- <version>${log4j2.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-api</artifactId>
- <version>${log4j2.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-core</artifactId>
- <version>${log4j2.version}</version>
- </dependency>
- <!-- Declare log4j2 asynchronous loggers provider: disruptor -->
- <dependency>
- <groupId>com.lmax</groupId>
- <artifactId>disruptor</artifactId>
- <version>${log4j2-disruptor.version}</version>
- </dependency>
- <!-- Include the logging bridges -->
- <!-- commons-logging bridge to slf4j -->
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>jcl-over-slf4j</artifactId>
- <version>${slf4j.version}</version>
- </dependency>
- <!-- jdk-logging bridge to slf4j -->
- <!-- low performance, see: https://www.slf4j.org/legacy.html#jul-to-slf4j
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>jul-to-slf4j</artifactId>
- <version>${slf4j.version}</version>
- </dependency>
- -->
- <!-- log4j1.x bridge to log4j2.x -->
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-1.2-api</artifactId>
- <version>${log4j2.version}</version>
- </dependency>
- <!-- Exclude the logging bridges via provided scope -->
- <!-- log4j1.x bridge to slf4j
- Use of the SLF4J adapter (log4j-over-slf4j) together with the SLF4J bridge (slf4j-log4j12) should never be attempted as it will cause events to endlessly be routed between SLF4J and Log4j 1
- -->
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>log4j-over-slf4j</artifactId>
- <version>${slf4j.version}</version>
- <scope>provided</scope>
- </dependency>
- <!-- slf4j binding to log4j1.x -->
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <version>${slf4j.version}</version>
- <scope>provided</scope>
- </dependency>
- <!-- log4j2.x binding to slf4j.
- Use of the SLF4J adapter (log4j-to-slf4j-2.x.jar) together with the SLF4J bridge (log4j-slf4j-impl-2.x.jar) should never be attempted as it will cause events to endlessly be routed between SLF4J and Log4j 2
- -->
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-to-slf4j</artifactId>
- <version>${log4j2.version}</version>
- <scope>provided</scope>
- </dependency>
- <!-- slf4j binding to jdk-logging -->
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-jdk14</artifactId>
- <version>${slf4j.version}</version>
- <scope>provided</scope>
- </dependency>
- <!-- slf4j binding to commons-logging -->
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-jcl</artifactId>
- <version>${slf4j.version}</version>
- <scope>provided</scope>
- </dependency>
- <!-- slf4j binding to nop -->
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-nop</artifactId>
- <version>${slf4j.version}</version>
- <scope>provided</scope>
- </dependency>
- <!-- slf4j binding to simple -->
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-simple</artifactId>
- <version>${slf4j.version}</version>
- <scope>provided</scope>
- </dependency>
- <!-- slf4j binding to reload4j -->
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-reload4j</artifactId>
- <version>${slf4j.version}</version>
- <scope>provided</scope>
- </dependency>
- <!-- Exclude other logging provider via provided scope -->
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>${commons-logging.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>${log4j.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-classic</artifactId>
- <version>${logback.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-core</artifactId>
- <version>${logback.version}</version>
- <scope>provided</scope>
- </dependency>
- <!-- ***************** slf4j & provider & bridges end ***************** -->
- <dependency>
- <groupId>org.apache.seatunnel</groupId>
- <artifactId>seatunnel-config-shade</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- <version>${codec.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.flink</groupId>
- <artifactId>flink-shaded-hadoop-2</artifactId>
- <version>${flink-shaded-hadoop-2.version}</version>
- <exclusions>
- <exclusion>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.projectlombok</groupId>
- <artifactId>lombok</artifactId>
- <version>${lombok.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- <version>${commons-lang3.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-collections4</artifactId>
- <version>${commons-collections4.version}</version>
- </dependency>
- <dependency>
- <groupId>com.beust</groupId>
- <artifactId>jcommander</artifactId>
- <version>${jcommander.version}</version>
- </dependency>
- <dependency>
- <groupId>org.junit</groupId>
- <artifactId>junit-bom</artifactId>
- <version>${junit.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-annotations</artifactId>
- <version>${jackson.version}</version>
- </dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-core</artifactId>
- <version>${jackson.version}</version>
- </dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- <version>${jackson.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-compress</artifactId>
- <version>${commons-compress.version}</version>
- </dependency>
- <dependency>
- <groupId>org.testcontainers</groupId>
- <artifactId>testcontainers</artifactId>
- <version>${testcontainer.version}</version>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </exclusion>
- <exclusion>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>com.typesafe</groupId>
- <artifactId>config</artifactId>
- <version>${config.version}</version>
- </dependency>
- <dependency>
- <groupId>org.scala-lang</groupId>
- <artifactId>scala-library</artifactId>
- <version>${scala.version}</version>
- </dependency>
- <dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <version>${guava.version}</version>
- </dependency>
- <dependency>
- <groupId>org.checkerframework</groupId>
- <artifactId>checker-qual</artifactId>
- <version>${checker.qual.version}</version>
- </dependency>
- <dependency>
- <groupId>org.awaitility</groupId>
- <artifactId>awaitility</artifactId>
- <version>${awaitility.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>${commons-io.version}</version>
- </dependency>
- <dependency>
- <groupId>io.protostuff</groupId>
- <artifactId>protostuff-core</artifactId>
- <version>${protostuff.version}</version>
- </dependency>
- <dependency>
- <groupId>io.protostuff</groupId>
- <artifactId>protostuff-runtime</artifactId>
- <version>${protostuff.version}</version>
- </dependency>
- <dependency>
- <groupId>com.google.auto.service</groupId>
- <artifactId>auto-service</artifactId>
- <version>${auto-service.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.seatunnel</groupId>
- <artifactId>seatunnel-hadoop3-3.1.4-uber</artifactId>
- <version>${project.version}</version>
- <classifier>optional</classifier>
- <scope>provided</scope>
- </dependency>
- <!-- Imap storage dependency package -->
- <dependency>
- <groupId>org.apache.hadoop</groupId>
- <artifactId>hadoop-aliyun</artifactId>
- <version>${hadoop-aliyun.version}</version>
- <scope>provided</scope>
- <exclusions>
- <exclusion>
- <groupId>net.minidev</groupId>
- <artifactId>json-smart</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>net.minidev</groupId>
- <artifactId>json-smart</artifactId>
- <version>${json-smart.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.hadoop</groupId>
- <artifactId>hadoop-aws</artifactId>
- <version>${hadoop-aws.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>io.netty</groupId>
- <artifactId>netty-buffer</artifactId>
- <version>${netty-buffer.version}</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>com.google.auto.service</groupId>
- <artifactId>auto-service</artifactId>
- <version>${auto-service.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.projectlombok</groupId>
- <artifactId>lombok</artifactId>
- </dependency>
- <!-- ***************** slf4j & provider & bridges start ***************** -->
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-core</artifactId>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>jcl-over-slf4j</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-1.2-api</artifactId>
- </dependency>
- <!-- ***************** slf4j & provider & bridges end ***************** -->
- <dependency>
- <groupId>org.junit.jupiter</groupId>
- <artifactId>junit-jupiter-engine</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.junit.jupiter</groupId>
- <artifactId>junit-jupiter-params</artifactId>
- <scope>test</scope>
- </dependency>
- </dependencies>
- <build>
- <finalName>${project.artifactId}-${project.version}-${scala.version}</finalName>
- <pluginManagement>
- <plugins>
- <!-- java/scala compiler (Start) -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin.version}</version>
- <configuration>
- <source>${maven.compiler.source}</source>
- <target>${maven.compiler.target}</target>
- <forceJavacCompilerUse>true</forceJavacCompilerUse>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>${maven-surefire-plugin.version}</version>
- <configuration>
- <skip>${skipUT}</skip>
- <systemPropertyVariables>
- <jacoco-agent.destfile>${project.build.directory}/jacoco.exec</jacoco-agent.destfile>
- </systemPropertyVariables>
- <excludes>
- <exclude>**/*IT.java</exclude>
- </excludes>
- <classpathDependencyExcludes>
- <!--
- The logger provider & bridges declared under 'provided' scope should be explicitly excluded from testing as below.
- -->
- <classpathDependencyExclude>org.slf4j:slf4j-jdk14</classpathDependencyExclude>
- <classpathDependencyExclude>org.slf4j:slf4j-jcl</classpathDependencyExclude>
- <classpathDependencyExclude>org.slf4j:slf4j-nop</classpathDependencyExclude>
- <classpathDependencyExclude>org.slf4j:slf4j-simple</classpathDependencyExclude>
- <classpathDependencyExclude>org.slf4j:slf4j-reload4j</classpathDependencyExclude>
- <classpathDependencyExclude>org.slf4j:slf4j-log4j12</classpathDependencyExclude>
- <classpathDependencyExclude>org.slf4j:log4j-over-slf4j</classpathDependencyExclude>
- <classpathDependencyExclude>commons-logging:commons-logging</classpathDependencyExclude>
- <classpathDependencyExclude>log4j:log4j</classpathDependencyExclude>
- <classpathDependencyExclude>ch.qos.logback:logback-classic</classpathDependencyExclude>
- <classpathDependencyExclude>ch.qos.logback:logback-core</classpathDependencyExclude>
- <classpathDependencyExclude>org.apache.logging.log4j:log4j-to-slf4j</classpathDependencyExclude>
- </classpathDependencyExcludes>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-failsafe-plugin</artifactId>
- <version>${maven-failsafe-plugin.version}</version>
- <configuration>
- <skip>${skipIT}</skip>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>integration-test</goal>
- <goal>verify</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>io.fabric8</groupId>
- <artifactId>docker-maven-plugin</artifactId>
- <version>${docker-maven-plugin.version}</version>
- </plugin>
- <!-- shade -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-shade-plugin</artifactId>
- <version>${maven-shade-plugin.version}</version>
- <configuration>
- <shadedArtifactAttached>false</shadedArtifactAttached>
- <createDependencyReducedPom>true</createDependencyReducedPom>
- <!-- Make sure the transitive dependencies are written to the generated pom under <dependencies> -->
- <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
- <artifactSet>
- <excludes>
- <exclude>org.slf4j:*</exclude>
- <exclude>ch.qos.logback:*</exclude>
- <exclude>log4j:*</exclude>
- <exclude>org.apache.logging.log4j:*</exclude>
- <exclude>commons-logging:*</exclude>
- </excludes>
- </artifactSet>
- <filters>
- <filter>
- <artifact>*:*</artifact>
- <excludes>
- <exclude>META-INF/*.SF</exclude>
- <exclude>META-INF/*.DSA</exclude>
- <exclude>META-INF/*.RSA</exclude>
- </excludes>
- </filter>
- </filters>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>shade</goal>
- </goals>
- <phase>package</phase>
- <configuration>
- <transformers combine.children="append">
- <!-- The service transformer is needed to merge META-INF/services files -->
- <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
- </transformers>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <!-- assembly -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- <version>${maven-assembly-plugin.version}</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <version>${maven-source-plugin.version}</version>
- <executions>
- <execution>
- <id>attach-sources</id>
- <goals>
- <goal>jar-no-fork</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>${maven-javadoc-plugin.version}</version>
- <configuration>
- <source>${maven.compiler.source}</source>
- <failOnError>false</failOnError>
- <aggregate>true</aggregate>
- <skip>${maven.javadoc.skip}</skip>
- <additionalparam>-Xdoclint:none</additionalparam>
- </configuration>
- <executions>
- <execution>
- <id>attach-javadocs</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <version>${maven-helper-plugin.version}</version>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>license-maven-plugin</artifactId>
- <version>${maven-license-maven-plugin}</version>
- <configuration>
- <outputDirectory>${project.basedir}/seatunnel-dist/target/</outputDirectory>
- <thirdPartyFilename>THIRD-PARTY.txt</thirdPartyFilename>
- <sortArtifactByName>false</sortArtifactByName>
- <useMissingFile>false</useMissingFile>
- <addJavaLicenseAfterPackage>true</addJavaLicenseAfterPackage>
- <socketTimeout>30000</socketTimeout>
- <connectTimeout>30000</connectTimeout>
- <connectionRequestTimeout>30000</connectionRequestTimeout>
- <excludedScopes>test,provided</excludedScopes>
- </configuration>
- </plugin>
- <!-- make sure that flatten runs after shaded -->
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>flatten-maven-plugin</artifactId>
- <version>${flatten-maven-plugin.version}</version>
- <configuration>
- <updatePomFile>true</updatePomFile>
- <flattenMode>resolveCiFriendliesOnly</flattenMode>
- </configuration>
- <executions>
- <execution>
- <id>flatten</id>
- <goals>
- <goal>flatten</goal>
- </goals>
- <phase>process-resources</phase>
- </execution>
- <execution>
- <id>flatten.clean</id>
- <goals>
- <goal>clean</goal>
- </goals>
- <phase>clean</phase>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <version>${maven-dependency-plugin.version}</version>
- </plugin>
- </plugins>
- </pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <encoding>UTF-8</encoding>
- </configuration>
- </plugin>
- <!-- <plugin>-->
- <!-- <groupId>org.apache.maven.plugins</groupId>-->
- <!-- <artifactId>maven-release-plugin</artifactId>-->
- <!-- <configuration>-->
- <!-- <autoVersionSubmodules>true</autoVersionSubmodules>-->
- <!-- <tagNameFormat>@{project.version}</tagNameFormat>-->
- <!-- <tagBase>${project.version}</tagBase>-->
- <!-- </configuration>-->
- <!-- <dependencies>-->
- <!-- <dependency>-->
- <!-- <groupId>org.apache.maven.scm</groupId>-->
- <!-- <artifactId>maven-scm-provider-jgit</artifactId>-->
- <!-- <version>${maven-scm-provider-jgit.version}</version>-->
- <!-- </dependency>-->
- <!-- </dependencies>-->
- <!-- </plugin>-->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-failsafe-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>license-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>flatten-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>com.diffplug.spotless</groupId>
- <artifactId>spotless-maven-plugin</artifactId>
- <version>${spotless.version}</version>
- <configuration>
- <java>
- <googleJavaFormat>
- <version>1.7</version>
- <style>AOSP</style>
- </googleJavaFormat>
- <removeUnusedImports />
- <formatAnnotations />
- <importOrder>
- <order>org.apache.seatunnel.shade,org.apache.seatunnel,org.apache,org,,javax,java,\#</order>
- </importOrder>
- <replaceRegex>
- <name>Remove wildcard imports</name>
- <searchRegex>import\s+(static)*\s*[^\*\s]+\*;(\r\n|\r|\n)</searchRegex>
- <replacement>$1</replacement>
- </replaceRegex>
- <replaceRegex>
- <name>Block powermock</name>
- <searchRegex>import\s+org\.powermock\.[^\*\s]*(|\*);(\r\n|\r|\n)</searchRegex>
- <replacement>$1</replacement>
- </replaceRegex>
- <replaceRegex>
- <name>Block jUnit4 imports</name>
- <searchRegex>import\s+org\.junit\.[^jupiter][^\*\s]*(|\*);(\r\n|\r|\n)</searchRegex>
- <replacement>$1</replacement>
- </replaceRegex>
- </java>
- <pom>
- <sortPom>
- <encoding>UTF-8</encoding>
- <nrOfIndentSpace>4</nrOfIndentSpace>
- <keepBlankLines>true</keepBlankLines>
- <indentBlankLines>false</indentBlankLines>
- <indentSchemaLocation>true</indentSchemaLocation>
- <spaceBeforeCloseEmptyElement>true</spaceBeforeCloseEmptyElement>
- <sortModules>false</sortModules>
- <sortExecutions>false</sortExecutions>
- <predefinedSortOrder>custom_1</predefinedSortOrder>
- <expandEmptyElements>false</expandEmptyElements>
- <sortProperties>false</sortProperties>
- </sortPom>
- <replace>
- <name>Leading blank line</name>
- <search>project</search>
- <replacement>project</replacement>
- </replace>
- </pom>
- <markdown>
- <includes>
- <include>docs/**/*.md</include>
- </includes>
- <excludes>
- <exclude>**/.github/**/*.md</exclude>
- </excludes>
- <flexmark />
- </markdown>
- <upToDateChecking>
- <enabled>true</enabled>
- </upToDateChecking>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>check</goal>
- </goals>
- <phase>compile</phase>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- <url>https://github.com/apache/seatunnel</url>
- <licenses>
- <license>
- <name>The Apache License, Version 2.0</name>
- <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
- </license>
- </licenses>
- <mailingLists>
- <mailingList>
- <name>SeaTunnel Developer List</name>
- <subscribe>dev-subscribe@seatunnel.apache.org</subscribe>
- <unsubscribe>dev-unsubscribe@seatunnel.apache.org</unsubscribe>
- <post>dev@seatunnel.apache.org</post>
- </mailingList>
- <mailingList>
- <name>SeaTunnel Commits List</name>
- <subscribe>commits-subscribe@seatunnel.apache.org</subscribe>
- <unsubscribe>commits-unsubscribe@seatunnel.apache.org</unsubscribe>
- <post>commits@seatunnel.apache.org</post>
- </mailingList>
- </mailingLists>
- <scm>
- <connection>scm:git:https://github.com/apache/seatunnel.git</connection>
- <developerConnection>scm:git:https://github.com/apache/seatunnel.git</developerConnection>
- <url>https://github.com/apache/seatunnel</url>
- <tag>HEAD</tag>
- </scm>
- <issueManagement>
- <system>GitHub</system>
- <url>https://github.com/apache/seatunnel/issues</url>
- </issueManagement>
- <profiles>
- <profile>
- <id>release</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <modules>
- <module>seatunnel-dist</module>
- </modules>
- </profile>
- <!-- The ci need build without seatunnel-dist modules, so we need add a no_dist profile -->
- <profile>
- <id>ci</id>
- <activation>
- <activeByDefault>false</activeByDefault>
- </activation>
- </profile>
- </profiles>
- <repositories>
- <repository>
- <id>alimaven</id>
- <name>aliyun maven</name>
- <url>https://maven.aliyun.com/repository/public/</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>platomix-release</id>
- <name>NexusReleases</name>
- <url>http://windata.platomix.net/nexus/repository/maven-public/</url>
- </repository>
- </repositories>
- </project>
|