1 Star 0 Fork 1

Cheung/hive-hook-plugin-cdh6.3.2

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 4.30 KB
一键复制 编辑 原始数据 按行查看 历史
weiguang.wang 提交于 2022-11-29 13:45 +08:00 . update
<?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.to8to</groupId>
<artifactId>hive-hook-plugin-cdh6.3.2</artifactId>
<version>1.0</version>
<!-- <repositories>-->
<!-- <repository>-->
<!-- <id>repo</id>-->
<!-- <name>repo2</name>-->
<!-- <url>https://repo1.maven.org/maven2</url>-->
<!-- </repository>-->
<!-- <repository>-->
<!-- <id>cloudera-repos</id>-->
<!-- <name>Cloudera Repos</name>-->
<!-- <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url>-->
<!-- </repository>-->
<!-- <repository>-->
<!-- <id>apache.snapshots</id>-->
<!-- <name>Apache Development Snapshot Repository</name>-->
<!-- <url>https://repository.apache.org/content/repositories/snapshots/</url>-->
<!-- <releases>-->
<!-- <enabled>false</enabled>-->
<!-- </releases>-->
<!-- <snapshots>-->
<!-- <enabled>true</enabled>-->
<!-- </snapshots>-->
<!-- </repository>-->
<!-- </repositories>-->
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<commons.collections.version>3.2.2</commons.collections.version>
<hive.version>2.1.1</hive.version>
<!--<hive.version>2.1.1-cdh6.3.2</hive.version>-->
</properties>
<dependencies>
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>${hive.version}</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>${commons.collections.version}</version>
</dependency>
</dependencies>
<distributionManagement>
<snapshotRepository>
<id>nexus-snapshots</id>
<name>nexus distribution snapshot repository</name>
<url>http://ci.we.com/nexus/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>nexus-releases</id>
<name>Internal Releases</name>
<url>http://ci.we.com/nexus/content/repositories/releases/</url>
</repository>
</distributionManagement>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.1.0</version>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.2</version>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>2.5.2</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.7.1</version>
</plugin>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.0.0</version>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/ch3un9/hive-hook-plugin-cdh6.3.2.git
git@gitee.com:ch3un9/hive-hook-plugin-cdh6.3.2.git
ch3un9
hive-hook-plugin-cdh6.3.2
hive-hook-plugin-cdh6.3.2
master

搜索帮助