mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-05 21:49:23 +08:00
8627f7b68f
--task=1012656 --user=陈建星 系统设置-组织-服务集成-后台 https://www.tapd.cn/55049933/s/1401952
27 lines
902 B
XML
27 lines
902 B
XML
<?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>io.metersphere</groupId>
|
|
<artifactId>framework</artifactId>
|
|
<version>${revision}</version>
|
|
</parent>
|
|
|
|
<groupId>io.metersphere</groupId>
|
|
<artifactId>plugin</artifactId>
|
|
<version>${revision}</version>
|
|
<packaging>pom</packaging>
|
|
|
|
<properties>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
</properties>
|
|
|
|
<modules>
|
|
<module>metersphere-plugin-sdk</module>
|
|
<module>metersphere-api-plugin-sdk</module>
|
|
<module>metersphere-platform-plugin-sdk</module>
|
|
</modules>
|
|
</project> |