testable-mock/pom.xml

22 lines
730 B
XML
Raw Normal View History

<?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"
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-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-30 00:28:07 +08:00
<modules>
2020-12-08 15:51:51 +08:00
<module>testable-parent</module>
<module>testable-processor</module>
2020-12-08 15:51:51 +08:00
<module>testable-core</module>
<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>
</project>