mirror of https://gitee.com/maxjhandsome/pig
新增pig-visual
This commit is contained in:
parent
d13df55051
commit
b58626c695
|
@ -12,8 +12,8 @@
|
|||
<description>监控模块</description>
|
||||
|
||||
<parent>
|
||||
<groupId>com.github</groupId>
|
||||
<artifactId>pig</artifactId>
|
||||
<groupId>com.github.pig</groupId>
|
||||
<artifactId>pig-visual</artifactId>
|
||||
<version>${pig.version}</version>
|
||||
</parent>
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
<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.github.pig</groupId>
|
||||
<artifactId>pig-visual</artifactId>
|
||||
<version>${pig.version}</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>pig-visual</name>
|
||||
<description>图形化管理模块</description>
|
||||
|
||||
<parent>
|
||||
<artifactId>pig</artifactId>
|
||||
<groupId>com.github</groupId>
|
||||
<version>${pig.version}</version>
|
||||
</parent>
|
||||
|
||||
<modules>
|
||||
<module>pig-monitor</module>
|
||||
</modules>
|
||||
</project>
|
Loading…
Reference in New Issue