新增工具模块,并添加了子模块-报告工具生成模块
This commit is contained in:
25
tools/pom.xml
Normal file
25
tools/pom.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?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>
|
||||
|
||||
<parent>
|
||||
<groupId>com.njcn.gather</groupId>
|
||||
<artifactId>CN_Gather</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>tools</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>工具集合模块</name>
|
||||
<description>各种通用工具的集合,每个工具作为独立子模块</description>
|
||||
|
||||
<modules>
|
||||
<module>report-generator</module>
|
||||
<!-- 未来可以添加更多工具子模块 -->
|
||||
<!-- <module>data-generator</module> -->
|
||||
<!-- <module>file-processor</module> -->
|
||||
</modules>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user