1 Star 0 Fork 243

MJT/flinkx

forked from 袋鼠云/chunjun 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 3.80 KB
一键复制 编辑 原始数据 按行查看 历史
tudou 提交于 2019-10-18 17:58 . revert
<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>com.dtstack.flinkx</groupId>
<artifactId>flinkx-all</artifactId>
<packaging>pom</packaging>
<version>1.6</version>
<modules>
<module>flinkx-core</module>
<module>flinkx-rdb</module>
<module>flinkx-es</module>
<module>flinkx-ftp</module>
<module>flinkx-odps</module>
<module>flinkx-examples</module>
<module>flinkx-mysql</module>
<module>flinkx-hbase</module>
<module>flinkx-hdfs</module>
<module>flinkx-hive</module>
<module>flinkx-oracle</module>
<module>flinkx-sqlserver</module>
<module>flinkx-redis</module>
<module>flinkx-mongodb</module>
<module>flinkx-postgresql</module>
<module>flinkx-launcher</module>
<module>flinkx-stream</module>
<module>flinkx-carbondata</module>
<module>flinkx-db2</module>
<module>flinkx-test</module>
<module>flinkx-gbase</module>
<module>flinkx-binlog</module>
<module>flinkx-kafka09</module>
<module>flinkx-kafka10</module>
<module>flinkx-kafka11</module>
<module>flinkx-kudu</module>
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<scala.binary.version>2.10</scala.binary.version>
<flink.version>1.5.4</flink.version>
<dev.path>${basedir}/dev</dev.path>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<configuration>
<reportOutputDirectory>javadocs</reportOutputDirectory>
<destDir>flinkx-java-docs</destDir>
</configuration>
</plugin>
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<version>2.2.6</version>
<executions>
<execution>
<goals>
<goal>revision</goal>
</goals>
</execution>
</executions>
<configuration>
<dateFormat>yyyy.MM.dd HH:mm:ss</dateFormat>
<verbose>true</verbose>
<generateGitPropertiesFile>true</generateGitPropertiesFile>
<gitDescribe>
<always>false</always>
<dirty>-dirty</dirty>
<forceLongFormat>false</forceLongFormat>
</gitDescribe>
</configuration>
</plugin>
</plugins>
</build>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/immjt/flinkx.git
git@gitee.com:immjt/flinkx.git
immjt
flinkx
flinkx
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385