build:暂停 hzy 在根 pom.xml 中注释掉了模块的 pom.xml 文件
-a-nifi-package-nar 模 hzya-nifi-package-nar块的构建 - 删除了 hzya-nifi-package-nar 模块的构建
This commit is contained in:
parent
ac1f4a4602
commit
b8b44952ae
|
@ -1,48 +0,0 @@
|
|||
<?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">
|
||||
<parent>
|
||||
<artifactId>nifi-hzyadev-bundle</artifactId>
|
||||
<groupId>com.hzya</groupId>
|
||||
<version>1.0</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>hzya-nifi-package-nar</artifactId>
|
||||
<packaging>nar</packaging>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
||||
<maven.compiler.target>8</maven.compiler.target>
|
||||
<source.skip>true</source.skip>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<!-- json拆分器-->
|
||||
<dependency>
|
||||
<groupId>com.hzya</groupId>
|
||||
<artifactId>hzya-nifi-JsonSplitter-processors</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
<!-- 根据json生成建表ddl语句-->
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>com.hzya</groupId>-->
|
||||
<!-- <artifactId>hzya-nifi-AutoJsonTableCreate-processors</artifactId>-->
|
||||
<!-- <version>1.0</version>-->
|
||||
<!-- </dependency>-->
|
||||
<!-- 生成分页sql语句-->
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>com.hzya</groupId>-->
|
||||
<!-- <artifactId>hzya-nifi-DevGeneratePaginatedSqlProcessor-processors</artifactId>-->
|
||||
<!-- <version>1.0</version>-->
|
||||
<!-- </dependency>-->
|
||||
<dependency>
|
||||
<groupId>org.apache.nifi</groupId>
|
||||
<artifactId>nifi-standard-services-api-nar</artifactId>
|
||||
<version>${nifi-revision}</version>
|
||||
<type>nar</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
|
@ -12,7 +12,7 @@
|
|||
<module>hzya-nifi-DevGeneratePaginatedSqlProcessor-processors</module>
|
||||
<!-- <module>hzya-nifi-AutoJsonTableCreate-nar</module>-->
|
||||
<module>hzya-nifi-AutoJsonTableCreate-processors</module>
|
||||
<module>hzya-nifi-package-nar</module>
|
||||
<!-- <module>hzya-nifi-package-nar</module>-->
|
||||
<module>hzya-nifi-JsonSplitter-processors</module>
|
||||
<module>hzya-nifi-JsonSplitter-nar</module>
|
||||
<module>hzya-nifi-DevGeneratePaginatedSqlProcessor-nar</module>
|
||||
|
|
Loading…
Reference in New Issue