2020-05-09 00:09:44 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2020-05-30 00:28:07 +08:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2020-05-09 00:09:44 +08:00
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2020-05-30 00:28:07 +08:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2020-05-09 00:09:44 +08:00
|
|
|
|
2020-10-19 09:46:54 +08:00
|
|
|
<groupId>com.alibaba.testable</groupId>
|
2020-11-24 23:18:12 +08:00
|
|
|
<artifactId>testable-parent</artifactId>
|
2020-05-30 00:28:07 +08:00
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
|
<packaging>pom</packaging>
|
2020-05-09 00:09:44 +08:00
|
|
|
|
2020-05-30 00:28:07 +08:00
|
|
|
<modules>
|
2020-12-08 15:51:51 +08:00
|
|
|
<module>testable-parent</module>
|
2020-10-27 06:54:36 +08:00
|
|
|
<module>testable-processor</module>
|
2020-12-08 15:51:51 +08:00
|
|
|
<module>testable-core</module>
|
2020-10-25 10:23:43 +08:00
|
|
|
<module>testable-agent</module>
|
2020-12-08 15:51:51 +08:00
|
|
|
<module>testable-all</module>
|
2020-10-22 09:43:52 +08:00
|
|
|
<module>testable-maven-plugin</module>
|
2020-10-20 21:08:47 +08:00
|
|
|
<module>demo</module>
|
2020-05-30 00:28:07 +08:00
|
|
|
</modules>
|
2020-05-09 00:09:44 +08:00
|
|
|
|
|
|
|
</project>
|